Skip to content

Commit 64c5064

Browse files
authored
feat(ec2): add i4i instance type (#20134)
https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-ec2-i4i-instances/ ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7fd542c commit 64c5064

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/@aws-cdk/aws-ec2/lib/instance-types.ts

+10
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,16 @@ export enum InstanceClass {
452452
*/
453453
I3EN = 'i3en',
454454

455+
/**
456+
* I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation
457+
*/
458+
IO4_INTEL = 'i4i',
459+
460+
/**
461+
* I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation
462+
*/
463+
I4I = 'i4i',
464+
455465
/**
456466
* Storage optimized instances powered by Graviton2 processor, 4th generation
457467
*/

0 commit comments

Comments
 (0)