How to attach an S3 bucket as a VOLUME to an EC2 instance

0

My boss believes that it's possible to attach an S3 bucket as a volume (NOT just as a 'mapped drive') to an EC2 instance. I've searched hard but couldn't find this being possible. Could you guide me please to any relevant resources.

已提问 1 年前632 查看次数
2 回答
3

You cannot directly attach an S3 bucket as a volume without the use of an additional tool. You can use an S3 Storage Gateway to present a volume, or share from an S3 bucket though: https://aws.amazon.com/storagegateway/

profile pictureAWS
专家
Rob_H
已回答 1 年前
profile picture
专家
已审核 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前
2

Hi, S3FS may be what you're looking for. Check out https://github.com/s3fs-fuse/s3fs-fuse (if you're under Linux)

I have also used rclone successfully: https://rclone.org/

profile pictureAWS
专家
已回答 1 年前
profile picture
专家
已审核 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则