You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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
```console
$ 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
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments