Skip to content

Instantly share code, notes, and snippets.

@philippkeller
Created February 16, 2018 15:12
Embed
What would you like to do?
Amazon Linux 64bit as of Feb 2018 (for acloudguru AWS cloudformation course)
Mappings:
RegionMap:
ap-south-1:
"AMALINUX" : "ami-531a4c3c"
eu-west-3:
"AMALINUX" : "ami-8ee056f3"
eu-west-2:
"AMALINUX" : "ami-403e2524"
eu-west-1:
"AMALINUX" : "ami-d834aba1"
ap-northeast-2:
"AMALINUX" : "ami-863090e8"
ap-northeast-1:
"AMALINUX" : "ami-ceafcba8"
sa-east-1:
"AMALINUX" : "ami-84175ae8"
ca-central-1:
"AMALINUX" : "ami-a954d1cd"
ap-southeast-1:
"AMALINUX" : "ami-68097514"
ap-southeast-2:
"AMALINUX" : "ami-942dd1f6"
eu-central-1:
"AMALINUX" : "ami-5652ce39"
us-east-1:
"AMALINUX" : "ami-97785bed"
us-east-2:
"AMALINUX" : "ami-f63b1193"
us-west-1:
"AMALINUX" : "ami-824c4ee2"
us-west-2:
"AMALINUX" : "ami-f2d3638a"
@K9US
Copy link

K9US commented Dec 26, 2018

Where did you find this information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment