|
1 | 1 | { |
2 | 2 | "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", |
4 | 4 | "Parameters" : { |
5 | 5 | "KeyName" : { |
6 | 6 | "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", |
|
982 | 982 | } |
983 | 983 | }, |
984 | 984 | "AWSRegionOS2AMI" : { |
| 985 | + "eu-west-1" : { |
| 986 | + "centos6" : "ami-a1bb0dd2", |
| 987 | + "centos7" : "ami-0db90f7e", |
| 988 | + "alinux" : "ami-cfbd0bbc", |
| 989 | + "ubuntu1404" : "ami-7cbb0d0f" |
| 990 | + }, |
985 | 991 | "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" |
990 | 996 | }, |
991 | 997 | "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" |
996 | 1002 | }, |
997 | 1003 | "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" |
1002 | 1008 | }, |
1003 | 1009 | "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" |
1014 | 1014 | }, |
1015 | 1015 | "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" |
1020 | 1020 | }, |
1021 | 1021 | "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" |
1026 | 1026 | }, |
1027 | 1027 | "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" |
1032 | 1032 | }, |
1033 | 1033 | "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" |
1038 | 1038 | }, |
1039 | 1039 | "us-gov-west-1" : { |
1040 | 1040 | "centos6" : "NA", |
|
1043 | 1043 | "ubuntu1404" : "NA" |
1044 | 1044 | }, |
1045 | 1045 | "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" |
1050 | 1050 | } |
1051 | 1051 | }, |
1052 | 1052 | "OSFeatures" : { |
|
1074 | 1074 | "chef" : "12.4.3", |
1075 | 1075 | "ridley" : "4.3.2", |
1076 | 1076 | "berkshelf" : "4.0.1", |
1077 | | - "ami" : "201601072314" |
| 1077 | + "ami" : "201602011823" |
1078 | 1078 | } |
1079 | 1079 | }, |
1080 | 1080 | "AWSRegion2Capabilites" : { |
|
0 commit comments