Creating a Amazon EFS mount volume in a task Definition with Ansible

0

I'm trying to mount a EFS volume in a task Definition, but it shows that the EFS filesystem type is "unknown", this is on a Container on a EC2 instance.

preguntada hace un mes145 visualizaciones
1 Respuesta
0

To mount an EFS file system in an ECS task or container running on EC2, you need to define a volume in the task definition that references the EFS file system ID. Then in the container definition, define a mountPoint that mounts the volume.

Please find the procedure here in the doc: https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-mount-helper-ec2-linux.html

profile picture
EXPERTO
respondido hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas