Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Last active December 11, 2022 05:48
Show Gist options
  • Save thanakijwanavit/dbcaf381f4600fa5336e746b6951bed9 to your computer and use it in GitHub Desktop.
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
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