Skip to content

feat(aws-cdk-lib): add s3FilesVolumeConfiguration to Volume#37742

Open
kench wants to merge 4 commits into
aws:mainfrom
kench:ecs-s3-files-volume
Open

feat(aws-cdk-lib): add s3FilesVolumeConfiguration to Volume#37742
kench wants to merge 4 commits into
aws:mainfrom
kench:ecs-s3-files-volume

Conversation

@kench
Copy link
Copy Markdown

@kench kench commented May 1, 2026

Issue # (if applicable)

Closes #37741.

Reason for this change

CloudFormation L1 constructs exist for S3 Files support in ECS. This changes updates the L2 construct to support S3 Files volumes.

Description of changes

Added s3FilesVolumeConfiguration property to Volume input and updated supporting code to support populating the field on the L1 construct.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

Added new unit and integration tests.

Checklist


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

@github-actions github-actions Bot added feature-request A feature should be added or improved. p2 labels May 1, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team May 1, 2026 19:06
@github-actions github-actions Bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label May 1, 2026
@kench kench force-pushed the ecs-s3-files-volume branch from 5fbbed8 to 9497e3c Compare May 1, 2026 22:24
Add s3FilesVolumeConfiguration property to Volume to enable adding S3 Files volumes to ECS task definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK feature-request A feature should be added or improved. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ecs: support S3 Files volumes in ECS task definitions

1 participant