Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hrickards/8f0909c832928d25494f0952475e8998 to your computer and use it in GitHub Desktop.
Save hrickards/8f0909c832928d25494f0952475e8998 to your computer and use it in GitHub Desktop.
AWS CloudFormation CentOS 7 AMIs
{
"Mappings": {
"RegionMap": {
"ap-northeast-1": {
"CentOS7x8664EBSHVM": "ami-eec1c380"
},
"ap-northeast-2": {
"CentOS7x8664EBSHVM": "ami-c74789a9"
},
"ap-south-1": {
"CentOS7x8664EBSHVM": "ami-95cda6fa"
},
"ap-southeast-1": {
"CentOS7x8664EBSHVM": "ami-f068a193"
},
"ap-southeast-2": {
"CentOS7x8664EBSHVM": "ami-fedafc9d"
},
"ca-central-1": {
"CentOS7x8664EBSHVM": "ami-af62d0cb"
},
"eu-central-1": {
"CentOS7x8664EBSHVM": "ami-9bf712f4"
},
"eu-west-1": {
"CentOS7x8664EBSHVM": "ami-7abd0209"
},
"eu-west-2": {
"CentOS7x8664EBSHVM": "ami-bb373ddf"
},
"sa-east-1": {
"CentOS7x8664EBSHVM": "ami-26b93b4a"
},
"us-east-1": {
"CentOS7x8664EBSHVM": "ami-6d1c2007"
},
"us-east-2": {
"CentOS7x8664EBSHVM": "ami-6a2d760f"
},
"us-west-1": {
"CentOS7x8664EBSHVM": "ami-af4333cf"
},
"us-west-2": {
"CentOS7x8664EBSHVM": "ami-d2c924b2"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment