@@ -28,24 +28,24 @@ type staticAmiIds struct {
28
28
29
29
func NewStaticAmiIds () ECSAmiIds {
30
30
regionToId := map [string ]string {
31
- // amzn-ami-2017.09.j -amazon-ecs-optimized AMIs
32
- "ap-northeast-1" : "ami-bb5f13dd " ,
33
- "ap-northeast-2" : "ami-3b19b455 " ,
34
- "ap-south-1" : "ami-9e91cff1 " ,
35
- "ap-southeast-1" : "ami-f88ade84 " ,
36
- "ap-southeast-2" : "ami-a677b6c4 " ,
37
- "ca-central-1" : "ami-db48cfbf " ,
38
- "cn-north-1" : "ami-ca508ca7 " ,
39
- "eu-central-1" : "ami-3b7d1354 " ,
40
- "eu-west-1" : "ami-64c4871d " ,
41
- "eu-west-2" : "ami-25f51242 " ,
42
- "eu-west-3" : "ami-0356e07e " ,
43
- "sa-east-1" : "ami-da2c66b6 " ,
44
- "us-east-1" : "ami-cad827b7 " ,
45
- "us-east-2" : "ami-ef64528a " ,
46
- "us-west-1" : "ami-29b8b249 " ,
47
- "us-west-2 " : "ami-baa236c2 " ,
48
- "us-gov- west-1 " : "ami-cc3cb7ad " ,
31
+ // amzn-ami-2017.09.k -amazon-ecs-optimized AMIs
32
+ "ap-northeast-1" : "ami-5add893c " ,
33
+ "ap-northeast-2" : "ami-ba74d8d4 " ,
34
+ "ap-south-1" : "ami-2149114e " ,
35
+ "ap-southeast-1" : "ami-acbcefd0 " ,
36
+ "ap-southeast-2" : "ami-4cc5072e " ,
37
+ "ca-central-1" : "ami-a535b2c1 " ,
38
+ "cn-north-1" : "ami-dc934cb1 " ,
39
+ "eu-central-1" : "ami-ac055447 " ,
40
+ "eu-west-1" : "ami-bfb5fec6 " ,
41
+ "eu-west-2" : "ami-a48d6bc3 " ,
42
+ "eu-west-3" : "ami-914afcec " ,
43
+ "sa-east-1" : "ami-d3bce9bf " ,
44
+ "us-east-1" : "ami-cb17d8b6 " ,
45
+ "us-east-2" : "ami-1b90a67e " ,
46
+ "us-gov- west-1" : "ami-6546cc04 " ,
47
+ "us-west-1 " : "ami-9cbbaffc " ,
48
+ "us-west-2 " : "ami-05b5277d " ,
49
49
}
50
50
51
51
return & staticAmiIds {regionToId : regionToId }
0 commit comments