Skip to content

aws-ec2: update ebs gp3 iops and throughput limits #36014

@csumpter

Description

@csumpter

Describe the feature

Per the recent AWS announcement GP3 EBS volumes can now support higher IOPS and throughput limits, so the 1,000 MiB/s throughput limit and 16,000 IOPS limit can be increased to:

  • 2,000 MiB/s throughput limit
  • 80,000 IOPS limit

Use Case

Being able to configure and provision GP3 volumes with the newly increased limits.

Proposed Solution

Updating the hard coded thresholds from the 1,000 MiB/s throughput limit and 16,000 IOPS limit.

https://github.com/search?q=repo%3Aaws%2Faws-cdk%2016000&type=code
https://github.com/search?q=repo%3Aaws%2Faws-cdk+1000+language%3ATypeScript+throughput&type=code

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

2.216.0

AWS CDK CLI version

2.1029.2 (build fccc5f9)

Environment details (OS name and version, etc.)

macOS 15.7.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-ec2Related to Amazon Elastic Compute Cloudeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions