Skip to content

Commit 58b5647

Browse files
committed
New AMIs. Addtional CloudWatch logs regions.
1 parent 118f7ed commit 58b5647

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

amis.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
us-west-2 ami-ef632ddf
2-
eu-central-1 ami-1c132501
3-
sa-east-1 ami-d3d364ce
4-
ap-northeast-1 ami-2188bb20
5-
eu-west-1 ami-3470d943
6-
us-east-1 ami-f4ea6b9c
7-
us-west-1 ami-c30e1a86
8-
ap-southeast-2 ami-537e1269
9-
ap-southeast-1 ami-0c70505e
10-
us-gov-west-1 ami-8f1573ac
1+
us-west-2 ami-2b095a1b
2+
eu-central-1 ami-b03606ad
3+
sa-east-1 ami-f18635ec
4+
ap-northeast-1 ami-f2171ff3
5+
eu-west-1 ami-c215adb5
6+
us-east-1 ami-0e274866
7+
us-west-1 ami-abddc0ee
8+
ap-southeast-2 ami-a5701b9f
9+
ap-southeast-1 ami-839bb4d1
10+
us-gov-west-1 ami-9196f0b2

cloudformation/cfncluster.cfn.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"Parameters" : {
55
"KeyName" : {
66
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
@@ -650,34 +650,34 @@
650650
},
651651
"AWSRegionOS2AMI" : {
652652
"eu-west-1" : {
653-
"centos6" : "ami-3470d943"
653+
"centos6" : "ami-c215adb5"
654654
},
655655
"us-east-1" : {
656-
"centos6" : "ami-f4ea6b9c"
656+
"centos6" : "ami-0e274866"
657657
},
658658
"ap-northeast-1" : {
659-
"centos6" : "ami-2188bb20"
659+
"centos6" : "ami-f2171ff3"
660660
},
661661
"us-west-2" : {
662-
"centos6" : "ami-ef632ddf"
662+
"centos6" : "ami-2b095a1b"
663663
},
664664
"sa-east-1" : {
665-
"centos6" : "ami-d3d364ce"
665+
"centos6" : "ami-f18635ec"
666666
},
667667
"us-west-1" : {
668-
"centos6" : "ami-c30e1a86"
668+
"centos6" : "ami-abddc0ee"
669669
},
670670
"ap-southeast-1" : {
671-
"centos6" : "ami-0c70505e"
671+
"centos6" : "ami-839bb4d1"
672672
},
673673
"ap-southeast-2" : {
674-
"centos6" : "ami-537e1269"
674+
"centos6" : "ami-a5701b9f"
675675
},
676676
"eu-central-1" : {
677-
"centos6" : "ami-1c132501"
677+
"centos6" : "ami-b03606ad"
678678
},
679679
"us-gov-west-1" : {
680-
"centos6" : "ami-8f1573ac"
680+
"centos6" : "ami-9196f0b2"
681681
}
682682
},
683683
"ClusterUser" : {
@@ -690,19 +690,19 @@
690690
},
691691
"AWSRegion2Capabilites" : {
692692
"eu-west-1" : {
693-
"cwl" : "false",
693+
"cwl" : "true",
694694
"arn" : "aws"
695695
},
696696
"us-east-1" : {
697697
"cwl" : "true",
698698
"arn" : "aws"
699699
},
700700
"ap-northeast-1" : {
701-
"cwl" : "false",
701+
"cwl" : "true",
702702
"arn" : "aws"
703703
},
704704
"us-west-2" : {
705-
"cwl" : "false",
705+
"cwl" : "true",
706706
"arn" : "aws"
707707
},
708708
"sa-east-1" : {
@@ -714,15 +714,15 @@
714714
"arn" : "aws"
715715
},
716716
"ap-southeast-1" : {
717-
"cwl" : "false",
717+
"cwl" : "true",
718718
"arn" : "aws"
719719
},
720720
"ap-southeast-2" : {
721-
"cwl" : "false",
721+
"cwl" : "true",
722722
"arn" : "aws"
723723
},
724724
"eu-central-1" : {
725-
"cwl" : "false",
725+
"cwl" : "true",
726726
"arn" : "aws"
727727
},
728728
"us-gov-west-1" : {

0 commit comments

Comments
 (0)