Commit 31bf1bf
authored
chore(ec2): add r8gb instance class (#35582)
### 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*1 parent d24e612 commit 31bf1bf
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
505 | 515 | | |
506 | 516 | | |
507 | 517 | | |
| |||
1861 | 1871 | | |
1862 | 1872 | | |
1863 | 1873 | | |
| 1874 | + | |
| 1875 | + | |
1864 | 1876 | | |
1865 | 1877 | | |
1866 | 1878 | | |
| |||
0 commit comments