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.

質問済み 1ヶ月前145ビュー
1回答
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
エキスパート
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ