1

I am using a large, 1st generation instance on Amazon EC2 in the us-east-1 region, and would like to transfer data to Amazon Glacier. I will be transferring data from the instance's ephemeral storage. What are the data transfer rates I can expect?

Dmitry Minkovsky
  • 557
  • 3
  • 9
  • 22

1 Answers1

1

Using Boto's bin/glacier utility to post data to Glacier, I achieved rates anywhere from 4–5MB/s for files sized in the hundreds of megabytes. I also transferred a 213.25 GB (228,977,335,290 bytes) file in 33,689 seconds, which is 6.48 MB/s.

Dmitry Minkovsky
  • 557
  • 3
  • 9
  • 22