Mount EFS
Create Access Point
https://docs.aws.amazon.com/efs/latest/ug/installing-amazon-efs-utils.html
Bashsudo yum install -y amazon-efs-utils
Bashsudo apt install nfs-common -y
mkdir efs
Bashsudo mount -t efs -o tls,accesspoint=fsap-0264534339c11d3bd fs-0e3841b35777364a6:/ efs
Bashsudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport <EFS IP>:/ efs
Bashsudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport fs-XXXXXXXX.efs.eu-west-1.amazonaws.com:/logs/stage-r2w logs-stage/