diff --git a/dotcom-rendering/cdk/bin/cdk.ts b/dotcom-rendering/cdk/bin/cdk.ts index 8cc0f66cdde..f900daa1852 100644 --- a/dotcom-rendering/cdk/bin/cdk.ts +++ b/dotcom-rendering/cdk/bin/cdk.ts @@ -14,8 +14,8 @@ const sharedProps = { new DotcomRendering(app, 'DotcomRendering-PROD', { ...sharedProps, stage: 'PROD', - minCapacity: 15, - maxCapacity: 60, + minCapacity: 30, + maxCapacity: 120, instanceType: 't4g.small', });