sudo yum install -y amazon-efs-utils

EC2에 efs cdk 설치

sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport [us-west-2.amazonaws.com](<http://fs-bce57914.efs.us-west-2.amazonaws.com/>):/ efs

내 EFS EC2에 연결해주고, noresvport는 내 EFS 주소로 채워야함

sudo df -hT

잘 연결 되었는지 EFS 전체 확인

sudo fio --name=fio-efs --filesize=10G --filename=./efs/fio-efs-test.img --bs=1M --nrfiles=1 --direct=1 --sync=0 --rw=write --iodepth=200 --ioengine=libaio

IO 성능 체크

Untitled

성능 체크 결과

이러한 명령어 이외에도 Cloud Watch를 통해서도 알 수 있다.