Saturday, 18 January 2020

AWS EFS mount.nfs4: Connection timed out

Error: mount.nfs4: Connection timed out ,when you mount the efs file system
This is due to security group port is not allowing NFS mount point from EC2 instance



Console > EC2> Security group > Allow NFS port


Save >
and try again  : mount -t efs fs-f2ae4172:/ /efs

No comments: