Skip to content

Commit 64b3c75

Browse files
author
Dougal Ballantyne
committed
New AMI's for updated EBS.
1 parent 9a62a85 commit 64b3c75

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

amis.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
us-west-2 ami-ed7503dd
2-
us-east-1 ami-5cdd3f34
3-
eu-west-1 ami-df9657a8
4-
ap-northeast-1 ami-1b57111a
1+
us-west-2 ami-e581fcd5
2+
us-east-1 ami-745ea11c
3+
eu-west-1 ami-e3458c94
4+
ap-northeast-1 ami-2d41092c

cloudformation/cfncluster.cfn.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,16 +479,16 @@
479479
},
480480
"AWSRegionArch2AMI" : {
481481
"eu-west-1" : {
482-
"64HVM" : "ami-df9657a8"
482+
"64HVM" : "ami-e3458c94"
483483
},
484484
"us-east-1" : {
485-
"64HVM" : "ami-5cdd3f34"
485+
"64HVM" : "ami-745ea11c"
486486
},
487487
"ap-northeast-1" : {
488-
"64HVM" : "ami-1b57111a"
488+
"64HVM" : "ami-2d41092c"
489489
},
490490
"us-west-2" : {
491-
"64HVM" : "ami-ed7503dd"
491+
"64HVM" : "ami-e581fcd5"
492492
}
493493
}
494494
},
@@ -912,6 +912,7 @@
912912
"Ref" : "Scheduler"
913913
},
914914
"\n",
915+
"cfn_node_type=MasterServer\n",
915916
"cfn_install_type=",
916917
{
917918
"Ref" : "InstallType"
@@ -1215,6 +1216,7 @@
12151216
]
12161217
},
12171218
"\n",
1219+
"cfn_node_type=ComputeFleet\n",
12181220
"cfn_install_type=",
12191221
{
12201222
"Ref" : "InstallType"

0 commit comments

Comments
 (0)