Skip to content

Instantly share code, notes, and snippets.

@jg75
Created March 14, 2019 19:29
Show Gist options
  • Save jg75/7e2adc5acdc0aedaa5ab103374e00104 to your computer and use it in GitHub Desktop.
Save jg75/7e2adc5acdc0aedaa5ab103374e00104 to your computer and use it in GitHub Desktop.
Setup EFS on EC2
yum install -y amazon-efs-utils; mkdir -p /efs; mount -t efs fs-id:/ /efs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment