Skip to content

Commit

Permalink
Merge branch 'master' into feat(rds)/add-secret-rotation-to-cluster-f…
Browse files Browse the repository at this point in the history
…rom-snapshot
  • Loading branch information
mergify[bot] committed Apr 30, 2022
2 parents 324166b + 572b52c commit a9fb890
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 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
*/
I4I = 'i4i',

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

0 comments on commit a9fb890

Please sign in to comment.