What’s the point of PaaS again?

A pretty simple tweet by Cote, an Industry Analyst at Redmonk, asking for sentiment about using PaaS services got me thinking, and at 4:50pm on a Friday, that’s a dangerous thing!

PaaS (or Platform as a Service), is a great concept in computing, though not a particularly new one – rather than manage all the base operating system, databases, application servers and so on that a modern application relies on, you simply deploy your own custom code to someone else’s pre-built infrastructure. You get all the benefits of low cost commodity computing (if you pick a cheap host..), without the headaches of having to build or operate your own management systems.

However, most of the new PaaS offerings out there seem to simply consist of a provisioning engine deploying your application onto a static set of infrastructure, often hosted on Amazon EC2 or their internal equivalent platform, without offering significant functionality of load balancing, dynamic scaling of resources, database performance options, disaster recovery and so on.

I don’t expect all these things to be free, or even cheap, but you should be able to turn them on and off as and when you need them, and things like disaster recovery plans are not really optional in a world of enterprise computing – simply writing in your DR plan that it’s the responsibility of your application host, and that you have no details of their own plans really won’t cut it!

There’s great new PaaS offerings out there, like Cloud Foundry that I’m a big fan of for rapid application development and deployment, but until the various service providers raise their game in terms of heavy lifting of auto-scaling, DR and so on, then there seems very little point in picking a PaaS service over building your own infrastructure on top of a typical IaaS platform.

4 thoughts on “What’s the point of PaaS again?

  1. Derek Cheng

    Well, for awhile, PaaS had a lot more than just a simple app server in the cloud. With companies like Force.com and LongJump.com, you had some depth with “citizen developer” type tools where you could build, provision and host applications without coding. Now PaaS has a more watered down meaning: essentially hosted app servers where you write code and deploy apps without your own datacenter/servers, with Heroku being a prime example.

    Gartner came up with “aPaaS” and “SEAP” to try and break up the confusion, but let’s face it: the industry can swallow about one or two acronyms a year. Last year? IaaS ruled. This year? PaaS (as in cloud-based servers, not function-rich platforms).

    1. Ewan Leith

      That’s a very good point Derek, the older PaaS offerings actually have spent a lot more time and effort on building the back-end functionality compared to some of the more recent “Application Server as a Service” options.

  2. Pingback: Coté's People Over Process » Links for June 20th through June 30th

  3. Pingback: The elevator pitch for PaaS | Ewan's Blog on IT and stuff like it

Comments are closed.