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
asked 5 months ago183 views
1 Answer
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
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions