I've created an EFS volume with Amazon. I then open up port 1194 for incoming UDP connections on the server I want to mount EFS to.
I ssh into the server and then run the command suggested by Amazon:
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-ff22f056.efs.us-west-2.amazonaws.com:/ efs
After running the command it just seems to hang with no success or error message.
My ec2 instance has an area of us-west-2c, which is listed as one of 3 available zones on my EFS instance.