Can anyone suggest any document for transferring data from my Personal Computer to S3 on AWS. I have about 50GB of data to be transferred and later use spark to analyze the data.
Asked
Active
Viewed 1,784 times
2 Answers
0
There are many free ways to upload files to S3, including:
- use the AWS console, go into S3, navigate to the S3 bucket, then use Actions | Upload
- use s3cmd
- use the awscli
- use Cloudberry Explorer

jarmod
- 71,565
- 16
- 115
- 122
0
To upload from your local machine to S3, you can use tools like CyberDuck. Some times large uploads may get interrupted ... Tools like Cyberduck can resume an aborted update.
If you already have data onto an Amazon EC2 machine instance, then s3cmd works pretty well.

Sujee Maniyam
- 1,093
- 1
- 9
- 15