Skip to content

Commit 9b5df02

Browse files
author
Dougal Ballantyne
committed
Adding new regions and assosiated AMI's
1 parent aa1d351 commit 9b5df02

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,16 +588,28 @@
588588
},
589589
"AWSRegionArch2AMI" : {
590590
"eu-west-1" : {
591-
"64HVM" : "ami-d15892a6"
591+
"64HVM" : "ami-7df5220a"
592592
},
593593
"us-east-1" : {
594-
"64HVM" : "ami-705d9918"
594+
"64HVM" : "ami-0c458764"
595595
},
596596
"ap-northeast-1" : {
597-
"64HVM" : "ami-6d64306c"
597+
"64HVM" : "ami-4f38684e"
598598
},
599599
"us-west-2" : {
600-
"64HVM" : "ami-cfbbc4ff"
600+
"64HVM" : "ami-750f7645"
601+
},
602+
"sa-east-1" : {
603+
"64HVM" : "ami-7753fd6a"
604+
},
605+
"us-west-1" : {
606+
"64HVM" : "ami-1b8c8c5e"
607+
},
608+
"ap-southeast-1" : {
609+
"64HVM" : "ami-da4e1788"
610+
},
611+
"ap-southeast-2" : {
612+
"64HVM" : "ami-e5a9cedf"
601613
}
602614
}
603615
},

0 commit comments

Comments
 (0)