@@ -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.g -amazon-ecs-optimized AMIs
32
- "ap-northeast-1" : "ami-872c4ae1 " ,
33
- "ap-northeast-2" : "ami-c212b2ac " ,
34
- "ap-south-1" : "ami-00491f6f " ,
35
- "ap-southeast-1" : "ami-910d72ed " ,
36
- "ap-southeast-2" : "ami-58bb443a " ,
37
- "ca-central-1" : "ami-435bde27 " ,
38
- "cn-north-1" : "ami-1300dd7e " ,
39
- "eu-central-1" : "ami-509a053f " ,
40
- "eu-west-1" : "ami-1d46df64 " ,
41
- "eu-west-2" : "ami-67cbd003 " ,
42
- "eu-west-3" : "ami-9aef59e7 " ,
43
- "sa-east-1" : "ami-af521fc3 " ,
44
- "us-east-1" : "ami-28456852 " ,
45
- "us-east-2" : "ami-ce1c36ab " ,
46
- "us-west-1" : "ami-74262414 " ,
47
- "us-west-2" : "ami-decc7fa6 " ,
48
- "us-gov-west-1" : "ami-0a69e06b " ,
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 " ,
49
49
}
50
50
51
51
return & staticAmiIds {regionToId : regionToId }
0 commit comments