Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2: Add Graviton4 processors C8g and M8g to EC2 instance class #32522

Closed
1 of 2 tasks
rockaport opened this issue Dec 14, 2024 · 4 comments · Fixed by #32528
Closed
1 of 2 tasks

EC2: Add Graviton4 processors C8g and M8g to EC2 instance class #32522

rockaport opened this issue Dec 14, 2024 · 4 comments · Fixed by #32528
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. p2

Comments

@rockaport
Copy link
Contributor

Describe the feature

I'm not sure what's required in terms of availability for adding a new instance class, but they were released in September.

If it's as straightforward as just updating the enum I'm willing to submit a PR:
packages/aws-cdk-lib/aws-ec2/lib/instance-types.ts

Use Case

I'd like to use this instance class in my deployment

Proposed Solution

Update the instance class enum with these types

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.173.0

Environment details (OS name and version, etc.)

Ubuntu 24

@rockaport rockaport added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 14, 2024
@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Dec 14, 2024
@nmussy
Copy link
Contributor

nmussy commented Dec 14, 2024

From what I see running DescribeInstanceTypes across us-east-1 and us-east-2, these are the currently missing instance types:

  • c7i-flex
  • c8g
  • f2
  • gr6
  • i7ie
  • i8g
  • m8g
  • p5e
  • p5en
  • trn2
  • u7i-12tb
  • u7i-6tb
  • u7i-8tb
  • u7in-16tb
  • u7in-24tb
  • u7in-32tb
  • x8g

Some of these might be inaccessible without developer preview. If you want to add all of these, you should be able to find a human friendly name and a description here. Let me know if you need help!

@ashishdhingra ashishdhingra self-assigned this Dec 16, 2024
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Dec 16, 2024
@ashishdhingra
Copy link
Contributor

From what I see running DescribeInstanceTypes across us-east-1 and us-east-2, these are the currently missing instance types:

  • c7i-flex
  • c8g
  • f2
  • gr6
  • i7ie
  • i8g
  • m8g
  • p5e
  • p5en
  • trn2
  • u7i-12tb
  • u7i-6tb
  • u7i-8tb
  • u7in-16tb
  • u7in-24tb
  • u7in-32tb
  • x8g

Some of these might be inaccessible without developer preview. If you want to add all of these, you should be able to find a human friendly name and a description here. Let me know if you need help!

@nmussy Thanks for sharing the the links to get the missing instance types. CloudFormation documentation appears to be out of sync as well.

@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Dec 16, 2024
@ashishdhingra ashishdhingra removed their assignment Dec 16, 2024
@mergify mergify bot closed this as completed in #32528 Dec 24, 2024
@mergify mergify bot closed this as completed in a81eec6 Dec 24, 2024
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

1 similar comment
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants