We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84eb19 commit beb6e91Copy full SHA for beb6e91
cloudformation/aws-parallelcluster.cfn.json
@@ -1560,7 +1560,23 @@
1560
"KeyType": "HASH"
1561
}
1562
],
1563
- "BillingMode": "PAY_PER_REQUEST"
+ "BillingMode": {
1564
+ "Fn::If": [
1565
+ "GovCloudRegion",
1566
+ "PROVISIONED",
1567
+ "PAY_PER_REQUEST"
1568
+ ]
1569
+ },
1570
+ "ProvisionedThroughput": {
1571
1572
1573
+ {
1574
+ "ReadCapacityUnits": 5,
1575
+ "WriteCapacityUnits": 5
1576
1577
+ { "Ref": "AWS::NoValue" }
1578
1579
+ }
1580
1581
},
1582
"RootRole": {
0 commit comments