Skip to content

Commit

Permalink
feat(ec2): add c6i instances (#17237)
Browse files Browse the repository at this point in the history
New C6I instances just got released:

https://aws.amazon.com/blogs/aws/new-amazon-ec2-c6i-instances-powered-by-the-latest-generation-intel-xeon-scalable-processors/

Docs have already been updated:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype

<img width="1078" alt="Screen Shot 2021-10-29 at 3 11 00 PM" src="https://user-images.githubusercontent.com/31543/139502936-a34cd4f0-0d8e-4f2e-a178-078aab7d00c4.png">


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
robertd committed Nov 1, 2021
1 parent 73eb185 commit 25cea18
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
Expand Up @@ -208,6 +208,16 @@ export enum InstanceClass {
*/
C5 = 'c5',

/**
* Compute optimized instances, 6th generation
*/
COMPUTE6_INTEL = 'c6i',

/**
* Compute optimized instances, 6th generation
*/
C6I = 'c6i',

/**
* Compute optimized instances with local NVME drive, 5th generation
*/
Expand Down

0 comments on commit 25cea18

Please sign in to comment.