|
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-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", |
4 | 4 | "Parameters" : { |
5 | 5 | "KeyName" : { |
6 | 6 | "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", |
|
867 | 867 | }, |
868 | 868 | "AWSRegionOS2AMI" : { |
869 | 869 | "us-west-2" : { |
870 | | - "centos6" : "ami-e1aba2d1" |
| 870 | + "centos6" : "ami-f35e56c3" |
871 | 871 | }, |
872 | 872 | "eu-central-1" : { |
873 | | - "centos6" : "ami-76ceca6b" |
| 873 | + "centos6" : "ami-0adcd817" |
874 | 874 | }, |
875 | 875 | "sa-east-1" : { |
876 | | - "centos6" : "ami-01d65f1c" |
| 876 | + "centos6" : "ami-1ffb7202" |
877 | 877 | }, |
878 | 878 | "ap-northeast-1" : { |
879 | | - "centos6" : "ami-c8328ec8" |
| 879 | + "centos6" : "ami-4ed26d4e" |
880 | 880 | }, |
881 | 881 | "eu-west-1" : { |
882 | | - "centos6" : "ami-74e8be03" |
| 882 | + "centos6" : "ami-c05203b7" |
883 | 883 | }, |
884 | 884 | "us-east-1" : { |
885 | | - "centos6" : "ami-bb69c9d0" |
| 885 | + "centos6" : "ami-f1dd7e9a" |
886 | 886 | }, |
887 | 887 | "us-west-1" : { |
888 | | - "centos6" : "ami-fdb14eb9" |
| 888 | + "centos6" : "ami-b3956af7" |
889 | 889 | }, |
890 | 890 | "ap-southeast-2" : { |
891 | | - "centos6" : "ami-0988c833" |
| 891 | + "centos6" : "ami-83a1e1b9" |
892 | 892 | }, |
893 | 893 | "ap-southeast-1" : { |
894 | | - "centos6" : "ami-28d8d47a" |
| 894 | + "centos6" : "ami-76f9f524" |
895 | 895 | }, |
896 | 896 | "us-gov-west-1" : { |
897 | | - "centos6" : "ami-d15033f2" |
| 897 | + "centos6" : "ami-43563560" |
898 | 898 | } |
899 | 899 | }, |
900 | 900 | "ClusterUser" : { |
|
0 commit comments