Skip to content

Instantly share code, notes, and snippets.

@nickyfoto
Last active April 24, 2019 16:41
Show Gist options
  • Save nickyfoto/fa65d67b79f411158f964b851c0a79da to your computer and use it in GitHub Desktop.
Save nickyfoto/fa65d67b79f411158f964b851c0a79da to your computer and use it in GitHub Desktop.
ubuntu mount efs

sudo apt-get update

sudo apt-get -y install binutils

git clone https://github.com/aws/efs-utils

cd efs-utils

./build-deb.sh

sudo apt-get -y install ./build/amazon-efs-utils*deb

cd ..

if amazon linux

sudo yum install -y amazon-efs-utils

sudo mkdir efs

sudo mount -t efs file-system-id:/ efs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment