Skip to content

Commit 86f2fc3

Browse files
committed
Updated AMIs and template.
1 parent 08833ed commit 86f2fc3

File tree

2 files changed

+84
-80
lines changed

2 files changed

+84
-80
lines changed

amis.txt

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
11
# centos6
2-
ap-northeast-1: ami-33a1925d
3-
ap-southeast-1: ami-1617da75
4-
ap-southeast-2: ami-e6c69c85
5-
eu-central-1: ami-b80618d4
6-
eu-west-1: ami-de9039ad
7-
sa-east-1: ami-2e32b442
8-
us-east-1: ami-17e0be7d
9-
us-west-1: ami-495f2a29
10-
us-west-2: ami-70150e11
2+
ap-northeast-1: ami-e19da68f
3+
ap-northeast-2: ami-c4f03eaa
4+
ap-southeast-1: ami-2e5e914d
5+
ap-southeast-2: ami-8fd4f0ec
6+
eu-central-1: ami-71c0d81d
7+
eu-west-1: ami-a1bb0dd2
8+
sa-east-1: ami-1614947a
9+
us-east-1: ami-29567943
10+
us-west-1: ami-74304614
11+
us-west-2: ami-839375e3
1112
# centos7
12-
ap-northeast-1: ami-e4a99a8a
13-
ap-southeast-1: ami-4a17da29
14-
ap-southeast-2: ami-e7c09a84
15-
eu-central-1: ami-91031dfd
16-
eu-west-1: ami-266ac355
17-
sa-east-1: ami-2732b44b
18-
us-east-1: ami-a7e1bfcd
19-
us-west-1: ami-2a5d284a
20-
us-west-2: ami-bc140fdd
13+
ap-northeast-1: ami-dd97acb3
14+
ap-northeast-2: ami-b5f739db
15+
ap-southeast-1: ami-af5d92cc
16+
ap-southeast-2: ami-84d5f1e7
17+
eu-central-1: ami-adc4dcc1
18+
eu-west-1: ami-0db90f7e
19+
sa-east-1: ami-0216966e
20+
us-east-1: ami-e0537c8a
21+
us-west-1: ami-7e31471e
22+
us-west-2: ami-ea90768a
2123
# alinux
22-
ap-northeast-1: ami-f3a89b9d
23-
ap-southeast-1: ami-bd1ad7de
24-
ap-southeast-2: ami-a1c49ec2
25-
eu-central-1: ami-94001ef8
26-
eu-west-1: ami-076cc574
27-
sa-east-1: ami-3f31b753
28-
us-east-1: ami-bb1d44d1
29-
us-west-1: ami-995d28f9
30-
us-west-2: ami-b11209d0
24+
ap-northeast-1: ami-4b89b225
25+
ap-northeast-2: ami-c3f53bad
26+
ap-southeast-1: ami-bd5d92de
27+
ap-southeast-2: ami-c8d5f1ab
28+
eu-central-1: ami-88c3dbe4
29+
eu-west-1: ami-cfbd0bbc
30+
sa-east-1: ami-65139309
31+
us-east-1: ami-d4537cbe
32+
us-west-1: ami-35304655
33+
us-west-2: ami-529f7932
3134
# ubuntu1404
32-
ap-northeast-1: ami-bba99ad5
33-
ap-southeast-1: ami-b51ad7d6
34-
ap-southeast-2: ami-5fc59f3c
35-
eu-central-1: ami-54011f38
36-
eu-west-1: ami-d76cc5a4
37-
sa-east-1: ami-be3fb9d2
38-
us-east-1: ami-55134a3f
39-
us-west-1: ami-9b592cfb
40-
us-west-2: ami-62170c03
35+
ap-northeast-1: ami-fd83b893
36+
ap-northeast-2: ami-27f63849
37+
ap-southeast-1: ami-6e5b940d
38+
ap-southeast-2: ami-6cd7f30f
39+
eu-central-1: ami-b1c5dddd
40+
eu-west-1: ami-7cbb0d0f
41+
sa-east-1: ami-1613937a
42+
us-east-1: ami-2a2e0140
43+
us-west-1: ami-10304670
44+
us-west-2: ami-fe9a7c9e

cloudformation/cfncluster.cfn.json

Lines changed: 44 additions & 44 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-201601072314 cfncluster-1.0.0b3",
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-201602011823 cfncluster-1.0.0b3",
44
"Parameters" : {
55
"KeyName" : {
66
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -982,59 +982,59 @@
982982
}
983983
},
984984
"AWSRegionOS2AMI" : {
985+
"eu-west-1" : {
986+
"centos6" : "ami-a1bb0dd2",
987+
"centos7" : "ami-0db90f7e",
988+
"alinux" : "ami-cfbd0bbc",
989+
"ubuntu1404" : "ami-7cbb0d0f"
990+
},
985991
"us-west-2" : {
986-
"centos6" : "ami-70150e11",
987-
"centos7" : "ami-bc140fdd",
988-
"alinux" : "ami-b11209d0",
989-
"ubuntu1404" : "ami-62170c03"
992+
"centos6" : "ami-839375e3",
993+
"centos7" : "ami-ea90768a",
994+
"alinux" : "ami-529f7932",
995+
"ubuntu1404" : "ami-fe9a7c9e"
990996
},
991997
"eu-central-1" : {
992-
"centos6" : "ami-b80618d4",
993-
"centos7" : "ami-91031dfd",
994-
"alinux" : "ami-94001ef8",
995-
"ubuntu1404" : "ami-54011f38"
998+
"centos6" : "ami-71c0d81d",
999+
"centos7" : "ami-adc4dcc1",
1000+
"alinux" : "ami-88c3dbe4",
1001+
"ubuntu1404" : "ami-b1c5dddd"
9961002
},
9971003
"sa-east-1" : {
998-
"centos6" : "ami-2e32b442",
999-
"centos7" : "ami-2732b44b",
1000-
"alinux" : "ami-3f31b753",
1001-
"ubuntu1404" : "ami-be3fb9d2"
1004+
"centos6" : "ami-1614947a",
1005+
"centos7" : "ami-0216966e",
1006+
"alinux" : "ami-65139309",
1007+
"ubuntu1404" : "ami-1613937a"
10021008
},
10031009
"ap-northeast-1" : {
1004-
"centos6" : "ami-33a1925d",
1005-
"centos7" : "ami-e4a99a8a",
1006-
"alinux" : "ami-f3a89b9d",
1007-
"ubuntu1404" : "ami-bba99ad5"
1008-
},
1009-
"eu-west-1" : {
1010-
"centos6" : "ami-de9039ad",
1011-
"centos7" : "ami-266ac355",
1012-
"alinux" : "ami-076cc574",
1013-
"ubuntu1404" : "ami-d76cc5a4"
1010+
"centos6" : "ami-e19da68f",
1011+
"centos7" : "ami-dd97acb3",
1012+
"alinux" : "ami-4b89b225",
1013+
"ubuntu1404" : "ami-fd83b893"
10141014
},
10151015
"us-east-1" : {
1016-
"centos6" : "ami-17e0be7d",
1017-
"centos7" : "ami-a7e1bfcd",
1018-
"alinux" : "ami-bb1d44d1",
1019-
"ubuntu1404" : "ami-55134a3f"
1016+
"centos6" : "ami-29567943",
1017+
"centos7" : "ami-e0537c8a",
1018+
"alinux" : "ami-d4537cbe",
1019+
"ubuntu1404" : "ami-2a2e0140"
10201020
},
10211021
"us-west-1" : {
1022-
"centos6" : "ami-495f2a29",
1023-
"centos7" : "ami-2a5d284a",
1024-
"alinux" : "ami-995d28f9",
1025-
"ubuntu1404" : "ami-9b592cfb"
1022+
"centos6" : "ami-74304614",
1023+
"centos7" : "ami-7e31471e",
1024+
"alinux" : "ami-35304655",
1025+
"ubuntu1404" : "ami-10304670"
10261026
},
10271027
"ap-southeast-2" : {
1028-
"centos6" : "ami-e6c69c85",
1029-
"centos7" : "ami-e7c09a84",
1030-
"alinux" : "ami-a1c49ec2",
1031-
"ubuntu1404" : "ami-5fc59f3c"
1028+
"centos6" : "ami-8fd4f0ec",
1029+
"centos7" : "ami-84d5f1e7",
1030+
"alinux" : "ami-c8d5f1ab",
1031+
"ubuntu1404" : "ami-6cd7f30f"
10321032
},
10331033
"ap-southeast-1" : {
1034-
"centos6" : "ami-1617da75",
1035-
"centos7" : "ami-4a17da29",
1036-
"alinux" : "ami-bd1ad7de",
1037-
"ubuntu1404" : "ami-b51ad7d6"
1034+
"centos6" : "ami-2e5e914d",
1035+
"centos7" : "ami-af5d92cc",
1036+
"alinux" : "ami-bd5d92de",
1037+
"ubuntu1404" : "ami-6e5b940d"
10381038
},
10391039
"us-gov-west-1" : {
10401040
"centos6" : "NA",
@@ -1043,10 +1043,10 @@
10431043
"ubuntu1404" : "NA"
10441044
},
10451045
"ap-northeast-2" : {
1046-
"centos6" : "NA",
1047-
"centos7" : "NA",
1048-
"alinux" : "NA",
1049-
"ubuntu1404" : "NA"
1046+
"centos6" : "ami-c4f03eaa",
1047+
"centos7" : "ami-b5f739db",
1048+
"alinux" : "ami-c3f53bad",
1049+
"ubuntu1404" : "ami-27f63849"
10501050
}
10511051
},
10521052
"OSFeatures" : {
@@ -1074,7 +1074,7 @@
10741074
"chef" : "12.4.3",
10751075
"ridley" : "4.3.2",
10761076
"berkshelf" : "4.0.1",
1077-
"ami" : "201601072314"
1077+
"ami" : "201602011823"
10781078
}
10791079
},
10801080
"AWSRegion2Capabilites" : {

0 commit comments

Comments
 (0)