Last active
December 11, 2022 05:48
-
-
Save thanakijwanavit/dbcaf381f4600fa5336e746b6951bed9 to your computer and use it in GitHub Desktop.
mount efs on amazon ec2 *this needs to be in the same vpc as the efs instance
This file contains hidden or 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
sudo yum -y install amazon-efs-utils | |
sudo mount -t efs -o tls,accesspoint=<efs accesspoint> <efs id>:/ efs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment