Skip to content

Conversation

phuhung273
Copy link
Contributor

Reason for this change

https://aws.amazon.com/about-aws/whats-new/2025/10/amazon-ec2-c8i-and-c8i-flex-instances-generally-available/
https://aws.amazon.com/about-aws/whats-new/2025/10/general-purpose-amazon-ec2-m8a-instances/

Description of changes

EC2 add m8a,c8i,c8i-flex instance class

Description of how you validated changes

$ aws ec2 describe-instance-types \
  --filters "Name=instance-type,Values=c8i*" \      
  --query "InstanceTypes[].InstanceType" \
  --output table
-----------------------
|DescribeInstanceTypes|
+---------------------+
|  c8i-flex.8xlarge   |
|  c8i.8xlarge        |
...

$ aws ec2 describe-instance-types \
  --filters "Name=instance-type,Values=m8a.*" \     
  --query "InstanceTypes[].InstanceType" \
  --output table
-----------------------
|DescribeInstanceTypes|
+---------------------+
|  m8a.medium         |
|  m8a.8xlarge        |
...

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team October 11, 2025 01:11
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Oct 11, 2025
@alvazjor alvazjor self-assigned this Oct 13, 2025
alvazjor
alvazjor previously approved these changes Oct 13, 2025
@mergify mergify bot dismissed alvazjor’s stale review October 13, 2025 14:44

Pull request has been modified.

@phuhung273
Copy link
Contributor Author

Thanks for your review @alvazjor

Copy link
Contributor

mergify bot commented Oct 13, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot added the queued label Oct 13, 2025
Copy link
Contributor

mergify bot commented Oct 13, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit e07b341 into aws:main Oct 13, 2025
18 of 19 checks passed
@mergify mergify bot removed the queued label Oct 13, 2025
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2025
@phuhung273 phuhung273 deleted the instance-type branch October 13, 2025 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants