This repository was archived by the owner on Oct 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ Mappings:
251251 sa-east-1:
252252 PerHost: ami-1f275373
253253 BYOL: ami-3d057151
254+ us-gov-west-1:
255+ BYOL: ami-f5de5e94
254256 DSMSIZE:
255257 us-east-1:
256258 PerHost: m4.xlarge
@@ -294,6 +296,9 @@ Mappings:
294296 sa-east-1:
295297 PerHost: m4.xlarge
296298 BYOL: m4.xlarge
299+ us-gov-west-1:
300+ PerHost: m4.xlarge
301+ BYOL: m4.xlarge
297302 DSMDBMap:
298303 SQL:
299304 DbTypeString: Microsoft SQL Server
@@ -326,8 +331,9 @@ Resources:
326331 PolicyDocument:
327332 Version: 2012-10-17
328333 Statement:
329- - Action:
330- - s3:GetObject
334+ - Effect: Allow
335+ Action:
336+ - s3:GetObject
331337 Resource:
332338 Fn::Sub:
333339 - arn:${Partition}:s3:::${QSS3BucketName}/${QSS3KeyPrefix}*
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ Mappings:
205205 BYOL: m4.xlarge
206206 sa-east-1:
207207 BYOL: m4.xlarge
208+ us-gov-west-1:
209+ BYOL: m4.xlarge
208210 RDSInstanceSize:
209211 us-east-1:
210212 Oracle: db.m4.xlarge
@@ -262,6 +264,10 @@ Mappings:
262264 Oracle: db.m3.xlarge
263265 MSSQL: db.m3.xlarge
264266 PostgreSQL: db.m3.xlarge
267+ us-gov-west-1:
268+ Oracle: db.m3.xlarge
269+ MSSQL: db.m3.xlarge
270+ PostgreSQL: db.m3.xlarge
265271 RDSMultiAZ:
266272 us-east-1:
267273 Oracle: 'true'
@@ -319,6 +325,10 @@ Mappings:
319325 Oracle: 'true'
320326 MSSQL: 'false'
321327 PostgreSQL: 'true'
328+ us-gov-west-1:
329+ Oracle: 'true'
330+ MSSQL: 'false'
331+ PostgreSQL: 'true'
322332Resources:
323333 MasterMP:
324334 Type: AWS::CloudFormation::Stack
You can’t perform that action at this time.
0 commit comments