AWS: How to mount S3 bucket on your EC2 instance if your role allows it By: leizhou | Post date: July 20, 2018 | Comments: No Comments Posted in categories: Computer Tips, Work related s3fs -o iam_role=auto <your_bucket_name> <your_mounting_point>