vote up 1 vote down star

What's the latency to GET an object from S3 from an EC2 Instance.

For example, how many ms before the actual data stream for that object starts streaming back when requesting a object by it's full path.

  • If the object exists on S3
  • If the object does not exist and to send a 404

Latency, not Throughput.

flag

74% accept rate

3 Answers

vote up 2 vote down check

I don't think AWS makes guarantees about latency, but using S3 from EC2 is definitely going to be faster than doing it over the web. If you want to get an idea of how well S3 performs in practice, check out http://www.cloudstatus.com/. Unfortunately, that site only gives throughput statistics, but I figure you may be interested in that anyway. You may also be interested in their availability guarantee: http://aws.amazon.com/s3-sla/

link|flag
Throughput I am not too worried about, the files are several kB in size except for a few exceptions, so the bottle neck I am worried about is the initial connection latency. Thanks. – The Unknown Apr 29 at 22:05
vote up 3 vote down

We are providing monitoring data for HTTP requests to S3 on our website:

http://www.cloudclimate.com/s3/

link|flag
Flagged as SPAM – Brad Smith May 25 at 8:14
Well, I've looked at it - and I can't see anything particularly "spammy" here... if anything it looks like a pretty fair answer. If anyone can qualify their objection, please let me know... – Marc Gravell May 25 at 11:07
1  
I agree, There were no ads on the page and the page was informational and relevant & pretty much answered my question so I do not consider this a SPAM. – VN44CA Jun 26 at 15:32
vote up 2 vote down

We usually experience latency of around 200-300ms from EC2 to S3. It's much slower than you might expect.

link|flag
Thanks, and you're right, I didn't expect it to be that high. – The Unknown May 15 at 0:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.