Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created August 22, 2016 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j1n6/447f068a442c7c5c0d1da96f99bd22ec to your computer and use it in GitHub Desktop.
Save j1n6/447f068a442c7c5c0d1da96f99bd22ec to your computer and use it in GitHub Desktop.
EFS
$ sudo apt-get update
$ sudo apt-get install nfs-common
$ sudo mount -t nfs4 -o vers=4.1 $(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone).<fs-id>.efs.<region>.amazonaws.com:/ ~/efs-mount-point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment