Archive for posts tagged ‘cloud computing’

Amazon S3 and CloudFront Response Time

Kevin Day, April 8th, 2010

If you’re evaluating whether to serve static files from Amazon S3 or their CDN, CloudFront, here is some data I’ve collected for each of their response times.  The graph below is the result of two tests I set up in Binary Canary:

s3_vs_cloudfront

It’s a bit hard to read, but it says that CloudFront’s average response time is 164 ms, and S3’s response time is 338 ms.  The test pages I set up were small 60 byte HTML files.

There are technical factors that need to be considered when choosing one or the other, but it looks like you can shave off about 160 ms by choosing CloudFront instead of S3.

How Cloud Computing Can Help Your Business

Kevin Day, July 28th, 2009

It took me a while to finally post the slides, but here is my presentation on cloud computing from Ignite Cleveland in May 2009.This presentation is really high-level and non-technical.  When I get time, I’ll write a post about some cool log file data mining that I did with Elastic MapReduce to get the data presented here.