AWS AMI List (Ubuntu 16.04)
JS
S
JSONSnippet copied from Docker Machine (go lang). https://github.com/docker/machine/blob/master/drivers/amazonec2/region.go
1 "ap-northeast-1": {"ami-785c491f"},
2 "ap-northeast-2": {"ami-94d20dfa"},
3 "ap-southeast-1": {"ami-2378f540"},
4 "ap-southeast-2": {"ami-e94e5e8a"},
5 "ap-south-1": {"ami-49e59a26"},
6 "ca-central-1": {"ami-7ed56a1a"},
7 "cn-north-1": {"ami-a163b4cc"}, // Note: this is 20170303
8 "eu-central-1": {"ami-1c45e273"},
9 "eu-west-1": {"ami-6d48500b"},
10 "eu-west-2": {"ami-cc7066a8"},
11 "eu-west-3": {"ami-c1cf79bc"}, // Note: this is 20180126
12 "sa-east-1": {"ami-34afc458"},
13 "us-east-1": {"ami-d15a75c7"},
14 "us-east-2": {"ami-8b92b4ee"},
15 "us-west-1": {"ami-73f7da13"},
16 "us-west-2": {"ami-835b4efa"},
17 "us-gov-west-1": {"ami-939412f2"},Created on 2/27/2018