Skip to content

fix(ec2): update EBS io2 and gp3 max volume size to 64 TiB#37478

Open
syukawa-gh wants to merge 2 commits intoaws:mainfrom
syukawa-gh:fix/ec2-ebs-io2-gp3-size-limit
Open

fix(ec2): update EBS io2 and gp3 max volume size to 64 TiB#37478
syukawa-gh wants to merge 2 commits intoaws:mainfrom
syukawa-gh:fix/ec2-ebs-io2-gp3-size-limit

Conversation

@syukawa-gh
Copy link
Copy Markdown
Contributor

Closes #37045
AWS increased the maximum volume size for gp3 and io2 to 64 TiB (65536 GiB). CDK validation was incorrectly limiting these to 16 TiB.
Exemption Request: Validation constant change, no integration test needed.

AWS increased the maximum volume size for gp3 and io2 to 64 TiB
(65536 GiB). The CDK validation was incorrectly limiting these
to 16 TiB (16384 GiB).

Closes aws#37045
@github-actions github-actions bot added bug This issue is a bug. effort/small Small work item – less than a day of effort p1 admired-contributor [Pilot] contributed between 13-24 PRs to the CDK labels Apr 1, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team April 1, 2026 10:25
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:

❌ Fixes 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.

@syukawa-gh
Copy link
Copy Markdown
Contributor Author

Exemption Request: This fix updates EBS volume size validation constants to match current AWS limits (64 TiB for io2 and gp3). Unit tests are included. Integration test is not applicable as this is a synth-time validation change.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Apr 2, 2026
@syukawa-gh
Copy link
Copy Markdown
Contributor Author

Correction to my previous comment: After reviewing the diff more carefully, this PR needs unit tests to be added. I will update this PR with the required tests. The Exemption Request above should be disregarded for the unit test requirement.

@syukawa-gh
Copy link
Copy Markdown
Contributor Author

To clarify my earlier comments: unit tests are already included in this PR. The "Correction" comment above was posted in error. The exemption request is for the integration test only — this updates synth-time validation constants to match current AWS limits, and the unit tests verify the updated validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

admired-contributor [Pilot] contributed between 13-24 PRs to the CDK bug This issue is a bug. effort/small Small work item – less than a day of effort p1 pr/needs-maintainer-review This PR needs a review from a 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.

[ec2]: fix ebs io2 and gp3 size limit

3 participants