Amazon Elastic File System
mount -t efs -o tls fs-my:/ /mymnt
This format is referred to as the EFS mount helper.mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport fs-my.efs.eu-west-2.amazonaws.com:/ /mymnt
This is the standard NFS client command.You can also use the IP address instead of the DNS name (but note that this will make the connection AZ specific).unmount /mymnt
Example installation output...
sudo yum install -y amazon-efs-utils