[aws-ec2] Add Latest AMD HPC Class C6G to InstanceClass ENUM #10372
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
p2
InstanceType.of(InstanceClass) ENUM does not support C6G family. https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-ec2/lib/instance-types.ts.
Use Case
Utilizing ENUM as best practice rather than string literal to define EC2 instance type in CDK stack.
Proposed Solution
Add C6G to ENUM - InstanceClass.COMPUTE6_GRAVITRON
COMPUTE6_GRAVITRON = 'c6g',
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: