Produces latest fully updated AWS AMI images for Linux distributions using Packer based on the official AMI images in the us-east-1
- Install packer from https://www.packer.io/
- Configure your AWS access as ~/.aws/credentials, environment variables or IAM role.
- Run
packer build <name>.json
to create image.- Run with other than default profile:
AWS_PROFILE=myprofile packer build <name>.json
- Run with other than default profile:
latest_amazon_linux_2.0_x86_64.json
latest_amazon_linux_2018_x86_64.json
latest_debian_buster_x86_64.json
latest_debian_stretch_x86_64.json
latest_fedora_cloud_base_31_x86_64.json
latest_fedora_cloud_base_30_x86_64.json
latest_redhat_enterprise_linux_8_x86_64.json
latest_ubuntu_20.04_lts_x86_64.json
latest_ubuntu_18.04_lts_x86_64.json
latest_ubuntu_16.04_lts_x86_64.json
latest_clear_linux-3xxxx_x86_64.json
latest_amazon_linux_2.0_arm64.json
latest_fedora_cloud_base_31_arm64.json
latest_redhat_enterprise_linux_8_arm64.json
latest_ubuntu_20.04_lts_arm64.json