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.

posta un mese fa145 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande