|
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-20141013-1 cfn-20141013-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-20141222-0 cfncluster-0.0.17", |
4 | 4 | "Parameters" : { |
5 | 5 | "KeyName" : { |
6 | 6 | "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", |
|
650 | 650 | }, |
651 | 651 | "AWSRegionOS2AMI" : { |
652 | 652 | "eu-west-1" : { |
653 | | - "centos6" : "ami-3470d943" |
| 653 | + "centos6" : "ami-c215adb5" |
654 | 654 | }, |
655 | 655 | "us-east-1" : { |
656 | | - "centos6" : "ami-f4ea6b9c" |
| 656 | + "centos6" : "ami-0e274866" |
657 | 657 | }, |
658 | 658 | "ap-northeast-1" : { |
659 | | - "centos6" : "ami-2188bb20" |
| 659 | + "centos6" : "ami-f2171ff3" |
660 | 660 | }, |
661 | 661 | "us-west-2" : { |
662 | | - "centos6" : "ami-ef632ddf" |
| 662 | + "centos6" : "ami-2b095a1b" |
663 | 663 | }, |
664 | 664 | "sa-east-1" : { |
665 | | - "centos6" : "ami-d3d364ce" |
| 665 | + "centos6" : "ami-f18635ec" |
666 | 666 | }, |
667 | 667 | "us-west-1" : { |
668 | | - "centos6" : "ami-c30e1a86" |
| 668 | + "centos6" : "ami-abddc0ee" |
669 | 669 | }, |
670 | 670 | "ap-southeast-1" : { |
671 | | - "centos6" : "ami-0c70505e" |
| 671 | + "centos6" : "ami-839bb4d1" |
672 | 672 | }, |
673 | 673 | "ap-southeast-2" : { |
674 | | - "centos6" : "ami-537e1269" |
| 674 | + "centos6" : "ami-a5701b9f" |
675 | 675 | }, |
676 | 676 | "eu-central-1" : { |
677 | | - "centos6" : "ami-1c132501" |
| 677 | + "centos6" : "ami-b03606ad" |
678 | 678 | }, |
679 | 679 | "us-gov-west-1" : { |
680 | | - "centos6" : "ami-8f1573ac" |
| 680 | + "centos6" : "ami-9196f0b2" |
681 | 681 | } |
682 | 682 | }, |
683 | 683 | "ClusterUser" : { |
|
690 | 690 | }, |
691 | 691 | "AWSRegion2Capabilites" : { |
692 | 692 | "eu-west-1" : { |
693 | | - "cwl" : "false", |
| 693 | + "cwl" : "true", |
694 | 694 | "arn" : "aws" |
695 | 695 | }, |
696 | 696 | "us-east-1" : { |
697 | 697 | "cwl" : "true", |
698 | 698 | "arn" : "aws" |
699 | 699 | }, |
700 | 700 | "ap-northeast-1" : { |
701 | | - "cwl" : "false", |
| 701 | + "cwl" : "true", |
702 | 702 | "arn" : "aws" |
703 | 703 | }, |
704 | 704 | "us-west-2" : { |
705 | | - "cwl" : "false", |
| 705 | + "cwl" : "true", |
706 | 706 | "arn" : "aws" |
707 | 707 | }, |
708 | 708 | "sa-east-1" : { |
|
714 | 714 | "arn" : "aws" |
715 | 715 | }, |
716 | 716 | "ap-southeast-1" : { |
717 | | - "cwl" : "false", |
| 717 | + "cwl" : "true", |
718 | 718 | "arn" : "aws" |
719 | 719 | }, |
720 | 720 | "ap-southeast-2" : { |
721 | | - "cwl" : "false", |
| 721 | + "cwl" : "true", |
722 | 722 | "arn" : "aws" |
723 | 723 | }, |
724 | 724 | "eu-central-1" : { |
725 | | - "cwl" : "false", |
| 725 | + "cwl" : "true", |
726 | 726 | "arn" : "aws" |
727 | 727 | }, |
728 | 728 | "us-gov-west-1" : { |
|
0 commit comments