Commit 93af887
authored
chore(ec2): add r8a instance class (#35964)
### 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
```console
$ 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
- [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 35e7aec commit 93af887
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
475 | 485 | | |
476 | 486 | | |
477 | 487 | | |
| |||
1897 | 1907 | | |
1898 | 1908 | | |
1899 | 1909 | | |
| 1910 | + | |
| 1911 | + | |
1900 | 1912 | | |
1901 | 1913 | | |
1902 | 1914 | | |
| |||
0 commit comments