Monday, November 24, 2008
Amazon S3 has Akamai Laying off 7% Of It's Work Force, Maybe.
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
Amazon recently announced a new web service called CloudFront, here's what they have to say about it:
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.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.
Thursday, November 13, 2008
My Experience With Amazon S3
As a web developer and general internet guru, I spend time reading things about website performance
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
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.