diff --git a/dotcom-rendering/cdk/bin/cdk.ts b/dotcom-rendering/cdk/bin/cdk.ts index 7d6272dcd5c..ebb457e5bfe 100644 --- a/dotcom-rendering/cdk/bin/cdk.ts +++ b/dotcom-rendering/cdk/bin/cdk.ts @@ -13,7 +13,7 @@ new DotcomRendering(app, 'DotcomRendering-PROD', { ...sharedProps, app: 'rendering', stage: 'PROD', - minCapacity: 25, + minCapacity: 27, maxCapacity: 120, instanceType: 't4g.small', });