Skip to content

Conversation

@phuhung273
Copy link
Contributor

Reason for this change

https://aws.amazon.com/about-aws/whats-new/2025/11/memory-optimized-amazon-ec2-r8a-instances/

Description of changes

Add r8a instance class

Description of how you validated changes

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

Checklist


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

@github-actions github-actions bot added the p2 label Nov 5, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team November 5, 2025 21:58
@github-actions github-actions bot added the distinguished-contributor [Pilot] contributed 50+ PRs to the CDK label Nov 5, 2025
@ozelalisen ozelalisen self-assigned this Nov 6, 2025
@mergify
Copy link
Contributor

mergify bot commented Nov 6, 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
Copy link
Contributor

mergify bot commented Nov 6, 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 93af887 into aws:main Nov 6, 2025
18 of 19 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

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 Nov 6, 2025
@phuhung273 phuhung273 deleted the instance-type branch November 6, 2025 17:05
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