How to look for S3 mount in linux box
# Method 1 in command prompt.
df -aTh
# Method 2 in command prompt. This shows details of the mount points
ps -ef |grep s3fs
# Method 3 in command prompt.
mount -l |grep s3fs. (if you do not do this you will see a lot of mounts)
These are references on AWS.
- http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf
- http://d0.awsstatic.com/whitepapers/Security/AWS%20Security%20Whitepaper.pdf
AWS Architecture Center
AWS Blog