Skip to content

chore(ec2): add r8gb instance class#35582

Merged
mergify[bot] merged 1 commit intoaws:mainfrom
phuhung273:instance-type
Sep 26, 2025
Merged

chore(ec2): add r8gb instance class#35582
mergify[bot] merged 1 commit intoaws:mainfrom
phuhung273:instance-type

Conversation

@phuhung273
Copy link
Copy Markdown
Contributor

Reason for this change

https://aws.amazon.com/about-aws/whats-new/2025/09/amazon-ec2-r8gb-instances/

Description of changes

Add r8gb instance class

Description of how you validated changes

$ aws ec2 describe-instance-types \
  --filters "Name=instance-type,Values=r8gb.*" \
  --query "InstanceTypes[].InstanceType" \
  --output table
-----------------------
|DescribeInstanceTypes|
+---------------------+
|  r8gb.8xlarge       |
|  r8gb.4xlarge       |
|  r8gb.large         |
|  r8gb.12xlarge      |
|  r8gb.16xlarge      |
|  r8gb.medium        |
|  r8gb.metal-24xl    |
|  r8gb.xlarge        |
|  r8gb.2xlarge       |
|  r8gb.24xlarge      |
+---------------------+

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team September 26, 2025 04:02
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Sep 26, 2025
@ozelalisen ozelalisen self-assigned this Sep 26, 2025
@mergify mergify bot added the queued label Sep 26, 2025
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 26, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

mergify bot added a commit that referenced this pull request Sep 26, 2025
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 26, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 31bf1bf into aws:main Sep 26, 2025
34 checks passed
@mergify mergify bot removed the queued label Sep 26, 2025
@github-actions
Copy link
Copy Markdown
Contributor

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 Sep 26, 2025
@phuhung273 phuhung273 deleted the instance-type branch September 26, 2025 09:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants