Skip to content

Commit

Permalink
chore(ec2): add missing 224xlarge size
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Dec 26, 2024
1 parent 8f256d3 commit 795b3d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/aws-cdk-lib/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1597,6 +1597,11 @@ export enum InstanceSize {
*/
XLARGE112 = '112xlarge',

/**
* Instance size XLARGE224 (224xlarge)
*/
XLARGE224 = '224xlarge',

/**
* Instance size METAL (metal)
*/
Expand Down

0 comments on commit 795b3d5

Please sign in to comment.