Skip to content

AMI building

ChrisDowning edited this page Jul 25, 2020 · 2 revisions

Amazon Machine Images

Creating a Custom AMI from an Existing Base

For the purposes of the PEARC20 tutorial, use the Packer open-source tool by Hashicorp to generate AMIs.

Requirements for using Packer:

  • API keys/instance role allowing EC2 launch & termination
  • A config file to define the image being generated
Clone this wiki locally