Saturday, 18 January 2020

AWS EFS mount to the local EC2 instance

Console> EFS > Select the File system > click on Amazon EC2 mount instruction(from local VPC)



Login to EC2 instance using putty

then run the commands as per instruaction above
sudo su -
yum install -y amazon-efs-utils

For NFS security group add inbound NFS port opening

Now Mount the NFS from EC2 instance
mkdir /efs
mount -t efs fs-f2ae4172:/ /efs
df -h /efs
cd /efs
touch a





No comments: