|
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-201602192042 cfncluster-1.1.0", |
| 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-201603231645 cfncluster-1.2.1", |
4 | 4 | "Parameters" : {
|
5 | 5 | "KeyName" : {
|
6 | 6 | "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
|
|
998 | 998 | },
|
999 | 999 | "AWSRegionOS2AMI" : {
|
1000 | 1000 | "eu-west-1" : {
|
1001 |
| - "centos6" : "ami-6aba0719", |
1002 |
| - "centos7" : "ami-b5bb06c6", |
1003 |
| - "alinux" : "ami-0ab70a79", |
1004 |
| - "ubuntu1404" : "ami-1cb70a6f" |
| 1001 | + "centos6" : "ami-b30a8ec0", |
| 1002 | + "centos7" : "ami-2d0e8a5e", |
| 1003 | + "alinux" : "ami-6a0e8a19", |
| 1004 | + "ubuntu1404" : "ami-7b088c08" |
1005 | 1005 | },
|
1006 | 1006 | "us-west-2" : {
|
1007 |
| - "centos6" : "ami-6c46a50c", |
1008 |
| - "centos7" : "ami-5447a434", |
1009 |
| - "alinux" : "ami-b347a4d3", |
1010 |
| - "ubuntu1404" : "ami-534ba833" |
| 1007 | + "centos6" : "ami-e5b25985", |
| 1008 | + "centos7" : "ami-148b6074", |
| 1009 | + "alinux" : "ami-5ab15a3a", |
| 1010 | + "ubuntu1404" : "ami-f2bf5492" |
1011 | 1011 | },
|
1012 | 1012 | "eu-central-1" : {
|
1013 |
| - "centos6" : "ami-e53d2789", |
1014 |
| - "centos7" : "ami-45302a29", |
1015 |
| - "alinux" : "ami-a6302aca", |
1016 |
| - "ubuntu1404" : "ami-a8302ac4" |
| 1013 | + "centos6" : "ami-1ee90f71", |
| 1014 | + "centos7" : "ami-1fe90f70", |
| 1015 | + "alinux" : "ami-48f71127", |
| 1016 | + "ubuntu1404" : "ami-38e80e57" |
1017 | 1017 | },
|
1018 | 1018 | "sa-east-1" : {
|
1019 |
| - "centos6" : "ami-192fac75", |
1020 |
| - "centos7" : "ami-162caf7a", |
1021 |
| - "alinux" : "ami-472caf2b", |
1022 |
| - "ubuntu1404" : "ami-1632b17a" |
| 1019 | + "centos6" : "ami-12b8347e", |
| 1020 | + "centos7" : "ami-20b63a4c", |
| 1021 | + "alinux" : "ami-24bf3348", |
| 1022 | + "ubuntu1404" : "ami-97b73bfb" |
1023 | 1023 | },
|
1024 | 1024 | "ap-northeast-1" : {
|
1025 |
| - "centos6" : "ami-4540402b", |
1026 |
| - "centos7" : "ami-2c424242", |
1027 |
| - "alinux" : "ami-824646ec", |
1028 |
| - "ubuntu1404" : "ami-5245453c" |
| 1025 | + "centos6" : "ami-3b809555", |
| 1026 | + "centos7" : "ami-f284919c", |
| 1027 | + "alinux" : "ami-5c839632", |
| 1028 | + "ubuntu1404" : "ami-5d839633" |
1029 | 1029 | },
|
1030 | 1030 | "us-east-1" : {
|
1031 |
| - "centos6" : "ami-ac7343c6", |
1032 |
| - "centos7" : "ami-d77343bd", |
1033 |
| - "alinux" : "ami-9c7646f6", |
1034 |
| - "ubuntu1404" : "ami-f3764699" |
| 1031 | + "centos6" : "ami-a8535cc2", |
| 1032 | + "centos7" : "ami-7c555a16", |
| 1033 | + "alinux" : "ami-1d585777", |
| 1034 | + "ubuntu1404" : "ami-7a585710" |
1035 | 1035 | },
|
1036 | 1036 | "us-west-1" : {
|
1037 |
| - "centos6" : "ami-3f8ffe5f", |
1038 |
| - "centos7" : "ami-128ffe72", |
1039 |
| - "alinux" : "ami-898ffee9", |
1040 |
| - "ubuntu1404" : "ami-bf8effdf" |
| 1037 | + "centos6" : "ami-6ac2b00a", |
| 1038 | + "centos7" : "ami-18d8aa78", |
| 1039 | + "alinux" : "ami-1dd8aa7d", |
| 1040 | + "ubuntu1404" : "ami-0bdeac6b" |
1041 | 1041 | },
|
1042 | 1042 | "ap-southeast-2" : {
|
1043 |
| - "centos6" : "ami-d17c5ab2", |
1044 |
| - "centos7" : "ami-b17b5dd2", |
1045 |
| - "alinux" : "ami-cb7d5ba8", |
1046 |
| - "ubuntu1404" : "ami-f97b5d9a" |
| 1043 | + "centos6" : "ami-20b99943", |
| 1044 | + "centos7" : "ami-cfba9aac", |
| 1045 | + "alinux" : "ami-9fb999fc", |
| 1046 | + "ubuntu1404" : "ami-c7ba9aa4" |
1047 | 1047 | },
|
1048 | 1048 | "ap-southeast-1" : {
|
1049 |
| - "centos6" : "ami-00ce0763", |
1050 |
| - "centos7" : "ami-4cc0092f", |
1051 |
| - "alinux" : "ami-b0ce07d3", |
1052 |
| - "ubuntu1404" : "ami-cdc20bae" |
| 1049 | + "centos6" : "ami-2b945e48", |
| 1050 | + "centos7" : "ami-87945ee4", |
| 1051 | + "alinux" : "ami-ef955f8c", |
| 1052 | + "ubuntu1404" : "ami-72945e11" |
1053 | 1053 | },
|
1054 | 1054 | "us-gov-west-1" : {
|
1055 | 1055 | "centos6" : "NA",
|
|
1058 | 1058 | "ubuntu1404" : "NA"
|
1059 | 1059 | },
|
1060 | 1060 | "ap-northeast-2" : {
|
1061 |
| - "centos6" : "ami-bb29e7d5", |
1062 |
| - "centos7" : "ami-df27e9b1", |
1063 |
| - "alinux" : "ami-ec2be582", |
1064 |
| - "ubuntu1404" : "ami-5c2ae432" |
| 1061 | + "centos6" : "ami-0ea26b60", |
| 1062 | + "centos7" : "ami-79a06917", |
| 1063 | + "alinux" : "ami-85a069eb", |
| 1064 | + "ubuntu1404" : "ami-30a36a5e" |
1065 | 1065 | }
|
1066 | 1066 | },
|
1067 | 1067 | "OSFeatures" : {
|
|
1084 | 1084 | },
|
1085 | 1085 | "CfnClusterVersions" : {
|
1086 | 1086 | "default" : {
|
1087 |
| - "cfncluster" : "cfncluster-1.1.0", |
1088 |
| - "cookbook" : "cfncluster-cookbook-1.1.0", |
1089 |
| - "chef" : "12.4.3", |
1090 |
| - "ridley" : "4.3.2", |
1091 |
| - "berkshelf" : "4.0.1", |
1092 |
| - "ami" : "201602192042" |
| 1087 | + "cfncluster" : "cfncluster-1.2.1", |
| 1088 | + "cookbook" : "cfncluster-cookbook-1.2.1", |
| 1089 | + "chef" : "12.8.1", |
| 1090 | + "ridley" : "4.5.0", |
| 1091 | + "berkshelf" : "4.3.0", |
| 1092 | + "ami" : "201603231645" |
1093 | 1093 | }
|
1094 | 1094 | },
|
1095 | 1095 | "AWSRegion2Capabilites" : {
|
|
0 commit comments