Like this article? PLEASE +1 it! Evan Signature
Evan Carmichael Top Header about About Home Profiles articles Tools forums inspirational quotes About facebook Twitter YouTube Blog
Share for a Cause











Learning the Right Lessons from the Amazon Outage

Guest post by: Brad Feld

Article Overview: As most nerds know, Skynet gained self-awareness last week and decided as its first act to mess with Amazon Web Services, creating havoc for anyone that wanted to check-in on the Internet to their current physical location. In hindsight Skynet eventually figured out this was a bad call on its part as it actually wants to know where every human is at any given time. However, Skynet is still trying to get broader adoption of Xbox Live machines, so the Sony Playstation Network appears to still be down.

Free Download - Deep Breath By Brad Feld
Name: Email:

Learning the Right Lessons from the Amazon Outage

As most nerds know, Skynet gained self-awareness last week and decided as its first act to mess with Amazon Web Services, creating havoc for anyone that wanted to check-in on the Internet to their current physical location. In hindsight Skynet eventually figured out this was a bad call on its part as it actually wants to know where every human is at any given time. However, Skynet is still trying to get broader adoption of Xbox Live machines, so the Sony Playstation Network appears to still be down. After all the obvious "oh my god, AWS is down" articles followed by the "see - I told you the cloud wouldn't work" articles, some thoughtful analysis and suggestions have started to appear. Over the weekend, Dave Jilk, the CEO of Standing Cloud (I'm on the board) asked if I was going to write something about this and - if not - did I want him to write a guest post for me. Since I've used my weekend excess of creative energy building a Thing-O-Matic 3D Printer in an effort to show the machines that I come in peace, I quickly took him up on his offer.

Following are Dave's thoughts on learning the right lessons from the Amazon outage.

Much has already been written about the recent Amazon Web Services outage that has caused problems for a few high-profile companies. Nevertheless, at Standing Cloud we live and breathe the infrastructure-as-a-service (IaaS) world every day, so I thought I might have something useful to add to the discussion. In particular, some media and naysayers are emphasizing the wrong lessons to be learned from this incident.

Wrong lesson #1: The infrastructure cloud is either not ready for prime time, or never will be.

Those who say this simply do not understand what the infrastructure cloud is. At bottom, it is just a way to provision virtual servers in a data center without human involvement. It is not news to anyone who uses them that virtual servers are individually less reliable than physical servers; furthermore, those virtual servers run on physical servers inside a physical data center. All physical data centers have glitches and downtime, and this is not the first time Amazon has had an outage, although it is the most severe.

What is true is that the infrastructure cloud is not and never will be ready to be used exactly like a traditional physical data center that is under your control. But that is obvious after a moment's reflection. So when you see someone claiming that the Amazon outage shows that the cloud is not ready, they are just waving an ignorance flag.

Wrong lesson #2: Amazon is not to be trusted.

On the contrary, the AWS cloud has been highly reliable on the whole. They take downtime seriously and given the volume of usage and the amount of time they have been running it (since 2006), it is not surprising that they would eventually have a major outage of some sort. Enterprises have data center downtime, and back in the day when startups had to build their own, so did they. Some data centers are run better than others, but they all have outages.

What is of more concern are rumors I have heard that Amazon does not actually use AWS for Amazon.com. That doesn't affect the quality of their cloud product directly, but given that they have lured customers with the claim that they do use it, this does impact our trust in relation to their marketing integrity. Presumably we will eventually find out the truth on that score. In any case, this issue is not related to the outage itself.

Having put the wrong lessons to rest, here are some positive lessons that put the nature of this outage into perspective, and help you take advantage of IaaS in the right way and at the right time.

Right lesson #1: Amazon is not infallible, and the cloud is not magic.

This is just the flip side of the "wrong lessons" discussed above. If you thought that Amazon would have 100% uptime, or that the infrastructure cloud somehow eliminates concerns about downtime, then you need to look closer at what it really is and how it works. It's just a way to deploy somewhat less reliable servers, quickly and without human intervention. That's all. Amazon (and other providers) will have more outages, and cloud servers will fail both individually and en masse.

Your application and deployment architecture may not be ready for this. However, I would claim that if it is not, you are assuming that your own data center operators are infallible. The architectural changes required to accommodate the public IaaS cloud are a good idea even if you never move the application there. That's why smart enterprises have been virtualizing their infrastructure, building private clouds, and migrating their applications to operate in that environment. It's not just a more efficient use of hardware resources, it also increases the resiliency of the application.

Right lesson #2: Amazon is not the only IaaS provider, and your application should be able to run on more than one.

This requires a bias alert: cloud portability is one of the things Standing Cloud enables for the applications it manages. If you build/deploy/manage an application using our system, it will be able to run on many different cloud providers, and you can move it easily and quickly.

We built this capability, though, because we believed that it was important for risk mitigation. As I have already pointed out, no data center is infallible and outages are inevitable. Further, It is not enough to have access to multiple data centers - the Amazon outage, though focused on one data center, created cascading effects (due to volume) in its other data centers. This, too, was predictable.

Given the inevitability of outages, how can one avoid downtime? My answer is that an application should be able to run on more than one, or many, different public cloud services. This answer has several implications:

You should avoid reliance on unique features of a particular IaaS provider if they affect your application architecture. Amazon has built a number of features that other providers do not have, and if you are committed to Amazon they make it very easy to be "locked in." There are two ways to handle this: first, use a least-common-denominator approach; second, find a substitution for each such feature on a "secondary" service.

Your system deployment must be automated. If it is not automated, it is likely that it will take you longer to re-deploy the application (either in a different data center or on a different cloud service) than it will take for the provider to bring their service back up. As we have seen, that can take days. I discuss automation more below.

Your data store must be accessible from outside your primary cloud provider. This is the most difficult problem, and how you accomplish it depends greatly on the nature of your data store. However, backups and redundancy are the key considerations (as usual!). All data must be in more than one place, and you need to have a way to fail over gracefully. As the Amazon outage has shown, a "highly reliable" system like their EBS (Elastic Block Storage) is still not reliable enough to avoid downtime.

Right lesson #3: Cloud deployments must be automated and should take cloud server reliability characteristics into account.

Even though I have seen it many times, I am still taken aback when I talk to a startup that has used Amazon just like a traditional data center using traditional methods. Their sysadmins go into the Amazon console, fire up some servers, manually configure the deployment architecture (often using Amazon features that save them time but lock them in), and hope for the best. Oh, they might burn an AMI and save it on S3, in case the server dies (which only works as long as nothing changes). If they need to scale up, they manually add another server and manually add it to the load balancer queue.

This type of usage treats IaaS as mostly a financing alternative. It's a way to avoid buying capital equipment and conserving financial resources when you do not know how much computing infrastructure you will need. Even the fact that you can change your infrastructure resources rapidly really just boils down to not having to buy and provision those resources in advance. This benefit is a big one for capital-efficient lean startups, but on the whole the approach is risky and suboptimal. The Amazon outage illustrates this: companies that used this approach were stuck during the outage, but at another level they are still stuck with Amazon because their server configurations are implicit.

Instead, the best practice for deploying applications - in the cloud but also anywhere, is by automating the deployment process. There should be no manual steps in the deployment process. Although this can be done using scripts, even better is to use a tool like Chef, Puppet, or cfEngine to take advantage of abstractions in the process. Or use RightScale, Kaavo, CA Applogic, or similar tools to not only automate but organize your deployment process. If your application uses a standard N-tier architecture, you can potentially use Standing Cloud without having to build any automation scripts at all.

Automating an application deployment in the cloud is a best practice with numerous benefits, including:

Free redundancy. Instead of having an idle redundant data center (whether cloud or otherwise), you can simply re-deploy your application in another data center or cloud service using on-demand resources. Some of the resources (e.g., a replicated data store) might need to be available at all times, but most of the deployment can be fired up only when it is needed.

Rapid scalability. In theory you can get this using Amazon's auto-scaling features, Elastic Beanstalk, and the like. But these require access to AMIs that are stored on S3 or EBS. We've learned our lesson about that, right? Instead, build a general purpose scalability approach that takes advantage of the on-demand resources but keeps it under your control.

Server failover can be treated just like scalability. Virtual servers fail more frequently than physical servers, and when they do, there is less ability to recover them. Consequently, a good automation procedure treats scalability and failover the same way - just bring up a new server.

Maintainability. A server configuration that is created manually and saved to a "golden image" has numerous problems. Only the person who built it knows what is there, and if that person leaves or goes on vacation, it can be very time consuming to reverse-engineer it. Even that person will eventually forget, and if there are several generations of manual configuration changes (boot the golden image, start making changes, create a new golden image), possibly by different people, you are now locked into that image. All these issues become apparent when you need to upgrade O/S versions or change to a new O/S distribution. In contrast, a fully automated deployment is not only a functional process with the benefits mentioned above, it also serves as documentation.

In summary, let the Amazon Web Services outage be a wake-up call... not to fear the IaaS cloud, but to know it, use it properly, and take advantage of its full possibilities.

Read this post in Brad's blog.

Related Articles
  Where is the best place to purchase your Kindle?
  Learn from Golf... Create More Revenue
  A Golden Opportunity
  Oh You Love Amazon but They Have a Big Secret
  Lessons to Learn From the First Dot Com Boom
  Making it through the Jungle: How Bezos Took Amazon to the Top
  Make Your Business Training Program a Mighty River
  Ten More Important “Lessons Learned” For Leaders, According To Your Strategic Thinking Business Coach
  Amazon Bans Junk e-books
  Beyond Excellence: The "Berserk Standard"
  Lesson #1: Obsess About Your Customers, Not Your Competitors
  4 Rules for Excellent Landing Page Experience
  Flatten Your Learning Curve and Accelerate Your Home Biz Success
  4 of the Most Popular Affiliate Networks
  Lesson #4: Create a High Hiring Bar
  You Are Not Amazon
  Lesson #3: Know When to Throw Away the Rule Book
  Online market research – find out what’s hot and what’s not!
  Piudali, an Organic Skin Care Line From the Amazon, expands to the U.S.
  Another One Bites the Dust

Home > Entrepreneur-Advice > Brad Feld > Learning the Right Lessons from the Amazon Outage >
Article Tags: adoption, amazon outage, amazon web, havoc, hindsight, nerds, physical location, playstation, sony, sony playstation, xbox, xbox live

About the Author: Brad Feld
RSS for Brad's articles - Visit Brad's website

Brad Feld is currently a Managing Director at Mobius Venture Capital and has been with the firm since 1996. Prior to Mobius, Brad founded Feld Technologies, which was sold to AmeriData Technologies in 1993, where he became Chief Technology Officer. Brad currently serves on the boards of a number of private companies, including Atreus, Comergent, ePartners, FeedBurner, Gold Systems, Judy's Book, Klocwork, NewsGator, Quova, Rally Software, and StillSecure. In addition, he is on the board of The National Center for Women & Information Technology, The Community Foundation Serving Boulder County, and The Colorado Conservation Trust. Brad has previously been a member of the board of directors of the Young Entrepreneurs Organization and founded the Boston and Colorado chapters. He holds Bachelor of Science and Master of Science degrees in Management Science from the Massachusetts Institute of Technology.

Click here to visit Brad's website
Dashed Line

Feld Thoughts
More from Brad Feld
Dont Adjust My EBITDA
A Mental Model For VC Investments
Post Acquisition Integration
Payroll Biweekly vs Semimonthly
Eyes Wide Open


Related Forum Posts
Reviews Reviews - There are definite flaws in the review system and Amazon is a big one. I like to read the reviews on Amazon, but when a review is overly good or overly bad, I click on the reviewer's name and look at their other reviews. That gives me an idea of whether they bash or praise everything or if there is merit to it. There are too many people paying for reviews and then picking the best to post. I prefer a review from a consumer who will give an honest review. I have no interest in getting the "top Amazon" reviewers to review my books. Actually, I don't push for Amazon reviews like I probably should, but I've seen far too much abuse on the reviews. Shri
Re: I'm Published On Kindle! Re: I'm Published On Kindle! - Thanks everybody! @Yinka: Go to Amazon.com, scroll down to the bottom and click "Self-publish with Us" then follow the instructions. I remember you wrote an ebook a while ago. That would be just fine. You will need a US dollar account to cash the cheques from Amazon.com and a UK pound stirling account if you opt to publish on Amazon.co.uk as well.
Some online business suggstions debunked Some online business suggstions debunked - 2. Sell photos on stock photography sites --- I tried this, couldn't even get in the front door. But then, I'm apparently a lousy photographer... However, if you do get in, I think you only get something like 25 cents a download... 8. Build services atop Amazon Web Services ---I've been an Amazon associate for a loooong time, selling books, and business has been lousy since the beginning. Nobody reads anymore...I do get a few DVD sales every now and again... but frankly I make much more money though Google Ads on my site. It took several months for that to build up, but now as my website has more readers those ads are starting to pay off, whereas there's been no corresponding jump from Amazon ads on the same pages...
Re: Some online business suggstions debunked Re: Some online business suggstions debunked - [quote="OmnivoreInk":3vzbbcg5]8. Build services atop Amazon Web Services ---I've been an Amazon associate for a loooong time, selling books, and business has been lousy since the beginning. Nobody reads anymore...I do get a few DVD sales every now and again... but frankly I make much more money though Google Ads on my site.[/quote:3vzbbcg5] I agree that being an Amazon associate doesn't seem to generate revenue for anyone. However, I always thought books and DVDs were the best selling items on the web since they're relatively inexpensive and consumers know exactly what they're getting (unlike clothing and electronics that need to be "tested"). I think a lot of people still read books, but they just prefer to buy in-store or from Chapters.indigo.ca or Amazon.com/ca rather than from an associate. In fact, a lot of people I know still feel uncomfortable making purchases on the web.
The woes of writers and publishers The woes of writers and publishers - [quote:36p0mzru]I was looking at the reviews for Amazon's Kindle product a couple of weeks ago and couldn't believe the number of people who didn't like the product because it prevented them from giving away free copies of the book or reselling it to someone else. [/quote:36p0mzru] I think authors have a hard time with this. Go to Amazon and see all the books offered for sale new - and then just below that see the links offering the same book for sale used! And anyone in their right mind will probably save some money and buy the used book - which means that the author and publisher of that book are not getting any income from it. I really don't think Amazon should be allowed to do that... that's what used bookstores are for. Amazon really seems to be biting the hand that feeds them in that regard.


Share this article with your friends. Fund someone's dream.

Leave a comment below or share on the left and you'll help support entrepreneurs in Africa through our partnership with Kiva. Over $50,000 raised and counting - Please keep sharing! Learn more.



Featured Article

Bottom Footer



Newsletter

Get advice & tips from famous business
owners, new articles by entrepreneur
experts, my latest website updates, &
special sneak peaks at what's to come!
Name:
Email:
Popular Articles

Five keys to business success

Unharnessing Creativity in Business

What Makes an Extraordinary Business Consultant?

Suggestions

Email us your ideas on how to make our
website more valuable! Thank you Sharon
from Toronto Salsa Lessons / Classes for
your suggestions to make the newsletter
look like the website and profile younger
entrepreneurs like Jennifer Lopez.