AWS의 efs file system을 mount하는 명령어
- sudo apt-vet install nfs-common
- sudo mount -t nfs4 -o vers=4.1 $(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone).fs-**********.efs.us-west-2.amazonaws.com:/ local_folder
'개발 > AWS' 카테고리의 다른 글
AWS Instance 이름만 출력 하기 (0) | 2020.02.01 |
---|---|
shell command로 aws 정보 찾기 (0) | 2020.02.01 |
S3 Command (0) | 2020.02.01 |