Skip to content

Commit 871b565

Browse files
committed
Merge branch 'govcloud' into develop
2 parents eb98efe + a644ddf commit 871b565

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

amis.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sa-east-1: ami-12b8347e
99
us-east-1: ami-a8535cc2
1010
us-west-1: ami-6ac2b00a
1111
us-west-2: ami-e5b25985
12+
us-gov-west-1: ami-cd14a8ac
1213
# centos7
1314
ap-northeast-1: ami-f284919c
1415
ap-northeast-2: ami-79a06917
@@ -20,6 +21,7 @@ sa-east-1: ami-20b63a4c
2021
us-east-1: ami-7c555a16
2122
us-west-1: ami-18d8aa78
2223
us-west-2: ami-148b6074
24+
us-gov-west-1: ami-eb15a98a
2325
# alinux
2426
ap-northeast-1: ami-5c839632
2527
ap-northeast-2: ami-85a069eb
@@ -31,6 +33,7 @@ sa-east-1: ami-24bf3348
3133
us-east-1: ami-1d585777
3234
us-west-1: ami-1dd8aa7d
3335
us-west-2: ami-5ab15a3a
36+
us-gov-west-1: ami-c016aaa1
3437
# ubuntu1404
3538
ap-northeast-1: ami-5d839633
3639
ap-northeast-2: ami-30a36a5e
@@ -42,3 +45,4 @@ sa-east-1: ami-97b73bfb
4245
us-east-1: ami-7a585710
4346
us-west-1: ami-0bdeac6b
4447
us-west-2: ami-f2bf5492
48+
us-gov-west-1: ami-ee15a98f

cloudformation/cfncluster.cfn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,10 +1052,10 @@
10521052
"ubuntu1404" : "ami-72945e11"
10531053
},
10541054
"us-gov-west-1" : {
1055-
"centos6" : "NA",
1056-
"centos7" : "NA",
1057-
"alinux" : "NA",
1058-
"ubuntu1404" : "NA"
1055+
"centos6" : "ami-cd14a8ac",
1056+
"centos7" : "ami-eb15a98a",
1057+
"alinux" : "ami-c016aaa1",
1058+
"ubuntu1404" : "ami-ee15a98f"
10591059
},
10601060
"ap-northeast-2" : {
10611061
"centos6" : "ami-0ea26b60",

0 commit comments

Comments
 (0)