hashicorp/packer

Feature request - allow exporting an image using the AWS VM export service.

Open

#5,978 创建于 2018年3月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (3,228 fork)batch import
bugbuilder/amazonenhancementhelp wantednew-plugin-contributionremote-plugin/amazon

仓库指标

Star
 (13,697 star)
PR 合并指标
 (平均合并 5天 6小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南