aldy120 / s3-note

Note for Amazon S3
0 stars 0 forks source link

Access denied on EFS access point #54

Open aldy120 opened 4 months ago

aldy120 commented 4 months ago

[ec2-user@ip-172-31-6-110 ~]$ id
uid=1000(ec2-user) gid=1000(ec2-user) groups=1000(ec2-user),4(adm),10(wheel),190(systemd-journal) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

[ec2-user@ip-172-31-6-110 ~]$ sudo mount -t efs -o tls,accesspoint=fsap-04fa76e75e0c5d6dd fs-05d847ed701a788b5:/ efs
b'mount.nfs4: access denied by server while mounting 127.0.0.1:/'

The issue is cause by the incorrect settings on creation permission. Please delete and re-create the EFS access point with correct POSIX creation permiision.