Skip to content

Commit b8dfbc4

Browse files
feat(ecs): volume initialization rate (#34962)
### Issue # (if applicable) None ### Reason for this change Amazon ECS now supports for configuring Amazon EBS Provisioned Rate for Volume Initialization. https://aws.amazon.com/jp/about-aws/whats-new/2025/05/amazon-ecs-ebs-provisioned-rate-volume-initialization/ This feature cannot be configurable by AWS CDK. ### Description of changes - Add `volumeInitializationRate` to `ServiceManagedEBSVolumeConfiguration` ### Describe any new or updated permissions being added None ### Description of how you validated changes Add both unit and integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b1791f7 commit b8dfbc4

13 files changed

+1534
-1
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/fargate/integ.ebs-volume-initialization-rate.js.snapshot/EBSVolumeInitializationRateDefaultTestDeployAssertCB85F20D.assets.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/fargate/integ.ebs-volume-initialization-rate.js.snapshot/EBSVolumeInitializationRateDefaultTestDeployAssertCB85F20D.template.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/fargate/integ.ebs-volume-initialization-rate.js.snapshot/cdk.out

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/fargate/integ.ebs-volume-initialization-rate.js.snapshot/integ-aws-ecs-ebs-volume-initialization-rate.assets.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)