Skip to content

Commit 1a26650

Browse files
committed
Update AMIs to amzn-ami-2017.09.j-amazon-ecs-optimized
1 parent ad52115 commit 1a26650

File tree

1 file changed

+18
-18
lines changed
  • ecs-cli/modules/config/ami

1 file changed

+18
-18
lines changed

ecs-cli/modules/config/ami/ami.go

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ type staticAmiIds struct {
2828

2929
func NewStaticAmiIds() ECSAmiIds {
3030
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",
4949
}
5050

5151
return &staticAmiIds{regionToId: regionToId}

0 commit comments

Comments
 (0)