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

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:
Post a Comment