TheCommoner282
TheCommoner282

Reputation: 217

AWS - Fargate - Adding EFS to Container - From AWS Console

I am trying to mount a persistent storage in a Fargate container.

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).

Upvotes: 1

Views: 354

Answers (1)

Marcin
Marcin

Reputation: 238957

Before you can setup Mount point in your Container definition, you have to setup Volume in your Task definition:

enter image description here

Upvotes: 2

Related Questions