I am trying to mount a persistent storage in a Fargate container.
- I have set up an
EFSfile system. - I have set up an
ECSCluster. EFSandECSshare one subnet.- When I try to create a task definition, I choose
Fargateand then onAdd container. I scroll down toStorage and Loggingand cannot choose theEFSfile 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).
