|
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-20141222-0 cfncluster-0.0.17", |
| 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-20150415-0 cfncluster-0.0.20", |
4 | 4 | "Parameters" : {
|
5 | 5 | "KeyName" : {
|
6 | 6 | "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
|
|
729 | 729 | },
|
730 | 730 | "AWSRegionOS2AMI" : {
|
731 | 731 | "us-west-2" : {
|
732 |
| - "centos6" : "ami-ab7f599b" |
| 732 | + "centos6" : "ami-39d1fb09" |
733 | 733 | },
|
734 | 734 | "eu-central-1" : {
|
735 |
| - "centos6" : "ami-b43705a9" |
| 735 | + "centos6" : "ami-36eed22b" |
736 | 736 | },
|
737 | 737 | "sa-east-1" : {
|
738 |
| - "centos6" : "ami-818b359c" |
| 738 | + "centos6" : "ami-19890c04" |
739 | 739 | },
|
740 | 740 | "ap-northeast-1" : {
|
741 |
| - "centos6" : "ami-891bfb89" |
| 741 | + "centos6" : "ami-e051abe0" |
742 | 742 | },
|
743 | 743 | "eu-west-1" : {
|
744 |
| - "centos6" : "ami-87fd69f0" |
| 744 | + "centos6" : "ami-6f305018" |
745 | 745 | },
|
746 | 746 | "us-east-1" : {
|
747 |
| - "centos6" : "ami-7660361e" |
| 747 | + "centos6" : "ami-f07f4598" |
748 | 748 | },
|
749 | 749 | "us-west-1" : {
|
750 |
| - "centos6" : "ami-86b0aac3" |
| 750 | + "centos6" : "ami-a703e1e3" |
751 | 751 | },
|
752 | 752 | "ap-southeast-2" : {
|
753 |
| - "centos6" : "ami-7d730547" |
| 753 | + "centos6" : "ami-4709747d" |
754 | 754 | },
|
755 | 755 | "ap-southeast-1" : {
|
756 |
| - "centos6" : "ami-fafcc8a8" |
| 756 | + "centos6" : "ami-d88bb98a" |
757 | 757 | },
|
758 | 758 | "us-gov-west-1" : {
|
759 |
| - "centos6" : "ami-5d68097e" |
| 759 | + "centos6" : "ami-a7f99884" |
760 | 760 | }
|
761 | 761 | },
|
762 | 762 | "ClusterUser" : {
|
|
0 commit comments