1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
- First verify if EC2 instance where you are mounting EFS have permission to access EFS. If you have role attached to EC2, attach permission to that role. Otherwise create new role with permission and attached role to EC2 instance.
- make sure Security group of EFS allows access to EC2 Security group.
- If above two requirement are there, follow : https://docs.aws.amazon.com/efs/latest/ug/wt1-test.html
関連するコンテンツ
- 質問済み 8ヶ月前
- AWS公式更新しました 2年前

Can you please elaborate on the first point. I do not understand what you mean by role attached to EC2 and permission attached to role. I am pretty new to AWS.