feat(ec2): add C8a (InstanceClass.C8A) to available instance classes#37461
feat(ec2): add C8a (InstanceClass.C8A) to available instance classes#37461syukawa-gh wants to merge 2 commits intoaws:mainfrom
Conversation
There was a problem hiding this comment.
The pull request linter fails with the following errors:
❌ Features must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
✅ A exemption request has been requested. Please wait for a maintainer's review.
Add C8a compute-optimized instance class based on 5th generation AMD EPYC processors. Closes aws#36722
948d050 to
d70dad4
Compare
|
Exemption Request: The EC2 README does not contain an enumeration of instance classes, so there is no natural place to document the addition of C8A. The instance class is self-documenting through the enum JSDoc and follows the same pattern as all other instance class additions (C7A, C8G, C8I, etc.). |
|
Exemption Request: This change is a minimal fix that does not alter CloudFormation resource behavior in a way that requires a new integration test. The fix is covered by unit tests. |
|
Updated: Added C8A instance class example to the EC2 README. The previous Exemption Request for the README change is no longer needed. |
Issue
Closes #36722
Reason for this change
The C8a instance class (compute-optimized, based on 5th generation AMD EPYC processors) is available on AWS but was missing from the CDK
InstanceClassenum.Description of changes
COMPUTE8_AMDandC8Aenum values toInstanceClassDescription of how you validated changes
Follows the same pattern as other instance class additions (e.g., C7A, C8G, C8I).
Checklist