Skip to content

Commit

Permalink
feat(aws-ec2): add g4ad instance types (#17927)
Browse files Browse the repository at this point in the history
update EC2 instance type for `g4ad` series.

AWS CFN docs have already been updated:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype

closes #17565
  • Loading branch information
cokia committed Dec 30, 2021
1 parent 9e6f977 commit 8cb6a76
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 @@ -576,6 +576,16 @@ export enum InstanceClass {
*/
G4DN = 'g4dn',

/**
* Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation
*/
GRAPHICS4_AMD_NVME_DRIVE = 'g4ad',

/**
* Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation
*/
G4AD = 'g4ad',

/**
* Graphics-optimized instances, 5th generation
*/
Expand Down

0 comments on commit 8cb6a76

Please sign in to comment.