hashicorp/packer
Auf GitHub ansehenFeature request - allow exporting an image using the AWS VM export service.
Open
#5.978 geöffnet am 6. März 2018
bugbuilder/amazonenhancementhelp wantednew-plugin-contributionremote-plugin/amazon
Repository-Metriken
- Stars
- (13.697 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 4T 23h) (11 gemergte PRs in 30 T)
Beschreibung
Feature request - allow exporting an image using the AWS VM export service.
Amazon allows export of running VMs to OVF format given a target bucket. this is extremely handy for multi-cloud installations where a single unified source is needed, in order to build both the AMI and the OVF in the same step using AWS resources.
Implementation suggestion:
optional keys for the AWS builders: 'export_machine' (defaults to false), export_s3_bucket, export_s3_prefix, export_target_environment, export_container_format. issue the export command before shutting down the machine.