Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotcom-rendering/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const TagPageRenderingPropsCODE: RenderingCDKStackProps = {
stage: 'CODE',
domainName: 'tag-page-rendering.code.dev-guardianapis.com',
scaling: { minimumInstances: 1, maximumInstances: 3 },
instanceType: InstanceType.of(InstanceClass.T4G, InstanceSize.SMALL),
instanceType: InstanceType.of(InstanceClass.C8G, InstanceSize.MEDIUM),
imageIdentifier: process.env.IMAGE_DIGEST ?? 'DEV',
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ exports[`The RenderingCDKStack matches the snapshot for Tag Page Rendering CODE
"ImageId": {
"Ref": "AMITagpagerendering",
},
"InstanceType": "t4g.small",
"InstanceType": "c8g.medium",
"MetadataOptions": {
"HttpTokens": "required",
"InstanceMetadataTags": "enabled",
Expand Down
Loading