How to solve EFS issues (AWS) - unknown filesystem type 'efs', cargo not found and mount attempt
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=c47hVXE45cI
EFS issues:
unknown filesystem type 'efs'
cargo not found
Mount attempt 1/3 failed due to timeout after 15 sec, wait 0 sec before next attempt.
Solved with:
sudo apt-get update
sudo apt-get -y install git 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
FOR CARGO:
apt -y install cargo
apt -y install pkg-config
apt -y install libssl-dev