Skip to content

Commit

Permalink
feat(ec2): add i4i instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Apr 29, 2022
1 parent 7fd542c commit 9c4315b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,16 @@ export enum InstanceClass {
*/
I3EN = 'i3en',

/**
* I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation
*/
IO4_INTEL = 'i4i',

/**
* I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation
*/
I4_INTEL = 'i4i',

/**
* Storage optimized instances powered by Graviton2 processor, 4th generation
*/
Expand Down

0 comments on commit 9c4315b

Please sign in to comment.