#2354
AWS: How to Mount S3 Bucket on EC2 Linux Instance Using IAM Role
We can mount an S3 bucket onto an AWS instance as a file system known as S3fs. It is a FUSE filesystem application backed by amazon web…
lsof [HDD] Linux Test HDD Performance
Just another Code Snippet site
#2354
We can mount an S3 bucket onto an AWS instance as a file system known as S3fs. It is a FUSE filesystem application backed by amazon web…
lsof [HDD] Linux Test HDD Performance
Mount S3 bucket using s3fs:
Add Access key to ~/.passwd-s3fs (chmod 0600)
Mount bucket:
For debug add “-d” (log into /var/log/messages)“
To specify a region add “-o
to specify password file : “-o passwd_file=/path/to/.passwd-s3fs”