ECS Fargate Persistent Storage: EFS Access Points vs. Lambda Workarounds
Xebia
FEBRUARY 4, 2025
I initially attempted to solve this by manually creating the required directory on EFS using a Lambda-backed custom resource. A Lambda function could do this, so I started implementing a custom resource. A Lambda function can only mount an EFS drive through an access point. With this manual step in between, you cant do that.
Let's personalize your content