Skip to content

feat(ec2): add C8a (InstanceClass.C8A) instance class#37372

Open
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:feat/ec2-c8a-instance-class
Open

feat(ec2): add C8a (InstanceClass.C8A) instance class#37372
syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh:feat/ec2-c8a-instance-class

Conversation

@syukawa-gh
Copy link
Copy Markdown
Contributor

Reason for this change

C8a instances (compute optimized, 5th gen AMD EPYC Turin) are generally available but not yet in CDK.

Closes #36722

Description of changes

Add InstanceClass.COMPUTE8_AMD and InstanceClass.C8A enum values and their mapping to c8a.

Description of how you validated changes

Follows the same pattern as existing instance classes (C7A, C8G, etc.).

Checklist

Add support for compute optimized C8a instances based on 5th
generation AMD EPYC (codename Turin).

Closes aws#36722
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Mar 27, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 27, 2026 08:37
@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Mar 27, 2026
@syukawa-gh
Copy link
Copy Markdown
Contributor Author

Exemption Request: This PR adds new enum values (InstanceClass.COMPUTE8_AMD and InstanceClass.C8A) with their mapping. No integration test is applicable for instance class constant additions.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Mar 27, 2026
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to a README file.
❌ Features must contain a change to a test file.
❌ 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.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws-ec2: Add C8a (InstanceClass.C8A) to available instance classes

3 participants