diff --git a/dotcom-rendering/cdk/bin/cdk.ts b/dotcom-rendering/cdk/bin/cdk.ts index f009c38a29c..7d6272dcd5c 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: 30, + minCapacity: 25, maxCapacity: 120, instanceType: 't4g.small', });