Skip to content

Commit 027e414

Browse files
committed
Correcting bug in AMI push
1 parent c795420 commit 027e414

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

amis.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
us-west-2 ami-e1aba2d1
2-
eu-central-1 ami-76ceca6b
3-
sa-east-1 ami-01d65f1c
4-
ap-northeast-1 ami-c8328ec8
5-
eu-west-1 ami-74e8be03
6-
us-east-1 ami-bb69c9d0
7-
us-west-1 ami-fdb14eb9
8-
ap-southeast-2 ami-0988c833
9-
ap-southeast-1 ami-28d8d47a
10-
us-gov-west-1 ami-d15033f2
1+
us-west-2 ami-f35e56c3
2+
eu-central-1 ami-0adcd817
3+
sa-east-1 ami-1ffb7202
4+
ap-northeast-1 ami-4ed26d4e
5+
eu-west-1 ami-c05203b7
6+
us-east-1 ami-f1dd7e9a
7+
us-west-1 ami-b3956af7
8+
ap-southeast-2 ami-83a1e1b9
9+
ap-southeast-1 ami-76f9f524
10+
us-gov-west-1 ami-43563560

cloudformation/cfncluster.cfn.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion" : "2010-09-09",
3-
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-20150803-2 cfncluster-0.0.22",
3+
"Description" : "AWS CloudFormation Sample Template cfncluster.cfn.json: Sample template showing an framework for deploying master + compute type clusters on AWS. **WARNING** This template creates AWS resources. You will be billed for the AWS resources used if you create a stack from this template. Version: ami-20150803-3 cfncluster-0.0.22",
44
"Parameters" : {
55
"KeyName" : {
66
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -867,34 +867,34 @@
867867
},
868868
"AWSRegionOS2AMI" : {
869869
"us-west-2" : {
870-
"centos6" : "ami-e1aba2d1"
870+
"centos6" : "ami-f35e56c3"
871871
},
872872
"eu-central-1" : {
873-
"centos6" : "ami-76ceca6b"
873+
"centos6" : "ami-0adcd817"
874874
},
875875
"sa-east-1" : {
876-
"centos6" : "ami-01d65f1c"
876+
"centos6" : "ami-1ffb7202"
877877
},
878878
"ap-northeast-1" : {
879-
"centos6" : "ami-c8328ec8"
879+
"centos6" : "ami-4ed26d4e"
880880
},
881881
"eu-west-1" : {
882-
"centos6" : "ami-74e8be03"
882+
"centos6" : "ami-c05203b7"
883883
},
884884
"us-east-1" : {
885-
"centos6" : "ami-bb69c9d0"
885+
"centos6" : "ami-f1dd7e9a"
886886
},
887887
"us-west-1" : {
888-
"centos6" : "ami-fdb14eb9"
888+
"centos6" : "ami-b3956af7"
889889
},
890890
"ap-southeast-2" : {
891-
"centos6" : "ami-0988c833"
891+
"centos6" : "ami-83a1e1b9"
892892
},
893893
"ap-southeast-1" : {
894-
"centos6" : "ami-28d8d47a"
894+
"centos6" : "ami-76f9f524"
895895
},
896896
"us-gov-west-1" : {
897-
"centos6" : "ami-d15033f2"
897+
"centos6" : "ami-43563560"
898898
}
899899
},
900900
"ClusterUser" : {

0 commit comments

Comments
 (0)