Created
June 9, 2021 03:26
-
-
Save h3ct0rjs/a7e0ac664ee8b5f734dc68cd2c125e2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/aws/service/canonical/ubuntu/server/18.04/stable/current/amd64/hvm/ebs-gp2/ami-id -- parameter ssm ubuntu18.04 | |
/aws/service/canonical/ubuntu/server/focal/stable/current/amd64/hvm/ebs-gp2/ami-id | |
AMI ID | |
Parameter: .../ubuntu/PRODUCT/RELEASE/stable/current/ARCH/VIRT_TYPE/VOL_TYPE/ami-id | |
Where the fields are as follows: | |
PRODUCT: server or server-minimal | |
RELEASE: focal, 20.04, bionic, 18.04, xenial, or 16.04 | |
ARCH: amd64 or arm64 | |
VIRT_TYPE: pv or hvm | |
VOL_TYPE: ebs-gp2, ebs-io1, ebs-standard, or instance-store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discourse.ubuntu.com/t/finding-ubuntu-images-with-the-aws-ssm-parameter-store/15507