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
gefragt vor 5 Monaten194 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen