Created
March 14, 2019 19:29
-
-
Save jg75/7e2adc5acdc0aedaa5ab103374e00104 to your computer and use it in GitHub Desktop.
Setup EFS on EC2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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