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年前631ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ