On April 8, 2020 Amazon announced availability of EFS for fargate services. I spent one week trying to mount EFS volume in my fargate service with no success. I was using platform version as LATEST. The service startup always failed with error:
Service creation failed: One or more of the requested capabilities are not supported.I was trying to follow the tutorial at:
https://aws.amazon.com/blogs/aws/amazon-ecs-supports-efs/After struggling for one week I noticed the following line in tutorial.
It’s also essential here to make sure that I set the platform version to 1.4.0When I tried 1.4.0 platform version it worked. Due to some reason 1.4.0 and LATEST are not same. EFS works in 1.4.0 but not in LATEST platform version.
No comments:
Post a Comment