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
posta 5 mesi fa195 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande