EC2 access large file inside S3

0

I have a large file of about 1T located in s3 bucket. my app tries to run eg. "myapp.exe input s3://.../large.gz", I don't want to use "aws s3 cp" to download the 1T file to local EC2 due to storage limitation. What should I do?

user
質問済み 5ヶ月前195ビュー
1回答
1

You could mount s3 as nfs: https://aws.amazon.com/blogs/storage/mounting-amazon-s3-to-an-amazon-ec2-instance-using-a-private-connection-to-s3-file-gateway/.

Otherwise you need to download file which may take a while

profile picture
エキスパート
回答済み 5ヶ月前

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

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

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

関連するコンテンツ