EFS does not Automaticall mount on Reboot

0

EFS mount point is created in Instance via Bootstrap. when the same instance is Rebooted EFS does not Automatically Mounts HELP?

Sumit
已提问 2 年前1173 查看次数
1 回答
0

Hi.

AWS EFS does not automatically mounts in a EC2 Intance. But there are diferent ways to automatically mount the EFS.

Here in the link number [1], you can select between different options. And also It will depend on the services that you are using.

  1. Probably if your are using Auto Scaling group, you can mount it using the user data in the auto scaling group.
  2. If you are using a single EC2 instance, you can use either the fstab configuration in the [1] link or you can mount it using a crontab in a linux environment.
  3. And also you can configure an automount in the EC2 Launch Instance Wizard.

All this information it's in the same link.

Hope this can help you.

Best regards!

[1] Auto mount on reboot. https://docs.aws.amazon.com/efs/latest/ug/mount-fs-auto-mount-onreboot.html

profile picture
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则