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.
2 parents 8cc8646 + 6ff3834 commit d9d3fbbCopy full SHA for d9d3fbb
dotcom-rendering/cdk/lib/__snapshots__/renderingStack.test.ts.snap
@@ -1449,7 +1449,7 @@ exports[`The RenderingCDKStack matches the snapshot 1`] = `
1449
"InstanceMetadataTags": "enabled",
1450
},
1451
"Monitoring": {
1452
- "Enabled": false,
+ "Enabled": true,
1453
1454
"SecurityGroupIds": [
1455
{
dotcom-rendering/cdk/lib/renderingStack.ts
@@ -208,7 +208,7 @@ export class RenderingCDKStack extends CDKStack {
208
cidrRanges: [Peer.ipv4('10.0.0.0/8')],
209
scope: AccessScope.INTERNAL,
210
211
- instanceMetricGranularity: '5Minute',
+ instanceMetricGranularity: '1Minute',
212
applicationLogging: {
213
enabled: true,
214
systemdUnitName: guApp,
0 commit comments