Does anybody have a sense of how fast uploading to S3 can get? I'm on a gigabit link here in Singapore, uploading to Singapore instance of S3 (via ARQ) - and I'm disappointed that I rarely see better than about 40 Mbits/second.
I'm in Singapore, uploading to Oregon, 100mb, took minutes , I changed to upload via signed cloud front requests, takes 15s to upload 100mb now...
Amazon S3 Transfer Acceleration
41–50 of 88 posts
Re: Amazon S3 Transfer Acceleration
#42TL;DR Newer, larger "snowball" appliance (current = 50TB and newer 80TB version), as well as access in additional international regions. Network optimized S3 uploads (faster inbound transfers) for an extra 4 cents/GB. Sidenote: I'm curious if you can get the same speedup for inbound transfers by using a Cloudfront distribution in front of your S3 bucket for no additional charge (no cost for inbound transfer on either…
We played with this a bit using both cloudfront and other cdns. While we did see some small improvements, it wasn't nearly as good as we were expecting on the upload side. It may be fixed now, but there were also many issues getting the proper headers to pass through cloudfront to s3 for chunked uploads.
Did you test using S4CMD with many threads as opposed to S3CMD?
Re: Amazon S3 Transfer Acceleration
#43Earlier quoted context omitted.
Even with that, I don't get it. "Moving lots of data either requires a huge pipe, or a ton of storage disks." With that, they offer their Snowball device, which, if I'm understanding correctly, holds up to 50TB (now 80TB), which they physically ship to you, and then you ship back to them. How does this fix either of the constraints (disk space / connection pipe)?
With Snowball, you don't need a huge pipe because your data is being sneaker-netted to one of their data centers. You don't need a ton of storage disks because they're lending Snowball to you in the short-term as a means of copying your data to S3 (and/or Glacier) for the long-term. If you can spare a 1 gigabit connection to saturate with S3 uploads, you can send 50TB in about two weeks. It takes about a week to requ…
Re: Amazon S3 Transfer Acceleration
#44Earlier quoted context omitted.
As they used to say, never underestimate the bandwidth of a van filled with harddrives.
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.
Re: Amazon S3 Transfer Acceleration
#45I'm not seeing this in my buckets. is this going to roll out gradually ?
Re: Amazon S3 Transfer Acceleration
#46Does anybody have a sense of how fast uploading to S3 can get? I'm on a gigabit link here in Singapore, uploading to Singapore instance of S3 (via ARQ) - and I'm disappointed that I rarely see better than about 40 Mbits/second.
Re: Amazon S3 Transfer Acceleration
#47Earlier quoted context omitted.
I stand corrected, thanks for the info. Cloudfront doesn't appear to support multi-part uploads however, which I guess is the primary value-add of the newly announced service.
You're welcome. And you're correct. As long as you don't need to upload multi parts in parallel or objects over 5GB, standard upload works fine.
Re: Amazon S3 Transfer Acceleration
#48Re: Amazon S3 Transfer Acceleration
#49Re: Amazon S3 Transfer Acceleration
#50Earlier quoted context omitted.
You're welcome. And you're correct. As long as you don't need to upload multi parts in parallel or objects over 5GB, standard upload works fine.
Without multipart upload, you can't resume uploads. Even with moderate sized files that's a bummer.