aws-efs: EFS does not contain the mount access policy by default #33669
Labels
@aws-cdk/aws-efs
Related to Amazon Elastic File System
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
Describe the bug
Creating an EFS filesystem using defaults currently creates an unusable filesystem because, by default, the
elasticfilesystem:ClientMount
action is not present in the access policy of the file system.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
elasticfilesystem:ClientMount
should be present by default in the EFS access policy.Current Behavior
elasticfilesystem:ClientMount
does not exist in the EFS access policy without providing your custom policy.Reproduction Steps
Any barebones example for ECS and EFS that does not use a custom policy will face this issue.
Possible Solution
This should be a 1 line change where we add mount to the default policy.
Additional Information/Context
No response
CDK CLI Version
2.1001.0 (build 130445d)
Framework Version
No response
Node.js Version
v20.18.3
OS
Arch Linux
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: