1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Your issue is probably related with a not properly configured Security Group, that does not allow the connection between both systems.
Could you check if your EC2 instance security group allows outbound access to the mount target on the NFS, and if the NFS mount target security group allows inbound access from the EC2 security group?
Anyway, I recommend that you take a look at the Amazon Elastic File System (EFS) user guide, since it details how troubleshoot most mount issues, including your timeout error, as well as DNS name resolution fails.
Relevant content
- asked 2 years ago
- Accepted Answerasked 9 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 14 days ago
It's also worth mentioning that as well as creating an EFS you also need to create a mount target, usually in the same AZ as your EC2 https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html
This may be what's missing here, if it still doesn't work then the links in Mikel's answer should lead you to a solution.