I am trying to mount a persistent storage in a Fargate container.
- I have set up an
EFS
file system. - I have set up an
ECS
Cluster. EFS
andECS
share one subnet.- When I try to create a task definition, I choose
Fargate
and then onAdd container
. I scroll down toStorage and Logging
and cannot choose theEFS
file system inMount points
. I cannot choose anything here, the only choice I have is:<None>
This SO question suggests it is possible, but here it was answered using the AWS Cli Application. I wonder if I cannot just do it from the AWS Console (which is the web interface).