How to upload very large file to S3?

Question:

I have a postgres backup about 100GB and want to load it to S3 in EU Frankfurt and restore it in cloud database.

I have no access to AWS Import/Export service. on Ubuntu laptop

Strategies I have tried

What is the fastest way to load this into S3? or code snippet in either python or java. thanks a lot

Answer:

The easiest solution would be to use the AWS CLI (https://aws.amazon.com/de/cli/).

Leave a Reply