Showing posts with label amazon s3. Show all posts
Showing posts with label amazon s3. Show all posts

Monday, November 24, 2008

Amazon S3 has Akamai Laying off 7% Of It's Work Force, Maybe.

Seems like only yesterday (cause it was), that I was blogging about how Amazon S3 would be changing up the content delivery network market. In yesterday's post, I had the foresight to say that things in the cdn market were going to be shaked up by Amazon S3.

Today, it was announced that Akamai would be laying off 7% of it's workforce. Now, they didn't exactly say that the layoffs were related to Amazon's S3, however, I can't think of a good reason that Akamai would be down sizing it's business. Sure the economy has been affecting many companies, but Akamai's main business customers are the large companies who continue to use Akamai's cdn services regardless of what the economy is doing. That said, Akamai's business should really be recession proof.

My educated guess is that Akamai is using the economy as an opportunity to dump their employees while trying to save face. The same way many companies did during 911. I think that the reality has finally hit them, that Amazon S3, is making their over priced service irrelevant. I know, it's a bold statement, however, it's just my own educated guess (which most of the times turn out to be true).

Sunday, November 23, 2008

We're Switching To Amazon S3

I've been having so much fun using Amazon S3, that I've decided to use it to host all static objects for our clients. It helps to deliver a higher performing website, it's easy to use, and makes easy work of keeping your website contents backed up.

Amazon recently announced a new web service called CloudFront, here's what they have to say about it:

Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.

Amazon CloudFront delivers your content using a global network of edge locations. Requests for your objects are automatically routed to the nearest edge location, so content is delivered with the best possible performance. Amazon CloudFront works seamlessly with Amazon Simple Storage Service (Amazon S3) which durably stores the original, definitive versions of your files. Like other Amazon Web Services, there are no contracts or monthly commitments for using Amazon CloudFront – you pay only for as much or as little content as you actually deliver through the service.

I think making these services available to small businesses is going to level out the playing field when it comes to delivering content using the kind of bandwidth necessary for a pleasurable site interaction. Fast load times have been a hallmark of larger websites that have been using traditional content delivery network services such as Akamai. It will interesting to see the new face of cdn's in the next five years. We might seen a significant amount of consolidation, and value added resellers similar to the existing Amazon Associates program.

Thursday, November 13, 2008

My Experience With Amazon S3

Well, after waiting a significant amount of time since the release of Amazon S3, I decided to dip my toe in the waters and see what it feels like. I'm happy to say that my expectations have been met. By using Amaozn S3, I was able to improve the performance of my existing infrastructure, and the visitor experience.

As a web developer and general internet guru, I spend time reading things about website performance, and other crazy notions of a better user experience. By using Amazon's S3 for all of my static content, I reduce the amount of requests Apache needs to serve on our own servers. Instead of wasting the more valuable system resources of my web server to serve images, javascript files, flash and other static content, this can now be offered to my website visitors on a world-class content delivery network, Amazon S3.

The speed improvement on the website I tested (WeKnowPhoto) was immediately noticable. Offsetting the regular Apache web requests by serving images and other static content on S3 means more capacity on my existing data center servers. Essentially more bang and less bucks to provide a much faster loading website. Speed is such a critical component to the enjoyment of a web visit. Everyone hates a slow loading website. If you're anything like me, then you can remember the days of dial up modems, and the excruitiating pain that was requesting a web page.

I'm considering moving the entire E4E platform to S3. This way, clients can enjoy the benefits of having their content on a cdn. Might be an additional option for some clients, or just a value added service, haven't come to a conclusion on that yet.

Wednesday, November 12, 2008

Getting Ready For Amazon S3

I've been considering using's Amazon S3 for a while now. I think of the S3 service as an inexpensive content delivery network that can reduce the over all load on my servers, while improving overall site performance. My main interest is in uploading static content files like css, javascript and images.



By uploading those page objects to Amazon's S3, my web server can simply focus on rendering php pages, and not worry about serving images and other static content. I expect the modest expense to pay for itself in the additional capacity that each single server can offer. This will reduce datacenter equipment expenses, and administration time, so I'm all for it.

I like the idea that I can manage an S3 account via a plugin in my browser. I've been using Amazon's Ec2 and I manage it the same way, right from my browser.