Reaching for the Sky Through The Compute Clouds

Posted on February 18, 2008. Filed under: amazon web services, cloud computing, distributed computing | Tags: , , |

On Friday, a massive outage occurred at Amazon Web Services that generated a wave of negativity and criticism in blogopshere. Not long ago, Rackspace, one of the world’s largest hosting companies, experienced a outage that resulted in a similar reaction. When the backbone collapses, so do our favorite services. This makes us mad. It makes us say things like: well, maybe we shouldn’t be using the cloud. Or things like: why can’t we get 99% uptime? Or: isn’t this what the SLA is for?

Software and hardware, like any system, can never be perfect. When power outages, happen we get frustrated, but we understand that this is a fact of life. Any sufficiently complex system, like a power grid or Amazon Web Services, is bound to go down. There is little that can be done to assure that it never will. Because of this single outages are not good measures of quality of service. Albert Wenger said something to me recently that stuck in my head: We live in a stochastic world, but people fail to grasp it because all they experience is right now.

So is it really true – is cloud computing a bad idea? Of course not. It is a wonderful, powerful idea. In this post, we explore the ideas behind cloud computing and argue that it will be an integral part of our future.

Clouds vs. LAMPs

This generation of web services got their start from LAMP – a stack of simple, yet powerful technologies that to this day is behind a lot of popular web sites. The beauty of LAMP is in its simplicity – it makes it very easy to get a prototype out the door. The problem with LAMP is in its scalability. The first scalability issue is fairly minor – threads and socket connections of the Apache web server. When load increases and configuration is not tuned properly you might run into problems. But the second problem with LAMP is far more significant – the MySQL relational database is the ultimate bottleneck of the system.

Relational Databases are just not good at growing beyond a certain capacity because of the way they represent information. And so when you reach a certain scale, they become difficult to manage. A way around it, is a technique called data partitioning. If it is possible to split your data into N independent sets, then you can scale with the LAMP approach indefinitely. But if this is not the case, then your only way is to abandon the relational database for a distributed one. And this is the path through which you break into the clouds.

The Basics of Cloud Computing

The idea behind cloud computing is simple – scale your application by deploying it on a large grid of commodity hardware boxes. Each box has exactly the same system installed and behaves like all other boxes. The load balancer forwards a request to any one box and it is processed in a stateless manner – meaning the request is followed by an immediate response and no state is held by the system. The beauty of the cloud is in its scalability – you scale by simply adding more boxes.

In the diagram above, the compute cloud consists of three basic elements – a web server/application layer, a distributed storage layer, and a distributed queue layer. Each one of these layers is a cloud itself – meaning that boxes are all identical and perform the same function. In the simplest scenario, the web tier is the same as the bits in the LAMP stack. The web server can still be Apache and it can be running PHP code – the application. The fundamentally different bit is the database, which is no longer MySQL, but instead a distributed storage system like Amazon S3, Amazon SimpleDB, or Amazon Dynamo. The queue piece is optional, but it is needed in cases when real-time handling is impossible or not necessary.

The real advantage of the cloud is its ability to support on demand business computing. An application written to run on the cloud scales from 1,000 users to 10,000 and then to 10,000,000 just by expanding the number of boxes. From a business perspective this is very attractive because it is easy to calculate growth and scalability costs.

Do Clouds Really Work?

You bet! The best example is Google. The king of the web is reigning with a farm of hundreds of thousands, if not millions of boxes. To race along with the web, Google constantly increases the size of its cloud, incorporating new web sites, and expanding its index.

Of course, Google isn’t the only one operating in a cloud. All major web players including Amazon, eBay, Yahoo! and Facebook are running some sort of massive computing cloud. Amazon in particular has been perfecting the art for the past fifteen years. The company has world class expertise and top notch talent in distributed computing, led by CTO Werner Vogels. Obviously, it is not an accident that Amazon is making a major bet and launching into the web services infrastructure vertical. They believe that clouds will be the future of computing, that they can make a business out of it, and that they can do it better than you can do it on your own.

You vs. Them

Every time we have an outage, like the one that happened on Friday, people sit back and think: How can I possibly rely on these guys? I bet I can just code this up myself and it will be fine! For decades the software industry has been suffering from the ‘I can do this better’ disease. We keep re-inventing programming languages, we keep on re-writing the APIs, and we keep thinking that we’re smarter than the guys who came before us. 99.9% of the time we are wrong. The truth is that we can not do it better than Amazon. They spent a massive amount of money, talent and most importantly time, trying to solve this problem. To think that this can be replicated by a startup in a matter of months, assembled, be cost effective, and work properly is just absurd. Large-scale computing is an enormously complex problem, that takes even the best and brightest engineers years to get right.

In this day and age, build vs. buy is a complete no-brainer, especially for startups. Whatever is part of your core business you build. Everything else you buy. If your business really does require a custom cloud solution, then you have to build it. But the chances that the Amazon Web Services stack, once fully built out, would not fit your needs are slim to none. By focusing on what truly makes you unique and different you have the chance to beat the competition. Otherwise, if you keep on reinventing the wheel you won’t have the time and resources to advance your real product.

SLA vs. Common Sense

But maybe last week’s failure is not about clouds but about SLAs (Service Level Agreements)? If the SLA says that you will be up 99.99% of the time how can you go down for 3 hours? But here’s the truth about SLAs. Whatever they say, they still don’t mean that the service is not going to go down. You can’t prevent power grid outages and you can not prevent cloud outages. You can take all the precautions and backups, but still you can not be completely certain that failure would not occur. First order catastrophes happen.

So the problem is that we should not be looking at the SLA, but instead we need to consider common sense. It is not a single failure of the system that is indicative of the performance. It is the frequency of failures that we should look for. If AWS goes down once a year each year for 3 hours, then it is nothing short of cloud computing paradise. If this happens every quarter, it’s alarming, every month – unacceptable. The point is, as Albert Wegner explained, we need to think about this stochastically.

Yes, it is difficult for people to be off the grid. Yes, it is difficult to explain to our users why we are down. But we need to be transparent about our abilities here – we are all humans working as hard as we can to make things work. Everybody gets that. The crux of the problem is transparency.

Any company that wants to own our hearts, ignite our imaginations, and power the next generation of our computing infrastructure needs to be transparent. If there is a problem – come out and say it. Put the sign up – we are working hard on fixing it. Email the developers – hey guys, something is seriously wrong on our end, we are investigating and will keep you posted. Transparency and openness from infrastructure providers, from the company all the way down to the consumer, is the key to having piece of mind. Because everyone knows that when we apply ourselves in a genuine and passionate way, there are no problems that we can not solve – the cloud will be up and running shortly.

The Future: Through the Clouds in the Sky

The incident last week is in no way going to deter cloud computing or even Amazon Web Services. We are witnessing a fundamental shift in our ability to compute and this is just the beginning. Amazon is on the forefront of making massively parallel, web scale compute services available to the world. Free from the need to solve the scalability problems, startups are able to focus on the specific problems their product or service is trying to solve. All of this is happening while the cost of hardware, bandwidth and the services over all keeps dropping.

Truly, we are reaching for the sky through the computing clouds.

Make a Comment

Make a Comment: ( 5 so far )

blockquote and a tags work here.

5 Responses to “Reaching for the Sky Through The Compute Clouds”

RSS Feed for Alex Iskold Technology Blog Comments RSS Feed

this is one of the best posts i have read in a long time.

thanks!

Hi Alex,

I agree with jeremy here, this is a great post!

There’s a question that might sound stupid, but what about censorship in the clouds?

When server farms will start moving outside the US to get closer to their consumers (and Msoft is busy building in Russia), is there a chance that web-monitoring programs affect the data in the cloud? How can consumers know where their data is stored?

Nico,

This is a good question! What this boils down to is trust. Even now you do not quite know where your data is stored. For example, where does Netflix or Last.fm keep your information?

The questions that we should be asking about clouds are: how secure are they? Can we easily get our data out? What is being done with my data? All these issues are tackled by dataportability.org group.

Alex

[...] Reaching for the Sky Through The Compute Clouds « Alex Iskold Technology Blog [...]

Alex,

Your post makes interesting reading.

During 2003, the late Jim Gray made an analysis of computing economics:

“’On Demand’ computing is only economical for very cpu-intensive (100,000 instructions per byte or a cpu-day-per gigabyte of network traffic) applications. Pre-provisioned computing is likely to be more economical for most applications – especially data-intensive ones.”

And

“If telecom prices drop faster than Moore’s law, the analysis fails. If telecom prices drop slower than Moore’s law, the analysis becomes stronger.”

Since then, Telecom prices have fallen and bandwidth has increased, but more slowly than processing power, leaving the economics worse than in 2003.

By 2012, the proposed Blue Gene/Q will operate at about 10,000 TFLOPS outstripping Moore’s law by a factor of about 10.

I’ve tried to put The Cloud in historical context and discussed some of its forerunners here. My take is that:

“I’m sure that advances will appear over the coming years to bring us closer, but at the moment there are too many issues and costs with network traffic and data movements to allow it to happen for all but select processor intensive applications, such as image rendering and finite modelling.”

Given current technological circumstances, and recent events like The Gulf cables being cut, today the business is being asked to take a leap of faith to put mission critical applications in The Cloud.

PJW


Where's The Comment Form?

Liked it here?
Why not try sites on the blogroll...