<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; EC2 Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>We Don&#8217;t Need Cloud Standards (Yet)</title>
		<link>http://blog.fosketts.net/2009/09/16/cloud-services-standards/</link>
		<comments>http://blog.fosketts.net/2009/09/16/cloud-services-standards/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:03:02 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[CloudLoop]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Nirvanix]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RightScale]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SNIA]]></category>
		<category><![CDATA[Terremark]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2312</guid>
		<description><![CDATA[Championing "open" and calling for standards has become the first stalling action by late-movers in technology spaces. They see opportunity passing by and try to hold back progress and FUD the market by yelling about proprietary solutions, vendor lock-in, and a lack of standards. Many well-intentioned IT folks follow along: After all, who doesn't want openness, standardization, and interoperability?]]></description>
			<content:encoded><![CDATA[<p>Championing &#8220;open&#8221; and calling for standards has become the first stalling action by late-movers in technology spaces. They see opportunity passing by and try to hold back progress and FUD the market by yelling about proprietary solutions, vendor lock-in, and a lack of standards. Many well-intentioned IT folks follow along: After all, who doesn&#8217;t want openness, standardization, and interoperability?</p>
<p>But cloud services are different.<span id="more-2312"></span> Seriously! <strong>Cloud services don&#8217;t need standards</strong> because:</p>
<ol>
<li><strong>Cloud services are still rapidly evolving</strong> &#8211; No one knows how they will look in a year, let alone a decade, and a premature standard will be worthless. Similarly, it&#8217;s not at all clear what use cases will eventually win out, and <strong>usage should drive interfaces</strong>, not the other way around.</li>
<li><strong>Cloud services are many and varied</strong> &#8211; It&#8217;s incredibly hard to come up with a reasonably-complete standard programming API or management platform when each vendor&#8217;s offering is radically different. <strong>Standards must follow the 80/20 rule</strong>, but today&#8217;s cloud offerings are only about 20% similar.</li>
<li><strong>(Real) cloud systems are open already</strong> &#8211; The whole point of the public cloud is to leverage existing open standards for access (IP/HTTP) and any worthwhile service already has a freely-usable REST-like API. Cloud services are engineered to be programmable and open, so <strong>the only lock-in is in how you use the cloud</strong>.</li>
</ol>
<p>We can&#8217;t even agree on terminology at this point. Is data storage as a service <a href="http://www.snia.org/tech_activities/publicreview/CDMI_Spec_v08.pdf"  target="_blank">DaaS</a> (as SNIA says) or <a href="http://communities.netapp.com/people/garcia/blog/tags/staas"  target="_blank">STaaS</a> (as NetApp says)? How do you define public, private, and hybrid cloud? And what is cloud anyway? Cloud computing is <a href="http://blog.gardeviance.org/2009/09/cloud-computing-standards-war.html"  target="_blank">not a war</a>, it&#8217;s a <a href="http://www.rationalsurvivability.com/blog/?p=1316"  target="_blank">fantastically exciting race</a> to deliver value!</p>
<h3>Open for Business</h3>
<p>I&#8217;d like to return for a moment to that last point: <strong>The key element I&#8217;ve seen in most interesting cloudy products is programmability</strong>. Service providers publish API documents outlining the inputs, processing, and outputs for their systems and developers and end users create applications that leverage these. The best of these APIs use the concept of REST, delivering services through extremely simple and self-contained HTTP calls. This barely even rises to the level of software coding (and thus isn&#8217;t a true API) and is the hallmark of the cloud.</p>
<p><strong>These systems are wide open</strong>: You can explore their interfaces, discovering new ways to use the them that were never intended. The same process accompanies all Internet systems, from RSS and Atom to Yahoo Finance. Just as one can rapidly migrate from Yahoo to Google by <a rel="nofollow" href="http://computerprogramming.suite101.com/article.cfm/google_yahoo_finance_and_rebol_programming"  target="_blank">substituting a few URLs and parameters</a>, so too can one move between cloud platforms.</p>
<p>Note that certain cloud systems lend themselves more to this kind of mobility. Once cannot move virtual machines from Amazon EC2 to Rackspace or Terremark because the underlying hypervisor technology is different. But even here companies like <a href="http://www.rightscale.com/"  target="_blank">RightScale</a> are stepping in to enable mobility.</p>
<p>When it comes to cloud storage services, <strong>the major players&#8217; interfaces are open enough that migrating data in and out is simply a matter of performance</strong>: Read from this one, write to that one, and wait until the process is done. I am not a programmer and yet I was able to port an application from S3 to Nirvanix in just a few hours using only the respective API documentation. Interfaces like <a href="http://www.cloudloop.com/"  target="_blank">CloudLoop</a> can also be leveraged to ease the movement of data.</p>
<h3>Standards When?</h3>
<p>Cloud services will eventually settle down and be standardized. I expect a workable cross-platform API for RESTful cloud storage within 24 months, for example. And one expects that the management of cloud compute instances will pass through a consistent and stable interface in that same timeframe. But these will develop as a natural part of the evolution of the systems themselves, not through some artificial &#8220;build it and they will come&#8221; standardization process.</p>
<p>There is nothing wrong with big companies sending their representatives to SNIA and DMTF meetings to talk about standardization. In fact, this is a great way to discuss ideas and begin to orient the industry. But the time for standards has not yet come, and users of cloud services have no need to wait for them. In fact, waiting for a standard will just prolong the maturation of cloud services, since <strong>real-world applications are the external pressure that forces evolutionary selection</strong>. Amazon would never have created their virtual private cloud (VPC) capability without customer input, and they will never perfect this capability if they rely only on pundits, bloggers, and product marketers.</p>
<p>Even when standards do appear, they will not eliminate per-solution APIs. Cloud service providers will continue to explore new concepts, and these will appear first in &#8220;proprietary&#8221; interfaces. Perhaps they will use entirely unique calls, or perhaps they will leverage reserved or unassigned sections of the standard, but innovation will continue. Witness the radical changes in HTML versions to date, the additions to CSS, and the wide world of browser plugins.</p>
<p>So we don&#8217;t need cloud standards yet. They will come, whether artificially pushed by committees or evolving through use, but <strong>only useful standards will survive</strong>. Isn&#8217;t that just how it should be?</p>
<blockquote><p>Note: I am employed by <a href="http://www.nirvanix.com/"  target="_blank">Nirvanix</a>, a cloud managed storage service provider, providing independent cloud strategy advice as Director of Consulting. Although this article was not created for my employer and is not intended to reflect their views, my perceptions are obviously colored by my daily work.</p>
</blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/09/22/zend-simple-cloud-api/"  rel="bookmark" class="crp_title">Zend Simple Cloud API = Freedom!</a></li><li><a href="http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/"  rel="bookmark" class="crp_title">CloudStuff Versus Stuff in the Cloud</a></li><li><a href="http://blog.fosketts.net/2009/05/19/lessons-cloud-computing-conference-expo-prague-2009/"  rel="bookmark" class="crp_title">Lessons From the Cloud Computing Conference and Expo Prague 2009</a></li><li><a href="http://blog.fosketts.net/2009/03/19/sun-cloud/"  rel="bookmark" class="crp_title">Sun Launches Their Own Cloud, But For Which Market?</a></li><li><a href="http://blog.fosketts.net/2009/04/23/cloud-slam-storage-panel/"  rel="bookmark" class="crp_title">Cloud Slam Storage Panel: This Will Be Interesting</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/09/16/cloud-services-standards/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/09/16/cloud-services-standards/">We Don&#8217;t Need Cloud Standards (Yet)</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/09/16/cloud-services-standards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CloudStuff Versus Stuff in the Cloud</title>
		<link>http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/</link>
		<comments>http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 21:12:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Barry Burke]]></category>
		<category><![CDATA[cloud compu]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[CloudCamp]]></category>
		<category><![CDATA[CloudNAS]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Jungle Disk]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mosso]]></category>
		<category><![CDATA[Nirvanix]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2134</guid>
		<description><![CDATA[This world of cloud computing sure can seem cloudy. Last night at CloudCamp Columbus, I led a session outlining the incredible differences between the diverse offerings all called cloud storage. How can companies like Amazon, Nirvanix, Rackspace, EMC, and the rest use the same name for such vastly different products? Check out these detailed posts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/wp-content/uploads/2009/06/logo_cloudcamp.png" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-2053" title="logo_cloudcamp" src="http://blog.fosketts.net/wp-content/uploads/2009/06/logo_cloudcamp.png" alt="logo_cloudcamp" width="308" height="70" /></a>This world of cloud computing sure can seem cloudy. Last night at CloudCamp Columbus, I led a session outlining <strong>the incredible differences between the diverse offerings all called cloud storage</strong>. How can companies like Amazon, Nirvanix, Rackspace, EMC, and the rest use the same name for such vastly different products?<span id="more-2134"></span></p>
<blockquote><p>Check out these detailed posts on cloud storage I wrote for my other blog, <a href="http://developer.nirvanix.com/blogs/strategies/default.aspx"  target="_blank">Enterprise Storage Strategies</a>:</p>
<ul>
<li><a href="http://developer.nirvanix.com/blogs/strategies/archive/2009/06/29/cloud-storage-storage-in-the-cloud-and-cloudy-storage-systems.aspx" >Cloud Storage, Storage in the Cloud, and Cloudy Storage Systems</a></li>
<li><a href="http://developer.nirvanix.com/blogs/strategies/archive/2009/06/19/what-makes-cloud-storage-different-from-traditional-san-and-nas.aspx" >What Makes Cloud Storage Different from Traditional SAN and NAS?</a></li>
</ul>
</blockquote>
<p>Eventually, it dawned on me: <strong>There&#8217;s a big difference between real cloudstuff and plain old stuff in the cloud!</strong></p>
<p>Lots of cloud computing offerings are <strong>startlingly conventional</strong>. They&#8217;re plain-jane IT infrastructure just like we all have today: Virtual servers, storage, and databases. Strip away the management API and self-service model and Amazon <a rel="nofollow" href="http://aws.amazon.com/ec2/"  target="_blank">EC2</a> and <a rel="nofollow" href="http://aws.amazon.com/ebs/"  target="_blank">EBS</a> looks an awful lot like the Xen-based virtual server infrastructure you might find at any old IT shop. The same goes for Rackspace&#8217;s <a href="http://www.rackspacecloud.com/cloud_hosting_products/servers"  target="_blank">Mosso Cloud Servers</a>: They&#8217;re extremely similar to Rackspace&#8217;s <a href="http://www.slicehost.com/"  target="_blank">Slicehost virtual private servers</a>!</p>
<p>This isn&#8217;t all bad, of course. As I discussed with EMC&#8217;s <a rel="nofollow" href="http://thestorageanarchist.typepad.com/"  target="_blank">Barry Burke</a> last week, <strong>you can theoretically run your ERP application on EC2</strong> without major gyrations. Try that with <a rel="nofollow" href="http://www.microsoft.com/azure/default.mspx"  target="_blank">Microsoft Azure</a> or <a rel="nofollow" href="http://code.google.com/appengine/"  target="_blank">Google App Engine</a>! And the management layers, especially those from companies like <a href="http://www.rightscale.com/"  target="_blank">RightScale</a>, turn these run-of-the-mill parts into something really extraordinary! VMware&#8217;s vCloud concept really hammers home this evolution-not-revolution mindset.</p>
<p><strong>Real cloudstuff is completely different</strong>. Comparing a Xen instance running Linux on some disk (a-la EC2) to a programmable platform like Azure is problematic. Just about the only thing they have in common (apart from the cloud name) is the fact that they&#8217;re hosted on multi-tenant servers and offered to the public on a pay-per-usage model. Cloudstuff is the IT revolution that application developers have dreamed of!</p>
<p>Of course, <strong>the problem with whole-cloth reinvention is that it&#8217;s slow to take hold</strong>. Although net-new apps can be built to take advantage of full-on cloud infrastructure today, it will literally be a decade before the corporate IT applications we all rely on will run there. The early adopters will be companies like Microsoft and Google, who have a vested interest in seeing the concept succeed and the development muscle to make it happen.</p>
<p>Then there are <strong>the bridges between today&#8217;s world and this cloudstuff future</strong>. Consider applications like <a href="http://www.nirvanix.com/products-services/standard-based-access/index.aspx"  target="_blank">Nirvanix CloudNAS</a> and <a href="http://www.jungledisk.com/"  target="_blank">Jungle Disk</a>: They hide the complexity of API-driven cloud storage behind the familiar face of file server or backup application. Once the data is loaded, cloud-aware applications can access it. <strong>This is where the magic happens!</strong></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/03/19/sun-cloud/"  rel="bookmark" class="crp_title">Sun Launches Their Own Cloud, But For Which Market?</a></li><li><a href="http://blog.fosketts.net/2009/09/22/zend-simple-cloud-api/"  rel="bookmark" class="crp_title">Zend Simple Cloud API = Freedom!</a></li><li><a href="http://blog.fosketts.net/2009/04/23/enterprise-storage-strategies-blog/"  rel="bookmark" class="crp_title">Introducing the Enterprise Storage Strategies Blog</a></li><li><a href="http://blog.fosketts.net/2009/07/24/boston-folks-cloudcamp/"  rel="bookmark" class="crp_title">Boston Folks: Come to CloudCamp!</a></li><li><a href="http://blog.fosketts.net/2010/02/01/commvault-cloud-storage-seat-adult-table/"  rel="bookmark" class="crp_title">CommVault Gives Cloud Storage A Seat At The Adult Table</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/">CloudStuff Versus Stuff in the Cloud</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sun Launches Their Own Cloud, But For Which Market?</title>
		<link>http://blog.fosketts.net/2009/03/19/sun-cloud/</link>
		<comments>http://blog.fosketts.net/2009/03/19/sun-cloud/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 14:43:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Jungle Disk]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mosso]]></category>
		<category><![CDATA[Nirvanix]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[VDC]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1579</guid>
		<description><![CDATA[While the bulk of Sun-related news this week relates to reported talks of a buyout by IBM, the company took a break from negotiations to introduce their own cloud computing and storage infrastructure, challenging Amazon, Google, Rackspace, and perhaps VMware, Microsoft, and Nirvanix.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1580" class="wp-caption alignright" style="width: 228px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/03/sun-cloud.jpg" ><img class="size-medium wp-image-1580 " title="sun-cloud" src="http://blog.fosketts.net/wp-content/uploads/2009/03/sun-cloud-272x300.jpg" alt="Sun is getting into the cloud services business, but which market is their target?" width="218" height="240" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Sun is getting into the cloud services business, but which market is their target?</p></div>
<p>While the bulk of Sun-related news this week relates to reported talks of a <a rel="nofollow" href="http://online.wsj.com/article/SB123742081606578475.html?mod=googlenews_wsj"  target="_blank">buyout by IBM</a>, the company took a break from negotiations to introduce their own <a href="http://www.infoworld.com/article/09/03/17/Sun_enters_the_cloud_1.html"  target="_blank">cloud computing and storage infrastructure</a>, challenging Amazon, Google, Rackspace, and perhaps VMware, Microsoft, and Nirvanix.</p>
<p>Sun is leveraging the assets they <a href="http://gigaom.com/2009/01/08/for-sun-q-layer-is-a-smart-buy/"  target="_blank">acquired</a> from <a href="http://www.sun.com/software/q-layer/"  target="_blank">Q-layer</a> earlier this year on top of OpenSolaris, MySQL, ZFS, and just about everything else in their arsenal to offer <strong>their own virtual data center (VDC) strategy</strong>. The Sun Cloud will be a private (inside the firewall) environment offering mobility of virtual machines. Q-layer had partnerships with both VMware and Microsoft and functioned with Windows, OpenSolaris, and Linux, suggesting that this will be quite a full-featured offering. Suddenly Sun&#8217;s free <a href="http://www.sun.com/third-party/global/amazon/"  target="_blank">OpenSolaris offering</a> on Amazon EC2 makes a lot more sense &#8211; it provides a gateway to take virtual computing business from the Bezos team!</p>
<p><span id="more-1579"></span></p>
<p>One very nifty angle Sun is taking is <a href="http://blogs.sun.com/jonathan/entry/unified_computing"  target="_blank">enabling VirtualBox system images</a> to be saved to (and presumably run in) their cloud. I wonder about monetization, since VirtualBox is more of a desktop virtualization system than VMware ESX and Microsoft Hyper-V, but the prospect of clicking &#8220;Upload to Cloud&#8221; is intriguing! OpenOffice will also allow cloud storage, a foil to Google Apps.</p>
<p>The Sun Cloud also includes a <strong>managed storage service</strong>. Sun apparently has three storage protocols: A proprietary Sun Cloud Storage API, WebDAV, and an object API likely leveraging Amazon&#8217;s AWS. The company claims that they are API-compatible with AWS, allowing applications written with Amazon in mind to be easily ported to their cloud storage service.</p>
<p>One key point to consider with all of this cloud talk, however, is how prepared each company is to support enterprise computing needs. Long-term viability depends on paying customers, and only the largest systems can attract enough end-user nickels and dimes to survive. Enterprise solutions are where the real money is, and questions remain about how prepared companies like Amazon, Google, and Rackspace are to support the needs of corporate users.</p>
<p>There are really <strong>three cloud markets</strong>: Shared clouds for small developers and enterprise customers and private cloud systems. <a rel="nofollow" href="http://aws.amazon.com/ec2/"  target="_blank">Amazon</a> was strong from the start with the little guys, Web 2.0 startups and end-user services like <a href="http://www.jungledisk.com/"  target="_blank">Jungle Disk</a>, and <a href="http://www.rackspace.com/solutions/cloud_hosting/index.php"  target="_blank">Rackspace/Mosso</a> and <a rel="nofollow" href="http://code.google.com/appengine/"  target="_blank">Google</a> are challenging them in this space. Sun&#8217;s focus on AWS compatibility and VirtualBox suggests that they plan to play in this sandbox.</p>
<p>But <strong>the enterprise cloud is another matter entirely</strong>. <a href="http://www.nirvanix.com/"  target="_blank">Nirvanix</a> stands strong in shared managed storage services, racking up <a href="http://www.socaltech.com/nirvanix_gets_win_in_arizona/s-0020507.html"  target="_blank">win</a> after <a href="http://searchdisasterrecovery.techtarget.com/news/article/0,289142,sid190_gci1350630,00.html"  target="_blank">win</a> with big customers. <a href="http://www.emc.com/products/detail/software/atmos.htm"  target="_blank">EMC</a>, <a href="http://www.vmware.com/technology/virtual-datacenter-os/"  target="_blank">VMware</a>, <a rel="nofollow" href="http://www.microsoft.com/azure/default.mspx"  target="_blank">Microsoft</a> and others are positioning themselves as private alternatives in this space. Will <a href="http://www.sun.com/solutions/cloudcomputing/index.jsp"  target="_blank">Sun</a> try to compete here, too? They are certainly talking about private clouds and the virtual data center, but there is a serious risk that they will lose focus trying to take on too many roles, and enterprise users won&#8217;t tolerate poor pre- and post-sales support! </p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/07/01/cloudstuff-stuff-cloud/"  rel="bookmark" class="crp_title">CloudStuff Versus Stuff in the Cloud</a></li><li><a href="http://blog.fosketts.net/2009/09/22/zend-simple-cloud-api/"  rel="bookmark" class="crp_title">Zend Simple Cloud API = Freedom!</a></li><li><a href="http://blog.fosketts.net/2010/01/12/gdrive-finally-launched/"  rel="bookmark" class="crp_title">Is GDrive Finally Being Launched?</a></li><li><a href="http://blog.fosketts.net/2009/05/19/lessons-cloud-computing-conference-expo-prague-2009/"  rel="bookmark" class="crp_title">Lessons From the Cloud Computing Conference and Expo Prague 2009</a></li><li><a href="http://blog.fosketts.net/2009/09/16/cloud-services-standards/"  rel="bookmark" class="crp_title">We Don&#8217;t Need Cloud Standards (Yet)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/03/19/sun-cloud/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/03/19/sun-cloud/">Sun Launches Their Own Cloud, But For Which Market?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/03/19/sun-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

