Skip to content

(ec2): InstanceClass missing G4AD type #17565

@adonisd

Description

@adonisd

What is the problem?

Per the title, the enum for ec2.InstanceClass is missing the G4AD types

Reproduction Steps

   const instanceType = ec2.InstanceType.of(
      ec2.InstanceClass.G4DN,
      ec2.InstanceSize.XLARGE
    );

Try to enum InstanceClass, G4AD is not there.

What did you expect to happen?

for G4AD to be there

What actually happened?

It wasn't there :)

CDK CLI Version

1.132.0

Framework Version

No response

Node.js Version

14

OS

Linux

Language

Typescript

Language Version

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-ec2Related to Amazon Elastic Compute Cloudeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsgood first issueRelated to contributions. See CONTRIBUTING.mdp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions