Commit 2a92664
authored
chore(ec2): add r8gn instance classes (#35536)
### Reason for this change
https://aws.amazon.com/about-aws/whats-new/2025/09/generally-available-amazon-ec2-r8gn-instances/
### Description of changes
Add r8gn instance classes
### Description of how you validated changes
```console
$ aws ec2 describe-instance-types | grep -e r8gn
"InstanceType": "r8gn.12xlarge",
"InstanceType": "r8gn.2xlarge",
...
```
### 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 973d234 commit 2a92664
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
495 | 505 | | |
496 | 506 | | |
497 | 507 | | |
| |||
1849 | 1859 | | |
1850 | 1860 | | |
1851 | 1861 | | |
| 1862 | + | |
| 1863 | + | |
1852 | 1864 | | |
1853 | 1865 | | |
1854 | 1866 | | |
| |||
0 commit comments