Packer amazon-ebs Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:


The builder does not manage the AMIs.
The builder does not manage the AMIs.
=Builder Parameters=
==ami_name==
Required parameter, which carries the name of the resulting AMI to be used when managing AMIs in the AWS console or with the API. Must be unique.

Revision as of 02:52, 15 November 2019

External

Internal

Overview

amazon-ebs creates Amazon AMIs backed by EBS volumes for use in EC2.

The builder launches an EC2 instance from a source AMI, provisions that running VM, and then creates an AMI from that VM, in the AWS account whose credentials are specified as shown here. The builder will create temporary keypairs, security group rules, etc. that provide it temporary access to the instance while the image is being created. This simplifies configuration quite a bit.

The builder does not manage the AMIs.

Builder Parameters

ami_name

Required parameter, which carries the name of the resulting AMI to be used when managing AMIs in the AWS console or with the API. Must be unique.