This script creates an AMI on a local Agent.
- An AWS account with permissions to create EC2 instances and AMIs
- Packer
- Ensure your aws credentials have been configured. These scripts expect to use Automatic Lookup. To use a profile other than default, set the env variable
AWS_PROFILE
to the profile name. - Clone or download this repo
- In the repo folder run
packer build deploy-image.json
- Go make a cup of coffee
- Once finished, check the output for successful test results.
- Your AMI is now ready to launch