<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CloudEnterprise.info</title>
	<atom:link href="http://cloudenterprise.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloudenterprise.info</link>
	<description>Cloud Computing and SaaS for the Enterprise</description>
	<lastBuildDate>Sun, 15 Jan 2012 02:01:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cloudenterprise.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CloudEnterprise.info</title>
		<link>http://cloudenterprise.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cloudenterprise.info/osd.xml" title="CloudEnterprise.info" />
	<atom:link rel='hub' href='http://cloudenterprise.info/?pushpress=hub'/>
		<item>
		<title>Jelastic launches next generation Java Cloud</title>
		<link>http://cloudenterprise.info/2011/07/19/jelastic-launches-next-generation-java-cloud/</link>
		<comments>http://cloudenterprise.info/2011/07/19/jelastic-launches-next-generation-java-cloud/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 07:25:02 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Platforms]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jelastic]]></category>
		<category><![CDATA[PaaS]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=489</guid>
		<description><![CDATA[I&#8217;ve been recently involved helping a new European start-up just launched a new Platform-as-a-Service capable of running and automatically scaling any Java application. Here&#8217;s a quick write-up on why I think Jelastic is really onto something, a service to try and a company to watch. Say, you’ve got a great Java application which you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=489&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;ve been recently involved helping a new European start-up just launched a new Platform-as-a-Service capable of running and automatically scaling any Java application. Here&#8217;s a quick write-up on why I think Jelastic is really onto something, a service to try and a company to watch.</em></p>
<p>Say, you’ve got a great Java application which you want to put on the internet and make it available to the world. Believe it or not, up until today, what sounds like a trivial task simply could not be done. You effectively had to choose between lack of scalability, necessity to manually set up and maintain the whole software stack, requirement to re-write your code to conform to a particular framework (and get locked into it thereafter), or a combination of the above.</p>
<p><strong>Traditional hosting</strong> simply leased you a server and had you set it up including the web server and Java stack &#8211; effectively making you spend hours and hours doing pure operational work instead of producing next biggest and coolest services. And obviously getting you confined to whatever servers you rented &#8211; so when you need to scale up due to being mentioned on Slashdot you were out of luck.</p>
<p><strong>First generation Infrastructure-as-a-Service</strong> clouds (<a class="zem_slink" title="Cloud Computing" href="http://www.wikinvest.com/concept/Cloud_Computing" rel="wikinvest">IaaS</a>) like <a href="http://aws.amazon.com/">Amazon</a> or <a href="http://www.rackspace.com">Rackspace</a> made server provisioning a simple programmatic call. This made scalability a little easier (at least you did not have to wait days or weeks to get more or less servers). However, all they did was effectively give you a bunch of (often overpriced) virtual machines leaving it to you to set them up, configure them, patch them. To make things worse, scalability was not free either. For these providers, more resources meant more virtual machines. Which in turn meant, that your application had to be designed to be able to run on multiple machines in parallel, and most likely using storage and instance coordination mechanisms specific to this platform. Thus, you were almost getting the worst of both worlds: limited scalability, extra operations tasks, high fees, and vendor lock-in.</p>
<p><strong>Early Platforms-as-a-Service</strong> (PaaS) solutions like <a class="zem_slink" title="Google App Engine" href="http://code.google.com/appengine/" rel="homepage">Google App Engine</a>, <a href="http://force.com">Force.com</a>, <a href="http://www.azure.com">Windows Azure</a>, and <a href="http://www.cloudfoundry.com">VMware CloudFoundry</a> offered a trade-off of taking away the operational tasks of setting up and managing the virtual machines by requiring you to write your applications specifically for the platform &#8211; thus putting you at the maximum lock-in ever.</p>
<p><strong><a href="http://www.jelastic.com/">Jelastic</a></strong> - a new start-up which just launched its beta at <a href="http://Jelastic.com">Jelastic.com</a> is aiming to learn from predecessors and give you the best of all worlds:</p>
<ul>
<li><strong>Easy to deploy and manage</strong> &#8211; like earlier PaaS systems, Jelastic automatically sets up, configures and maintains the software stack that you need (such as <a href="http://tomcat.apache.org">Tomcat server</a>, <a class="zem_slink" title="MySQL" href="http://www.mysql.com" rel="homepage">MySQL</a> database, load balancer, static content cache, and so on) &#8211; <a href="http://www.youtube.com/watch?v=WTugdGecW2w">all you need is add your application on top</a>.</li>
<li><strong>Runs any Java application</strong> &#8211; with Jelastic there are no requirements to specifically adapt your code, simply upload the package and if it runs, for example, on standard <a href="http://tomcat.apache.org">Tomcat</a> server (or for that matter <a class="zem_slink" title="JBoss application server" href="http://www.jboss.com/products/platforms/application/" rel="homepage">JBoss</a>, <a class="zem_slink" title="GlassFish" href="http://glassfish.java.net/" rel="homepage">GlassFish</a>, or <a href="http://jetty.codehaus.org/jetty/">Jetty</a>) with MySQL (<a class="zem_slink" title="MariaDB" href="http://mariadb.org/" rel="homepage">MariaDB</a>, <a class="zem_slink" title="PostgreSQL" href="http://www.postgresql.org" rel="homepage">PostgreSQL</a>, <a class="zem_slink" title="MongoDB" href="http://www.mongodb.org/" rel="homepage">MongoDB</a>, <a class="zem_slink" title="CouchDB" href="http://couchdb.apache.org/" rel="homepage">CouchDB</a>) &#8211; it will run in Jelastic as is. This means painless deployments, zero learning curve, and most importantly zero platform lock in.</li>
<li><strong>Automated scaling</strong> &#8211; most amazingly, Jelastic manages to scale your application up and down depending on the load it gets. As your application becomes popular and its use intensifies, <a href="http://www.youtube.com/watch?v=wQPYQ1lx2Ro">Jelastic transparently gives it more memory and processing power</a>.</li>
</ul>
<p>See this quick video with Jelastic overview:</p>
<span style="text-align:center; display: block;"><a href="http://cloudenterprise.info/2011/07/19/jelastic-launches-next-generation-java-cloud/"><img src="http://img.youtube.com/vi/vxf1skKXwM0/2.jpg" alt="" /></a></span>
<p>And a set of videos demonstrating the actual <a href="http://www.youtube.com/watch?v=WTugdGecW2w">Java application deployment</a>, <a href="http://www.youtube.com/watch?v=wQPYQ1lx2Ro">autoscaling</a>, and <a href="http://www.youtube.com/watch?v=pHETX5zd7Ug">URL mapping</a>.</p>
<p>Or even better, take your application and give it a try at <a href="http://www.jelastic.com/">Jelastic.com</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/489/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=489&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2011/07/19/jelastic-launches-next-generation-java-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>
	</item>
		<item>
		<title>How much money do cloud providers make?</title>
		<link>http://cloudenterprise.info/2011/05/27/how-much-money-do-cloud-providers-make/</link>
		<comments>http://cloudenterprise.info/2011/05/27/how-much-money-do-cloud-providers-make/#comments</comments>
		<pubDate>Fri, 27 May 2011 11:00:47 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Market]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[revenue]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=481</guid>
		<description><![CDATA[Don&#8217;s recent attempt to look at financials of 10 publicly traded &#8220;cloud&#8221; companies got me willing to expand his research to a bigger picture. After all, limiting the scope to 100% cloud companies really skews the charts to &#8220;Salesforce.com and everyone else&#8221; leaving such cloud juggernauts as Amazon and Google out of the picture. As [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=481&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-482" title="cloud-money" src="http://cloudenterprise.files.wordpress.com/2011/05/cloud-money.png?w=150&#038;h=100" alt="" width="150" height="100" /><a href="http://www.softwareadvice.com/articles/enterprise/q1-2011-saas-1052511/">Don&#8217;s recent attempt</a> to look at financials of 10 publicly traded &#8220;cloud&#8221; companies got me willing to expand his research to a bigger picture.</p>
<p>After all, limiting the scope to 100% cloud companies really skews the charts to &#8220;Salesforce.com and everyone else&#8221; leaving such cloud juggernauts as Amazon and Google out of the picture.</p>
<p>As Don notes, <strong><a href="http://www.salesforce.com">Salesforce.com</a></strong> is doing extremely well: in <a href="http://www.outlookseries.com/A0997/Financial/3709_Salesforce.com_Q1_2011_Revenue_Up_34%25_EPS_Beats_By_Penny_Guides_Up_Salesforce.com_Q1_2011.htm">Q1 2011 the company demonstrated</a> 34% year-over-year growth rate and made $504 million in revenue. Their <strong>2010 revenue was about <a href="http://finance.yahoo.com/q/ks?s=CRM">$1.66 billion</a></strong>.</p>
<p>Companies like Google and Amazon are indeed much harder to analyze. Neither of them discloses cloud-related revenue which sort of vanishes in the grand scheme of core business such as respectively online advertisement and retail.</p>
<p>In this blog post I decided to have a look at where these two cloud businesses stand.</p>
<p><strong>Amazon</strong></p>
<p>In August 2010, <a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fventurebeat.com%2f2010%2f08%2f03%2famazon-web-services-generating-an-estimated-500m-in-revenue-thanks-in-part-to-growth-of-social-games%2f" target="_blank">UBS Investment Research</a> estimated that <a href="http://aws.amazon.com">Amazon Web Services</a> were on track to make <strong>$500 million in 2010</strong> (up <a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fcloudscaling.com%2fblog%2fcloud-computing%2famazons-ec2-generating-220m-annually" target="_blank">from $275 mln</a><a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fcloudscaling.com%2fblog%2fcloud-computing%2famazons-ec2-generating-220m-annually" target="_blank"> in 2009</a>), and <strong>$750 mln in 2011 </strong>(out of <a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fwww.businessinsider.com%2fchart-of-the-day-amazon-web-services-revenue-2010-8" target="_blank">total $44 bln</a><a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fwww.businessinsider.com%2fchart-of-the-day-amazon-web-services-revenue-2010-8" target="_blank"> revenue of Amazon as a whole</a>). By 2014 they are expected to get to $2.5 billion.</p>
<p>Profits are estimated to be around $58.2 million in 2010, $100.7 million in 2011.</p>
<p>As a side note on the Infrastructure as a Service space, <a href="http://www.rackspace.com">Rackspace</a> is considered to be number 2 cloud provider and they are way behind Amazon with <a href="https://webmail.quest.com/OWA/redir.aspx?C=cafe5fbc288e4b70910e770f0dcc3e2b&amp;URL=http%3a%2f%2fwww.infoworld.com%2ft%2fcloud-computing%2fno-2-cloud-provider-rackspace-tries-harder-625" target="_blank">target revenue for 2011 set to $100 mln</a> (for cloud services).</p>
<p><strong>Google</strong></p>
<p><a href="http://www.google.com/apps/">Google Apps</a> is Google&#8217;s core subscription cloud service, and again a small fraction of the total company&#8217;s revenue (and with Android&#8217;s success no longer the most cherished &#8216;secondary business&#8217; either).</p>
<p><a href="http://www.theregister.co.uk/2011/02/17/interview_with_google_enterprise_boss_david_girouard/">The latest interview</a> with Google Enterprise (which includes Google Apps) boss &#8211; David Girouard does not say much:</p>
<blockquote><p>3,000 business are moving to the suite each day, and over three million have moved since its debut in 2007. But it&#8217;s unclear how much revenue Google is generating from subscriptions. All we know is that it&#8217;s <strong>under $1bn a year</strong>, less than four per cent of the company&#8217;s overall revenue. The aim, however, is to create a multi-billion-dollar business – in the near term. &#8220;Not a decade from now,&#8221; Girouard said, &#8220;but within a few years.&#8221;</p></blockquote>
<p>Obviously &#8216;under $1 billion&#8217; is a huge range.</p>
<p>A year ago, in May 2010, Nikesh Arora, president of Google&#8217;s Global Sales Operations and Business Development <a href="http://paidcontent.org/article/419-googles-arora-google-apps-should-be-1-billion-business-within-4-years/">provided more detailed information</a>:</p>
<p>First of all, back then the number of customers was one-third lower: &#8220;There are 2 million small businesses that have signed up&#8221;.</p>
<p>And secondly he provided a date estimate for reaching the $1 billion mark: &#8221;<strong>In perhaps three- or four years</strong>, I hope it will be more than <strong>a billion dollar </strong>revenue stream.&#8221;</p>
<p>With that kind of growth, to get to a billion dollars in 3 years, Google Apps need to be making  <strong>$300 million in revenue a year</strong> at the moment. On the other hand, when Google Apps were claiming 1 million users in early 2009, <a href="http://www.businessinsider.com/2009/1/the-google-apps-revenue-myth-goog">their revenue target for the year was $40 million</a>. So with 3 times more users today, they might very well be at the 3 times the revenue &#8211; <strong>$120 million a year</strong> for Google Apps. My guess, is that the broad range (<strong>$120-$300 mln</strong>) might be related to them including or excluding advertisement revenue coming from free Google Apps accounts.</p>
<p><strong>Anyone else?</strong></p>
<p>I am actually quite impressed with how revenue of Salesforce.com compare to cloud businesses of Amazon and Google.</p>
<p>For now I would probably just limit the analysis to these 2 vendors. <strong><a href="http://www.microsoft.com">Microsoft</a></strong> is trying hard to get into this business with their Office 365 and Windows Azure launches. However, to be fair to the company I would probably wait another year before discussing their financial performance.</p>
<p>And that&#8217;s just for the software vendors. <strong><a href="http://www.ibm.com">IBM</a></strong>&#8216;s CFO Mark Loughridge <a href="http://www.informationweek.com/news/cloud-computing/platform/229401103">claims</a> that cloud <strong>services</strong> will generate <strong>$7 billion</strong> in revenue for his company <strong>by 2015</strong>, and I am pretty sure that hardware vendors are not losing money on shipping servers to all the new cloud datacenter either.</p>
<p>Have I missed any of the big players you would have expected to see in this analysis? Let me know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/481/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=481&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2011/05/27/how-much-money-do-cloud-providers-make/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://cloudenterprise.files.wordpress.com/2011/05/cloud-money.png?w=150" medium="image">
			<media:title type="html">cloud-money</media:title>
		</media:content>
	</item>
		<item>
		<title>TEC: Cloud Conference for Enterprise IT</title>
		<link>http://cloudenterprise.info/2011/03/11/tec-cloud-conference-for-enterprise-it/</link>
		<comments>http://cloudenterprise.info/2011/03/11/tec-cloud-conference-for-enterprise-it/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 18:44:46 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[TEC]]></category>
		<category><![CDATA[The Experts Conference]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=472</guid>
		<description><![CDATA[There&#8217;s yet another cloud conference coming our way this April &#8211; but this one is special. So far most of the cloud tradeshows have either been heavily developer- and investor-/analyst-oriented, or simply cloud tracks and sessions on vendor events. The Experts Conference (TEC) is different with its heavy focus on IT professionals. Full disclosure: I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=472&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theexpertsconference.com/us/2011/"><img class="alignleft size-thumbnail wp-image-473" title="TEC2011_170x40_Microsoft_VC" src="http://cloudenterprise.files.wordpress.com/2011/03/tec2011_170x40_microsoft_vc.jpg?w=150&#038;h=123" alt="" width="150" height="123" /></a>There&#8217;s yet another <strong>cloud conference</strong> coming our way this April &#8211; but this one is special.</p>
<p>So far most of the cloud tradeshows have either been heavily developer- and investor-/analyst-oriented, or simply cloud tracks and sessions on vendor events. <a href="http://www.theexpertsconference.com">The Experts Conference (TEC)</a> is different with its <strong>heavy focus on IT professionals</strong>.</p>
<p>Full disclosure: I have been involved helping the conference organizers set up the cloud track &#8211; and I am pretty proud of the line-up of speakers and sessions we managed to come up with.</p>
<p>TEC is actually a very established technology conference. <a href="http://www.theexpertsconference.com/us/2011/history/">They started 10 years</a> ago as a very technical (level 400+) and practical Directory conference by the experts for the experts. I believe that with all the marketing hype about the cloud which we are getting these days, its about right time for the event to expand to the cloud. After all, IT professionals who want to be on the cutting edge today actually need to know how to set up federation, deploy <strong>Office 365</strong>, <strong>Google Apps</strong>, <strong>Amazon</strong> or <strong>Salesforce.com</strong>, what is the state of <strong>private cloud</strong> technology, what <strong>SAML</strong>, <strong>OAuth</strong> and <strong>OpenID</strong> are and how to use them, and much more.</p>
<p>And to give you that information we got folks from product teams, system integrators, and just practitioners with vast experience in all these technologies!</p>
<p>You can find the <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/session-abstracts/">full agenda of the Cloud and Virtualization Track here</a>. Below are just some of the highlights:</p>
<p><strong><a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#jsnow">Joey Snow</a></strong> will be talking about <strong>Windows Azure</strong> (Microsoft&#8217;s platform as a service) <strong>from IT pro perspective</strong> &#8211; this will be quite unique considering that Microsoft&#8217;s official Azure message is very much developer-oriented!</p>
<p>There will be multiple sessions about <strong>Exchange Online</strong>, <strong>SharePoint Online</strong> and other components of the <strong>BPOS/Office 365</strong> suite from Microsoft: ranging from real-world experience on when these work and when on-premise options are still superior, how to handle the migration, how to integrate your on-premise directory with the cloud system, what is their state of security and even how they stack up against<strong> Google Apps</strong>. These are getting delivered by superstars including: <strong><a href="http://www.theexpertsconference.com/us/2011/exchange-training/speaker-bios/#jcamel">Jerry Camel</a></strong>,<strong> <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#mkostersitz">Mike Kostersitz</a></strong>, <strong><a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#jroark">Jarrod Roark</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#dchennault">Dave Chennault</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#emykletun">Einar Mykletun</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#bbaer">Bill Baer</a>, <a href="http://www.theexpertsconference.com/us/2009/11/06/dmitri-gavrilov/">Dmitri Gavrilov</a> </strong>and<strong> <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#dsmith">David Smith</a><em>.</em></strong></p>
<p>There will be great discussions on the major authentication and authorization protocols including <strong>OpenID </strong>and <strong>OAuth</strong>, <strong>ADFS</strong>, <strong>REST</strong>, <strong>SAML </strong>from industry experts <strong><a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/speaker-bios/#bpuhl">Brian Puhl</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#emaler">Eve Maler</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#ppatterson">Pat Patterson</a>, <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/directory-identity-training/speaker-bios/#lhunter">Laura E. Hunter</a>, <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/directory-identity-training/speaker-bios/#faladesulu">Femi Aladesulu</a>, <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/speaker-bios/#nryumin">Nikita Ryumin</a>, <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/speaker-bios/#cwapshere">Carol Wapshere</a>,  <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/speaker-bios/#djones">Dave Jones</a>,  <a href="http://www.theexpertsconference.com/us/2011/directory-identity-training/speaker-bios/#mwahl">Mark Wahl</a></strong>.</p>
<p>Finally, we have great representation from industry experts and team members from Microsoft teams (<strong>Office 365</strong>, <strong>Windows Intune</strong>, <strong>ADFS</strong>), <strong>Salesforce.com</strong>, <strong>Rackspace, Riverbed</strong>: <strong><a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#sriley">Steve Riley</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#ppatterson">Pat Patterson</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#jengates">John Engates</a>, <a href="http://www.theexpertsconference.com/us/2011/virtualization-cloud-training/speaker-bios/#jdadzie">Joseph Dadzie</a></strong>.</p>
<p>So expect a lot of highly practical content and social interaction with the folks who are using cloud in real life today!</p>
<p>The conference is <strong>April 17-20, 2011 in Las Vegas</strong>. <a href="http://www.theexpertsconference.com">Learn more and sign-up for the event here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/472/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=472&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2011/03/11/tec-cloud-conference-for-enterprise-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://cloudenterprise.files.wordpress.com/2011/03/tec2011_170x40_microsoft_vc.jpg?w=150" medium="image">
			<media:title type="html">TEC2011_170x40_Microsoft_VC</media:title>
		</media:content>
	</item>
		<item>
		<title>What Satya Nadella means to Azure future</title>
		<link>http://cloudenterprise.info/2011/02/11/what-satya-nadella-means-to-azure-future/</link>
		<comments>http://cloudenterprise.info/2011/02/11/what-satya-nadella-means-to-azure-future/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 13:00:38 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Satya Nadella]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=468</guid>
		<description><![CDATA[With the recent changes in the leadership of one of Microsoft&#8217;s key business units &#8211; Server and Tools &#8211; from Bob Muglia to Satya Nadella one can&#8217;t help speculating what this means for the business unit and how it will affect Microsoft&#8217;s cloud strategy, specifically Windows Azure &#8211; Microsoft&#8217;s platform as a service. Here&#8217;s my uneducated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=468&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Satya Nadella, President, Server &amp; Tools Business, Microsoft" src="http://www.microsoft.com/presspass/images/exec/page/satyanadella.png" alt="" width="129" height="99" />With the <a href="http://kara.allthingsd.com/20110210/cloudy-with-a-chance-of-transformation-new-microsoft-server-and-tools-head-nadella-speaks/?mod=ATD_skybox">recent changes in the leadership</a> of one of Microsoft&#8217;s key business units &#8211; Server and Tools &#8211; from <a class="zem_slink" title="Bob Muglia" rel="homepage" href="http://www.microsoft.com/presspass/exec/bobmuglia/">Bob Muglia</a> to <a href="http://www.microsoft.com/presspass/exec/nadella/default.aspx">Satya Nadella</a> one can&#8217;t help speculating what this means for the business unit and how it will affect Microsoft&#8217;s cloud strategy, specifically <a href="http://www.microsoft.com/windowsazure/">Windows Azure</a> &#8211; Microsoft&#8217;s <a class="zem_slink" title="Platform as a service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Platform_as_a_service">platform as a service</a>.</p>
<p>Here&#8217;s my uneducated guess based on the assumption that given a new task humans tend to use the same approaches which worked well for them last time, and that Satya definitely got this post as a recognition for successfully rolling out <a class="zem_slink" title="Bing" rel="homepage" href="http://bing.com/">Bing</a> and transforming Microsoft&#8217;s search business from nothing to a competitor <a href="http://searchengineland.com/google-bing-is-cheating-copying-our-search-results-62914">really frustrating Google</a>.</p>
<p>Here&#8217;s what I think Satya will bring to <a href="http://www.microsoft.com/servers/home.mspx">Microsoft&#8217;s Server and Tools Business</a>:</p>
<ul>
<li><strong>More focus on online (Azure) than on Windows Server</strong>: Bob Muglia made Windows Server business a success, this was his kid, while Windows Azure (one could argue) was kind of a step-child, imposed on him and added to his business during a re-org. Satya will likely feel much different: for last few years he has been &#8220;living in the cloud&#8221; leading Bing, and <a class="zem_slink" title="Steve Ballmer" rel="homepage" href="http://www.microsoft.com/presspass/exec/steve/default.mspx">Steve Ballmer</a> <a href="http://www.microsoft.com/presspass/press/2011/jan11/01-10steveb-mail.mspx">very explicitly made lack of cloud focus</a> the reason for changing the business unit leadership.</li>
<li><strong>Compete against the market leader</strong>: Bing clearly was developed to compete against Google. I guess this means that now Azure development will become aggressively anti-<a href="http://aws.amazon.com/">Amazon</a>.</li>
<li><strong>Acquisitions and partnerships</strong>: so far Azure has really been a ground-up effort by Microsoft engineers, Bing team tried to buy <a class="zem_slink" title="Yahoo!" rel="crunchbase" href="http://www.crunchbase.com/company/yahoo">Yahoo</a>, and when this did not work hired a lot of top talent from Yahoo and finally <a href="http://www.nytimes.com/2009/07/30/technology/companies/30soft.html">essentially acquired its search and ad business</a>. Satya was directly involved in these efforts. So who is a runner up in IaaS business who Microsoft could acquire to get more visible in that space? Rackspace? Savvis? Although, one could argue that search share was more relevant in search advertising business in which the big get bigger (why even bother advertising with small players?) and this advantage of scale is not as relevant in hosting, so acquisitions might not be as effective. We will see&#8230;</li>
<li><strong>Not sure if Azure appliance emphasis will persist</strong>: <a href="http://www.zdnet.com/blog/microsoft/where-are-those-windows-azure-appliances/8439">Azure appliance</a> made a lot of sense under old leadership. Server and Tools Business knows how to sell to enterprises, so let&#8217;s turn Azure into an appliance which we can sell to our existing biggest partners and customers. Will Satya feel the same? I don’t think Bing folks were paying much attention to Microsoft’s search appliance strategy leaving this all to <a href="http://sharepoint.microsoft.com/en-us/product/capabilities/search/Pages/Fast-Search.aspx">SharePoint/FAST</a> and concentrating on pure cloud play&#8230;</li>
</ul>
<p>There were speculations after <a class="zem_slink" title="Ray Ozzie" rel="crunchbase" href="http://www.crunchbase.com/person/ray-ozzie">Ray Ozzie</a> left that Azure might get de-emphasized &#8211; after all Azure was one of Ray’s pet projects. With Satya’s appointment, I would say that we should expect Azure to only gain priority at Microsoft. We&#8217;ll see how applicable will Bing experience be for making Windows Azure a top player in the cloud platform space.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=468&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2011/02/11/what-satya-nadella-means-to-azure-future/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/presspass/images/exec/page/satyanadella.png" medium="image">
			<media:title type="html">Satya Nadella, President, Server &#38; Tools Business, Microsoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Will 2011 be the year of IT Management as a Service?</title>
		<link>http://cloudenterprise.info/2011/01/19/will-2011-be-the-year-of-it-management-as-a-service/</link>
		<comments>http://cloudenterprise.info/2011/01/19/will-2011-be-the-year-of-it-management-as-a-service/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 13:00:58 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Predictions]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Information technology management]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=463</guid>
		<description><![CDATA[In this article in Enterprise Systems Journal I argue that this might very well be the case. Here&#8217;s a quick excerpt: IT professionals seem to be the most conservative crowd when it comes to the cloud. While we all have been uploading our pictures to Flickr and communicating via Facebook, and our sales reps have been utilizing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=463&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://esj.com/Articles/2011/01/11/SaaS-for-IT-Management.aspx?Page=1">In this article in Enterprise Systems Journal</a> I argue that this might very well be the case.</p>
<p>Here&#8217;s a quick excerpt:</p>
<blockquote><p><a class="zem_slink" title="Information technology" rel="wikipedia" href="http://en.wikipedia.org/wiki/Information_technology">IT professionals</a> seem to be the most conservative crowd when it comes to the cloud. While we all have been uploading our pictures to <a class="zem_slink" title="Flickr" rel="homepage" href="http://flickr.com">Flickr</a> and communicating via <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>, and our sales reps have been utilizing <a class="zem_slink" title="Salesforce" rel="homepage" href="http://www.salesforce.com/">Salesforce.com</a> and doing Web demos, system administrators have stayed cautious, preferring to keep IT under their control.</p>
<p>Now that <a class="zem_slink" title="Software as a service" rel="wikipedia" href="http://en.wikipedia.org/wiki/Software_as_a_service">software as a service (SaaS)</a> has become more widespread and commonly accepted &#8212; and C-level executives are falling under the charm of the cloud &#8212; something&#8217;s got to give. That&#8217;s definitely the expectation of the <a class="zem_slink" title="Systems management" rel="wikipedia" href="http://en.wikipedia.org/wiki/Systems_management">systems management</a> vendors quickly ramping up their acquisition and development cycles to have SaaS for <a class="zem_slink" title="Information technology management" rel="wikipedia" href="http://en.wikipedia.org/wiki/Information_technology_management">IT management</a> products ready.</p></blockquote>
<p>Read the full text <a href="http://esj.com/Articles/2011/01/11/SaaS-for-IT-Management.aspx?Page=1">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=463&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2011/01/19/will-2011-be-the-year-of-it-management-as-a-service/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>
	</item>
		<item>
		<title>Self-hosting vs Cloud-hosting costs</title>
		<link>http://cloudenterprise.info/2010/12/22/self-hosting-vs-cloud-hosting-costs/</link>
		<comments>http://cloudenterprise.info/2010/12/22/self-hosting-vs-cloud-hosting-costs/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 01:27:35 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[costs]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=457</guid>
		<description><![CDATA[Is there hard ROI to use a cloud IaaS instead of a server in your garage/basement/on-premise datacenter? I think there increasingly is and justifying self-hosting is getting increasingly tough. I would actually go as far as posit that you can now get a server in a public datacenter at price comparable to your electricity bill alone! If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=457&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://cloudenterprise.files.wordpress.com/2010/12/cloud-versus-server.png"><img class="alignleft size-thumbnail wp-image-460" title="Cloud versus Server costs" src="http://cloudenterprise.files.wordpress.com/2010/12/cloud-versus-server.png?w=124&#038;h=150" alt="" width="124" height="150" /></a>Is there hard <a class="zem_slink" title="Rate of return" rel="wikipedia" href="http://en.wikipedia.org/wiki/Rate_of_return">ROI</a> to use a cloud IaaS instead of a server in your garage/basement/on-premise datacenter? I think there increasingly is and justifying self-hosting is getting increasingly tough.</p>
<p>I would actually go as far as posit that <strong>you can now get a server in a public datacenter at price comparable to your electricity bill alone</strong>!</p>
<p>If you don&#8217;t believe me &#8211; let&#8217;s do a quick math.</p>
<p><a href="http://mark.koli.ch/2009/03/how-much-does-it-really-cost-to-self-host-a-site.html">Mark Kolich noticed in his blog</a> that the server he had running at his home was consuming 220 W, which at the consumer electricity costs of 12-cents per <a class="zem_slink" title="Kilowatt hour" rel="wikipedia" href="http://en.wikipedia.org/wiki/Kilowatt_hour">kWh</a> means:</p>
<p><code>0.220 kWh * 12 cents = <strong>2.64 cents per hour</strong></code></p>
<p><strong>Almost 3 cents/hour for electricity alone</strong> not taking into account: labor, server hardware amortization, data-storage costs (replacing a failed disk), cooling costs, <a class="zem_slink" title="Internet service provider" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet_service_provider">ISP</a> costs, security costs (routers, firewalls, etc.), power backup costs (a UPS) and so on. Mark notes that he could have probably bought a newer more energy efficient server &#8211; but the required investment would not justify the savings.</p>
<p>The shocking part is that the recent price competition of cloud infrastructure (IaaS) and platform (<a class="zem_slink" title="Cloud Computing" rel="wikinvest" href="http://www.wikinvest.com/concept/Cloud_Computing">PaaS</a>) vendors took the current cloud servers costs to roughly the same order of costs. Here&#8217;s a quick survey of a few major cloud players:</p>
<ul>
<li><strong><a href="http://www.microsoft.com/windowsazure/offers/">Microsoft</a></strong> is rolling out their <strong>5 cent/hour</strong> option (with additional <em>further discounts if you pre-pay for reserved use</em> – e.g. say you have a bunch of instances which you have running all the time and you are willing to pre-pay for the next few months).</li>
<li><a href="http://aws.amazon.com/ec2/pricing/">Same thing with <strong>Amazon</strong></a>: minimal price (although for a slightly more limited version) is already in <strong>2 cent for Linux / 3 cent for Windows</strong> instance area, with reserved/pre-paid option getting as low as <strong>0.7 cents/Linux &amp; 1.3 cents/Windows</strong>.</li>
<li><strong><a href="http://www.rackspacecloud.com/cloud_hosting_products/servers/pricing/">Rackspace pricing</a></strong> starts at <strong>1.5 cents/hour for Linux</strong>, and <strong>8 cents/hour for Windows</strong>.</li>
</ul>
<p>My take on these numbers is that you need to have a really good reason to go into hosting when there is so much price competition in that space and the margins are going down so fast.</p>
<p>The only good reason I can think of is hosting being your competitive advantage in some way. For example, being a local hosting company in a country which legislation is making it hard to use foreign datacenters. Or offering some level of compliance which public hosters cannot provide. And as a matter of fact both of these differentiators are gradually going away with the vendors quickly getting all the possible <a href="http://aws.amazon.com/about-aws/newsletters/2010/12/15/december-2010---pci-compliance-and-iso27001-certification/?ref_=pe_8050_17986660">certifications and compliance stamps</a> you can think of, as well as <a href="http://www.zdnet.com/blog/microsoft/where-in-the-world-are-microsofts-datacenters/5700">opening datacenters around the globe</a>.</p>
<p>Cloud is cheaper than your own hosting regardless on how you calculate the costs. Get used to it.</p>
<p>Dmitry</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=457&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2010/12/22/self-hosting-vs-cloud-hosting-costs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://cloudenterprise.files.wordpress.com/2010/12/cloud-versus-server.png?w=124" medium="image">
			<media:title type="html">Cloud versus Server costs</media:title>
		</media:content>
	</item>
		<item>
		<title>Chrome OS shooting for consumers or enterprise?</title>
		<link>http://cloudenterprise.info/2010/12/14/chrome-os-shooting-for-consumers-or-enterprise/</link>
		<comments>http://cloudenterprise.info/2010/12/14/chrome-os-shooting-for-consumers-or-enterprise/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 00:56:25 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud desktop]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=450</guid>
		<description><![CDATA[Marco Arment from Instapaper thinks that Chrome OS will have limited appeal for consumers, will target businesses and not be well-received there due to lack of proper enterprise support and commitment. Here are a few quotes from Marco: Google’s targeting of Chrome OS is interesting. Rather than trying to attract consumers, who have demonstrated that they’re not interested in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=450&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marco.org/about"></a><a href="http://cloudenterprise.files.wordpress.com/2010/12/chrome-os-logo.png"><img class="alignleft size-full wp-image-453" title="chrome-os-logo" src="http://cloudenterprise.files.wordpress.com/2010/12/chrome-os-logo.png?w=480" alt=""   /></a>Marco Arment from <a href="http://www.instapaper.com/">Instapaper</a> thinks that <a class="zem_slink" title="Google Chrome OS" rel="wikipedia" href="http://en.wikipedia.org/wiki/Google_Chrome_OS">Chrome OS</a> will have limited appeal for consumers, will target businesses and not be well-received there due to lack of proper enterprise support and commitment. Here are a few quotes from Marco:</p>
<blockquote><p>Google’s targeting of <a href="http://www.google.com/chromeos/index.html">Chrome OS</a> is interesting. Rather than trying to attract consumers, who have demonstrated that they’re not interested in “Net PC”-like browser-only hardware, Google is positioning Chrome OS hardware as inexpensive, low-IT-overhead alternatives for <em>businesses</em> to deploy instead of desk computers.</p>
<p>In <a href="http://5by5.tv/talkshow/20">last week’s Talk Show</a>, John Gruber and Dan Benjamin discussed why it may finally be a good time for this: a <em>lot</em> of computers today in businesses exist solely to run a web browser. John’s example is almost every computer in a typical bank branch, on which the agents usually just type your information into a series of web-browser forms in order to do their jobs.</p>
<p>&#8230;</p>
<p>Google’s just not in the business of providing long-term support for an unsuccessful product line. It’s part of what allows them to keep releasing new things all the time while geeks declare Microsoft a boring old dinosaur. But IT departments need their platform vendors to behave much more like Microsoft.</p>
<p>I doubt many corporate IT execs are going to take the risk that Chrome OS will be a stable enough long-term platform to deploy to their companies’ workforces. As the saying goes, <a href="http://www.barrypopik.com/index.php/new_york_city/entry/no_one_ever_got_fired_for_buying_ibm_microsoft_gold/">nobody ever got fired</a>…</p></blockquote>
<p>Interesting enough, I actually agree with the second part of the argument but not with the initial premise.</p>
<p>Yes, getting businesses to commission big desktop refreshes to Google is going to be a challenge and require good field execution to get the early adopters buy into the value proposition (and then serve as a case study to persuade the others). And I think existing <a class="zem_slink" title="Google Apps" rel="homepage" href="http://www.google.com/apps/">Google Apps</a> adoption and progress demonstrates that Google&#8217;s execution when pitching to the enterprise is underwhelming. Just think on how much earlier on the market they got compared to <a href="http://office365.microsoft.com">Microsoft&#8217;s BPOS/Office 365</a> and how they almost missed this advantage.</p>
<p>However, obviously, even if not that many enterprises adopt Google Apps and Chrome OS &#8211; the reality is that these will create a headache for Microsoft because they will be used as a threat buy Microsoft&#8217;s enterprise customers when negotiating a better deal on their Microsoft contracts&#8230;</p>
<p>The real success of the OS though is likely going to depend on the consumer adoption (iPad was never pitched as an enterprise tool &#8211; but companies are increasingly looking to using it as such). So let&#8217;s look at the possible consumer play of the technology.</p>
<p>And here, I do not agree that &#8216;<em>consumers … have demonstrated that they’re not interested in “Net PC”-like browser-only hardware&#8217;</em>. Consumers are not interested when you give them a crappy netbook with an impossible to use Linux. There is little doubt about that. However, this does not mean that consumers are attached to Windows fat apps either. Success of <a class="zem_slink" title="iPad" rel="homepage" href="http://www.apple.com/ipad/">iPads</a> is a clear demonstration that consumers can live with total breakage of compatibility with old apps as long as the device is great and the new apps ecosystem is good.</p>
<p>If the <a href="https://chrome.google.com/webstore">application marketplace which Google is launching for Chrome OS is good</a> – it will be just fine with consumers. Especially with supported offline mode and <a href="http://googlesystem.blogspot.com/2010/12/google-cloud-print-now-available.html">printing</a>. I am using TweetDeck Chrome app in my Chrome browser today and it is just a great application. Much better, faster and easier to maintain than the AIR version I used before. If apps, hardware and pricepoints are there – consumers will come.</p>
<p>And yes, <a href="http://online.wsj.com/video/d8-video-microsoft-ballmer-and-ozzie-on-cloud/88B0780D-CEB5-4EA1-BABD-476B8E1B2E4A.html">Ray Ozzie is right:</a> applications on any devices are these days becoming a local representation and cache of something server or cloud-side. This is already true for a lot of <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> and Android applications &#8211; so web-based application framework with good access to local resources is fine. Which then makes it a question of whether Google can make the Chrome OS the device operating platform of choice for the range of devices and longer term replacement of Android. And this is a question of competing for the hearts and minds of consumers and developers &#8211; and not really a question of a &#8220;Net PC&#8221; being something that resonates with consumers.</p>
<p>And I have no idea whether or not Chrome OS devices require cheaper hardware than Android devices. I am not sure I see why they would &#8211; consumers would probably still want solid-state drives, nice-looking form-factor, touch screens, cameras and other things which make the devices more expensive &#8211; so what&#8217;s the difference?</p>
<p>The future is in the cloud. Whether this &#8220;cloud&#8221; means Chrome OS remains to be seen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=450&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2010/12/14/chrome-os-shooting-for-consumers-or-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://cloudenterprise.files.wordpress.com/2010/12/chrome-os-logo.png" medium="image">
			<media:title type="html">chrome-os-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud track announced for TEC 2011</title>
		<link>http://cloudenterprise.info/2010/10/26/cloud-track-announced-for-tec-2011/</link>
		<comments>http://cloudenterprise.info/2010/10/26/cloud-track-announced-for-tec-2011/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 23:05:39 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[The Experts Conference]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=443</guid>
		<description><![CDATA[What do enterprise IT architects need to know about the Cloud? What is the difference between SAML and OAuth? Can you really host an AD domain controller in the cloud? How do you enable single sign-on (SSO) between Active Directory and Salesforce.com? Microsoft&#8217;s Office 365 or Google Apps? What is the state of art for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=443&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theexpertsconference.com"><img class="alignleft size-full wp-image-445" title="TEC2011_170x40_Microsoft_Tech" src="http://cloudenterprise.files.wordpress.com/2010/10/tec2011_170x40_microsoft_tech.jpg?w=480" alt="The Experts Conference 2011: Advanced Training on Cloud Technologies for Enterprise IT Architects"   /></a>What do enterprise IT architects need to know about the Cloud? What is the difference between <a class="zem_slink" title="Security Assertion Markup Language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Security_Assertion_Markup_Language">SAML</a> and <a class="zem_slink" title="OAuth" rel="homepage" href="http://oauth.net">OAuth</a>? Can you really host an AD <a class="zem_slink" title="Domain controller" rel="wikipedia" href="http://en.wikipedia.org/wiki/Domain_controller">domain controller</a> in the cloud? How do you enable single sign-on (<a class="zem_slink" title="Swiss Space Office" rel="wikipedia" href="http://en.wikipedia.org/wiki/Swiss_Space_Office">SSO</a>) between <a class="zem_slink" title="Active Directory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Active_Directory">Active Directory</a> and Salesforce.com? <a href="http://office365.microsoft.com">Microsoft&#8217;s Office 365</a> or <a class="zem_slink" title="Google Apps" rel="homepage" href="http://www.google.com/apps/">Google Apps</a>? What is the state of art for security and compliance in the cloud?</p>
<p>These are just some of the questions which are probably going to be discussed at<a href="http://www.theexpertsconference.com"> The Experts Conference 2011</a> in <strong>Las Vegas, April 17-20 2011</strong>.</p>
<p>If these questions are relevant to you &#8211; <a href="http://www.theexpertsconference.com/us/2011/">register today and get the early bird discounts</a>.</p>
<p>If you are an industry expert <strong>willing to present</strong> at the event on one of the topics I listed above or a related cloud topic -<a href="http://www.theexpertsconference.com/us/2011/call-for-papers-extension/"> you still have a few days to submit a session proposal here</a>. You can also contact me for more information or assistance in submitting your session proposal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/443/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=443&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2010/10/26/cloud-track-announced-for-tec-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://cloudenterprise.files.wordpress.com/2010/10/tec2011_170x40_microsoft_tech.jpg" medium="image">
			<media:title type="html">TEC2011_170x40_Microsoft_Tech</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud with an eagle eye</title>
		<link>http://cloudenterprise.info/2010/10/21/cloud-with-an-eagle-eye/</link>
		<comments>http://cloudenterprise.info/2010/10/21/cloud-with-an-eagle-eye/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 22:17:47 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Quest OnDemand]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Quest Software]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SEIM]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=440</guid>
		<description><![CDATA[Cloud can make your environment *more* secure. A new cloud service alerts IT pros when specific events happen in their environment. For example, you might want to receive an email when a sensitive resource gets accessed, certain permissions get granted, membership for a privileged group gets changed and so on. This all is now part of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=440&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cloud can make your environment <strong>*more*</strong> secure. A new cloud service alerts IT pros when specific events happen in their environment. For example, you might want to receive an email when a sensitive resource gets accessed, certain permissions get granted, membership for a privileged group gets changed and so on. This all is now part of the <a href="http://www.quest.com/ondemand-log-management/">Quest OnDemand Log Management service</a> &#8211; just watch this two-minute video to see how it works:</p>
<span style="text-align:center; display: block;"><a href="http://cloudenterprise.info/2010/10/21/cloud-with-an-eagle-eye/"><img src="http://img.youtube.com/vi/C6iiTfYs_ls/2.jpg" alt="" /></a></span>
<p><em>(Full disclosure: I work for Quest Software and participate in our Quest OnDemand efforts.)</em></p>
<p>What&#8217;s best is that this is a cloud service &#8211; so no local deployment or additional infrastructure is required. You can just go to the website, sign-up for a free trial, download a small agent, and start getting alerts for the events you care about!</p>
<p>Cloud is good for you! <a href="http://www.quest.com/ondemand-log-management/">Sign-up for a free trial now</a> and have the cloud help you keep your environment secure.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=440&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2010/10/21/cloud-with-an-eagle-eye/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud or On-Premise: Which is more secure?</title>
		<link>http://cloudenterprise.info/2010/10/15/cloud-or-on-premise-which-is-more-secure/</link>
		<comments>http://cloudenterprise.info/2010/10/15/cloud-or-on-premise-which-is-more-secure/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 19:03:35 +0000</pubDate>
		<dc:creator>Dmitry Sotnikov</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data breach]]></category>
		<category><![CDATA[Data security]]></category>
		<category><![CDATA[Data theft]]></category>

		<guid isPermaLink="false">http://cloudenterprise.info/?p=426</guid>
		<description><![CDATA[It bugs me that for some irrational reason there is still a common-sense believe that data is more protected when kept in someone&#8217;s own datacenter and not with a trusted cloud provider. US Department of Health and Human Services (HHS) has just published data on past year data breaches in the medical industry. These only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=426&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://commons.wikimedia.org/wiki/File:DHHS2_by_Matthew_Bisanz.JPG"><img class="alignleft" title="The Department of Health and Human Services headquarters by the National Mall, image from wikipedia" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/73/DHHS2_by_Matthew_Bisanz.JPG/120px-DHHS2_by_Matthew_Bisanz.JPG" alt="The Department of Health and Human Services headquarters by the National Mall, image from wikipedia" width="120" height="67" /></a>It bugs me that for some irrational reason there is still a common-sense believe that data is more protected when kept in someone&#8217;s own datacenter and not with a trusted cloud provider.</p>
<p><a href="http://www.hhs.gov">US Department of Health and Human Services (HHS)</a> has just published <a href="http://www.hhs.gov/ocr/privacy/hipaa/administrative/breachnotificationrule/breachtool.html">data on past year data breaches in the medical industry</a>. These only include breaches affecting 500 or more individuals and reaching the “harm” threshold defined by the current rules. Yet, there <strong>166 </strong>of those affecting the total of <strong>4,905,768</strong> patients.</p>
<p>PHIPrivacy.net does a good job <a href="http://www.phiprivacy.net/?p=4182">analyzing the breach data</a>, and you can see that even in the industry which is highly regulated and paranoid about data security and privacy &#8211; data being stored locally is getting stolen or lost all the time.</p>
<p>Compare that to a cloud provider (pick any cloud service which you like: <a href="http://Salesforce.com">Salesforce.com</a>, <a href="http://www.microsoft.com/online/business-productivity.aspx">Microsoft BPOS</a>, <a href="http://aws.amazon.com/">Amazon</a>, <a class="zem_slink" title="Google Apps" rel="homepage" href="http://www.google.com/apps/">Google Apps</a>, <a href="http://www.quest.com/ondemand/">Quest OnDemand</a>) &#8211; have you heard of 166 breaches for any of those? There are good reasons why you have not:</p>
<ul>
<li><strong>High security standards of the datacenters</strong>: a lot of these are compliant with <strong><a class="zem_slink" title="Statement on Auditing Standards No. 70: Service Organizations" rel="wikipedia" href="http://en.wikipedia.org/wiki/Statement_on_Auditing_Standards_No._70%3A_Service_Organizations">SAS 70</a> Type I and Type II</strong> and <strong><a class="zem_slink" title="ISO/IEC 27001" rel="wikipedia" href="http://en.wikipedia.org/wiki/ISO/IEC_27001">ISO/IEC 27001:2005</a></strong> &#8211; does your datacenter get formally certified that high?</li>
<li><strong>Clear <a class="zem_slink" title="Separation of duties" rel="wikipedia" href="http://en.wikipedia.org/wiki/Separation_of_duties">segregation of duties</a></strong>: people running the datacenter are not your employees, they have no idea what kind of data is getting stored by who and no vested interest in seeing that data,</li>
<li><strong><a href="http://en.wikipedia.org/wiki/Needle_in_a_haystack">Needle in a haystack</a> effect</strong>: public clouds have multiple customers, so even if a squad of ninjas attack the datacenter and manage to steel a harddrive it will just have some bits from data from various customers in format specific to a particular application and probably encrypted &#8211; making the whole exersize completely meaningless,</li>
<li><strong>No local device data</strong>: your local laptops or mobile devices only work with remote cloud data &#8211; so if the device gets lost or stolen you loose the device, not the data.</li>
<li><strong>Security is in the cloud business model</strong>: for any credible SaaS vendor security is number one concern (see for example <a href="http://www.quest.com/ondemand/security.aspx">Quest OnDemand security FAQ</a>). They implement specific security measures such as data isolation, audit trails, and so on.</li>
</ul>
<p>It is just incredibly hard and costly to set all these measures and maintain them, and I find it hard to see how (apart from really select few companies) these days will have the resources to provide that level of protection and security for on-premise systems. Cloud makes things <em>more</em> secure. Cloud is good for you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cloudenterprise.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cloudenterprise.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cloudenterprise.wordpress.com/426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cloudenterprise.info&amp;blog=4988729&amp;post=426&amp;subd=cloudenterprise&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cloudenterprise.info/2010/10/15/cloud-or-on-premise-which-is-more-secure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecc57e2c1be48013620bf85fb983dbf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dmitrysotnikov</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/7/73/DHHS2_by_Matthew_Bisanz.JPG/120px-DHHS2_by_Matthew_Bisanz.JPG" medium="image">
			<media:title type="html">The Department of Health and Human Services headquarters by the National Mall, image from wikipedia</media:title>
		</media:content>
	</item>
	</channel>
</rss>
