Skip to content

Commit f84bf07

Browse files
lukeseawalkermauri-melato
authored and
mauri-melato
committed
Remove Ubuntu (14 and 16) from AMI list for cn-northwest-1
The Cloudformation Helper scripts don't contain the cn-northwest-1 endpoint yet https://docs.amazonaws.cn/en_us/AWSCloudFormation/latest/UserGuide/cfn-helper-scripts-reference.html Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent 20c86c2 commit f84bf07

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

amis.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ ap-southeast-1: ami-0e3de99412375e882
6565
ap-southeast-2: ami-09eae4580e8fc835a
6666
ca-central-1: ami-08aeb7a57f73b58ab
6767
cn-north-1: ami-00f2cae5406fb3fce
68-
cn-northwest-1: ami-0fd196c1ba78b742a
6968
eu-central-1: ami-0b24a435216670b4a
7069
eu-north-1: ami-0921b515f8ed512c3
7170
eu-west-1: ami-076fbdec21cd5c940
@@ -87,7 +86,6 @@ ap-southeast-1: ami-059ba95190db36590
8786
ap-southeast-2: ami-04df2433ab61d3f37
8887
ca-central-1: ami-039a1b0ada060b5ce
8988
cn-north-1: ami-072046713a0458796
90-
cn-northwest-1: ami-0c445c2f4eb84ddd9
9189
eu-central-1: ami-0d816068d1164f4d2
9290
eu-north-1: ami-046c32486a9abf742
9391
eu-west-1: ami-0f641e63ebaf647b1

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,7 @@
12251225
"ubuntu1604": "ami-072046713a0458796"
12261226
},
12271227
"cn-northwest-1": {
1228-
"alinux": "ami-0974fc483e449f5ee",
1229-
"ubuntu1404": "ami-0fd196c1ba78b742a",
1230-
"ubuntu1604": "ami-0c445c2f4eb84ddd9"
1228+
"alinux": "ami-0974fc483e449f5ee"
12311229
},
12321230
"eu-central-1": {
12331231
"alinux": "ami-09cff6787920e967c",

0 commit comments

Comments
 (0)