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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南