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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant