/packer-aws-ami

Packer AMI build - Custom Image

Primary LanguagePowerShellMIT LicenseMIT

Packer AMI build

This script creates an AMI on a local Agent.

Requirements

  • An AWS account with permissions to create EC2 instances and AMIs
  • Packer

Usage Instructions

  1. 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.
  2. Clone or download this repo
  3. In the repo folder run
    packer build deploy-image.json
    
  4. Go make a cup of coffee
  5. Once finished, check the output for successful test results.
  6. Your AMI is now ready to launch