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.

asked 13 days ago118 views
1 Answer
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
EXPERT
answered 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions