<?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>GigaOM &#187; Eucalyptus Systems</title>
	<atom:link href="http://gigaom.com/tag/eucalyptus-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 03:24:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Eucalyptus Systems</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>For developers, the cloud means having to rethink everything they know about making software</title>
		<link>http://gigaom.com/2013/05/19/for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software/</link>
		<comments>http://gigaom.com/2013/05/19/for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software/#comments</comments>
		<pubDate>Sun, 19 May 2013 17:30:50 +0000</pubDate>
		<dc:creator>Marten Mickos, Guest Contributor</dc:creator>
				<category><![CDATA[application development]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Marten Mickos]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=646616</guid>
		<description><![CDATA[It's not often the software world goes through a revolutionary change. But the advent of the cloud will force software developers to reevaluate – and discard – many of their most basic assumptions.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=646616&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The paradigm hasn’t changed since the advent of software: Applications run, and platforms are what they run on. But the underlying principles of application design and deployment do change every now and then – sometimes drastically, thanks to quantum-leap developments in infrastructure.</p>
<p>For instance, application design principles changed dramatically when the PC, x86 architecture, and client/server paradigm were born in the &#8217;80s. And  it happened again with the advent of the web and open-source technology in the mid &#8217;90s. Whenever such abrupt changes arise, application developers are forced to rethink how they build and deploy their software.</p>
<p>Today, we&#8217;re seeing a huge leap in infrastructure capability, this time pioneered by Amazon Web Services. It&#8217;s clear that to take full advantage of the new cloud infrastructure, applications that run successfully on AWS must be inherently different than applications that were built to run successfully on a corporate server – even a virtualized one. But there are a number of other particular ways in which today&#8217;s (and tomorrow&#8217;s) cloud applications will need to be designed differently than in the past. Here are the most crucial ones, and how the ways of the old world have been changed in the new one :</p>
<p><b>Scaling </b></p>
<p>In the old world, scaling was accomplished by scaling up – to accommodate more users or data, you simply bought a bigger server.</p>
<p>In the new world, scaling is typically done by scaling out. You don’t add a bigger machine, you add multiple machines of the same sort. In the cloud world, those machines are virtual machines, and their instantiations in the cloud are instances.</p>
<p><b>Resilience </b></p>
<p>Before, software was seen as unreliable, and resilience was built into the hardware layer.</p>
<p>Today, the underlying infrastructure – the hardware – is seen as the weak link, and it is up to applications to accommodate for this. There is no guarantee that a virtual machine instance will always function. It can disappear at any moment and the application must be prepared for this.</p>
<p>By way of example, Netflix, arguably the most advanced user of the cloud today, has gone the farthest in adopting this new paradigm. They have a process called ChaosMonkey that randomly kills virtual machine instances from underneath the application workloads. Why on earth do they do this on purpose? Because they are ensuring uptime and resilience: By exposing their applications to random loss of instances, they force application developers to build more resilient apps. Brilliant.</p>
<p><b>Bursting</b></p>
<p>In the old world – think accounting and payroll applications – the application workload was reasonably stable and predictable. It was known how many users a system had, and how many records they were likely to process at any given moment.</p>
<p>In the new world, we see variable and unpredictable workloads. Today&#8217;s software systems have to reach farther out in the world, to consumers and devices that demand services at unpredictable moments and unpredictable loads. To accommodate such unforeseen fluctuations in individual application workloads required a new software architecture. We now have it in the cloud, but clearly it is still in its infancy.</p>
<p><b>Software variety</b></p>
<p>In the past we didn’t have much software variety. Each application was written in one language and used one database. Companies standardized on a single, or at least very few operating systems. The software stack was boringly simple and uniform (at least now in retrospect).</p>
<p>In the new world of cloud, the opposite is happening. Within a single application, many different languages can be used, many different libraries and toolkits can be employed, and many different database products can be used. And because in a cloud you can create and spin up your own image, tailored to your and your application’s specific needs, applications within one company must be able to operate under a spectrum of configurations.</p>
<p><b>From VM to cloud </b></p>
<p>Even between the relatively new technology of hypervisors and the modern cloud thinking, there are differences. VMware, the pioneer and leader in virtualization, built its hypervisors to essentially behave the way physical machines did before.</p>
<p>But in the cloud world, the virtual machine is not a representation of a physical server; it&#8217;s a representation of units of compute. (Steve Bradshaw<a href="http://www.eucalyptus.com/blog/2012/09/12/teaching-old-dog-new-tricks-lessons-moving-vmware-vsphere-eucalyptus"> wrote about this topic </a>in depth.)</p>
<p><b>User patience</b></p>
<p>In the old world, users were taught to be patient. The system may have needed a long time to respond to simple retrieval or update requests, and new features were added slowly to the application (if at all).</p>
<p>In the new cloud world, users have no patience. They hardly tolerate latency or wait times, and they look for improvements in the service every week, if not every day. Evidence of this can be found in self-service IT. Rather than file a ticket with IT and wait for a response several days later, users of IT can self-provision the resources they need.</p>
<p>Do these observations rhyme with what you are experiencing and taking action on in your organization? I look forward to comments and debate on this topic.</p>
<p><i>Marten Mickos is the CEO of Eucalyptus Systems. He previously served as CEO of MySQL AB, which was acquired by Sun Microsystems. </i><i>He is a member of the board of directors of Nokia.</i></p>
<p><i>Have an idea for a post you’d like to contribute to GigaOm? Click </i><a href="http://gigaom.com/2012/11/28/have-an-idea-for-a-great-guest-post-heres-what-you-need-to-know/"><i>here for our guidelines</i></a><i> and contact info.</i></p>
<p><em>Photo courtesy of <a id="portfolio_link" href="http://www.shutterstock.com/gallery-63431p1.html">Mike Flippo</a>/Shutterstock.com.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=646616&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=457364"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=457364" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=646616+for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=646616+for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software&utm_content=gigaguest">Infrastructure Q1: Cloud and big data woo enterprises</a></li><li><a href="http://pro.gigaom.com/2010/10/what-enterprise-software-vendors-could-learn-from-the-consumer-space/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=646616+for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software&utm_content=gigaguest">What Enterprise Software Vendors Could Learn from the Consumer Space</a></li><li><a href="http://pro.gigaom.com/2012/10/continuous-delivery-and-the-world-of-devops/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=646616+for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software&utm_content=gigaguest">Continuous delivery and the world of devops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/05/19/for-developers-the-cloud-means-having-to-rethink-everything-they-know-about-making-software/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/05/shutterstock_78500233.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/05/shutterstock_78500233.jpg?w=150" medium="image">
			<media:title type="html">garbage trash</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t look to Europe to create an Amazon rival</title>
		<link>http://gigaom.com/2012/10/17/dont-look-to-europe-to-create-an-amazon-rival/</link>
		<comments>http://gigaom.com/2012/10/17/dont-look-to-europe-to-create-an-amazon-rival/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 11:17:07 +0000</pubDate>
		<dc:creator>Ryan Kim</dc:creator>
				<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Structure Europe 2012]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=574475</guid>
		<description><![CDATA[Trying to come up with an Amazon of Europe is going to be hard work, said Marten Mickos, the CEO of Eucalyptus Systems. The continent has a number of issues to deal with including inertia and resistance to change. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=574475&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Amazon is trying to be the <a href="http://gigaom.com/cloud/amazons-vogels-cloud-is-the-resource-model-for-todays-uncertain-economy/">Amazon of Europe</a>. But could a <a href="http://gigaom.com/cloud/will-there-be-an-amazon-of-europe/">homegrown cloud player take that title</a>? It’s not going to be easy, said Marten Mickos, the CEO of Eucalyptus Systems at the <a href="http://event.gigaom.com/structureeurope/?utm_source=cloud&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=574475+dont-look-to-europe-to-create-an-amazon-rival&amp;utm_content=oryankim">GigaOM Structure Europe conference.</a></p>
<p>Mickos said Europe has some advantages thanks to its 500 million Internet users and population density, which helps with latency. And there are pockets of cloud innovation in the Netherlands, Germany, Scandinavia and even Spain. But he said Europe also struggles with its own set of issues.</p>
<p>“But then you have all of the inertia in this continent and resistance to change and a refusal to acknowledge some changes that are happening in the world,” he said.</p>
<p>Competing with Amazon overall is hard work, he said, especially considering that Amazon has been working on the cloud for six years. A new global competitor might be more likely out of China, which has four times the number of Internet users than the US.</p>
<p>“That’s a fundamental number that drives cloud adoption,” Mickos said.</p>
<p>Europe also doesn’t have a history of creating a pan-European competitor. In most cases, companies look to go global instead of focusing on Europe, Mickos said. That’s why you see more American companies with pan-European products.</p>
<p>But with startups and fast-growing companies emerging in Europe, it’s likely to propel home-grown cloud development. But it may be that Europe develops mobile clouds faster, said Mickos.</p>
<p>Check out <a href="http://gigaom.com/cloud/structure-europe-2012-live-coverage/">the rest of our Structure Europe 2012 live coverage here</a>, and a video recording of the session follows below.</p>
<p><iframe src="http://new.livestream.com/accounts/74987/events/1598042/videos/4946574/player?autoPlay=false&amp;height=360&amp;mute=false&amp;width=640" width="640" height="360" frameborder="0" scrolling="no"></iframe></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=574475&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=520849"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=520849" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=574475+dont-look-to-europe-to-create-an-amazon-rival&utm_content=oryankim">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/12/will-cloud-computing-push-the-bric-market-to-the-front/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=574475+dont-look-to-europe-to-create-an-amazon-rival&utm_content=oryankim">Will cloud computing push the BRIC market to the front?</a></li><li><a href="http://pro.gigaom.com/2010/12/google-and-the-ghost-of-silicon-valley-past/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=574475+dont-look-to-europe-to-create-an-amazon-rival&utm_content=oryankim">Google and the Ghost of Silicon Valley Past</a></li><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=574475+dont-look-to-europe-to-create-an-amazon-rival&utm_content=oryankim">Infrastructure Q1: Cloud and big data woo enterprises</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/10/17/dont-look-to-europe-to-create-an-amazon-rival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/10/jdb_se_srgb-4239.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/10/jdb_se_srgb-4239.jpg?w=150" medium="image">
			<media:title type="html">Marten Mickos at Structure 2012</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/81c4fca1b2d82a7fb9c8657de52386d1?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">oryankim</media:title>
		</media:content>
	</item>
		<item>
		<title>Infrastructure Q1: Cloud and big data woo enterprises</title>
		<link>http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/</link>
		<comments>http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 06:55:04 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/jomaitland/" rel="author">Jo Maitland</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Apache Software Foundation]]></category>
		<category><![CDATA[apache-hadoop]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[appsembler]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[AWS Storage Gateway]]></category>
		<category><![CDATA[aws-s3]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[BigInsights]]></category>
		<category><![CDATA[BMC Software]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[CDN.]]></category>
		<category><![CDATA[Cedexis]]></category>
		<category><![CDATA[Chef]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Citrix Systems]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloudability]]></category>
		<category><![CDATA[Cloudera]]></category>
		<category><![CDATA[cloudsnap]]></category>
		<category><![CDATA[CloudStack]]></category>
		<category><![CDATA[Commendo]]></category>
		<category><![CDATA[conductrics]]></category>
		<category><![CDATA[data compression]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[data scientists]]></category>
		<category><![CDATA[data warehousing]]></category>
		<category><![CDATA[deduplication]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Dice.com]]></category>
		<category><![CDATA[DynamoDB]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[emergent-one]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[etl]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[fisher-price]]></category>
		<category><![CDATA[flomio]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Cloud Storage]]></category>
		<category><![CDATA[Greenplum]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[health care]]></category>
		<category><![CDATA[Hewlett-Packard]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[hybrid clouds]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Indeed.com]]></category>
		<category><![CDATA[infochimps]]></category>
		<category><![CDATA[infrastructure as a service]]></category>
		<category><![CDATA[ipo]]></category>
		<category><![CDATA[ipos]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lightwire]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[M2M]]></category>
		<category><![CDATA[machine-to-machine]]></category>
		<category><![CDATA[Mapr]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Mortar Data]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Newvem]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Opera Solutions]]></category>
		<category><![CDATA[Opscode]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[pig]]></category>
		<category><![CDATA[Pivotal Labs]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[private clouds]]></category>
		<category><![CDATA[Public Clouds]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[RainStor]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[SEC]]></category>
		<category><![CDATA[simple-workflow-service]]></category>
		<category><![CDATA[SimpleDB]]></category>
		<category><![CDATA[simplyhired-com]]></category>
		<category><![CDATA[software as a service]]></category>
		<category><![CDATA[solid-state drives]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ssds]]></category>
		<category><![CDATA[stackiq]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[sungard]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[Tivoli]]></category>
		<category><![CDATA[toolsets]]></category>
		<category><![CDATA[uptime-software]]></category>
		<category><![CDATA[Violin Memory]]></category>
		<category><![CDATA[virtustream]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[xstream]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=104861</guid>
		<description><![CDATA[This quarter saw Amazon Web Services finally relaxing its public-cloud-only stance and launching services to support hybrid-cloud deployments. Meanwhile, Hadoop players moved to make their platforms more accessible to mainstream BI analysts and database administrators. A new quarterly report analyzes these trends and provides a near-term outlook.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=512511&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>With enterprises now open to hybrid clouds, Amazon Web Services finally relaxed its rigid public-cloud-only stance and launched services to support hybrid-cloud deployments in the first quarter of 2012. On the big data front, the Hadoop players realized very few companies have teams of systems engineers to learn MapReduce. This has meant adding support for SQL and integrating Hadoop with existing data-management tools and systems. In other words, Hadoop has grown up and is now being taken seriously by companies like Oracle and Microsoft. This quarterly report examines these trends as well the exciting M&amp;A and IPO news in this arena. It also includes a near-term outlook for the next 12–18 months.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=512511&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=889427"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=889427" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=512511+infrastructure-q1-cloud-and-big-data-woo-the-enterprise&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=512511+infrastructure-q1-cloud-and-big-data-woo-the-enterprise&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2012/07/cloud-and-data-second-quarter-2012-analysis-and-outlook-2/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=512511+infrastructure-q1-cloud-and-big-data-woo-the-enterprise&utm_content=gigaedit">Takeaways from the second quarter in cloud and data</a></li><li><a href="http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=512511+infrastructure-q1-cloud-and-big-data-woo-the-enterprise&utm_content=gigaedit">Amazon’s DynamoDB: rattling the cloud market</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" medium="image">
			<media:title type="html">gigaompromasterimagecloud</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon, Eucalyptus team up for just don&#8217;t call it a hybrid cloud</title>
		<link>http://gigaom.com/2012/03/22/amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid/</link>
		<comments>http://gigaom.com/2012/03/22/amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 07:01:16 +0000</pubDate>
		<dc:creator>Om Malik</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Jeff Bezos]]></category>
		<category><![CDATA[Marten Mickos]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=502357</guid>
		<description><![CDATA[Amazon and Eucalyptus announced a partnership that gives corporate customers a chance to bridge their private clouds with Amazon's cloud that includes services such as S3 and EC2. It is a sign that Jeff Bezos' company is aggressively moving to keep competition at bay. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=502357&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On paper it looks like one of those strategic agreements that large companies sign-up with small startups. But if you look close enough, you will find that by forging a partnership with Santa Barbara, Calif.-based Infrastructure as a service (IaaS) provider, <a href="http://www.eucalyptus.com/">Eucalyptus Systems</a>, Amazon.com&#8217;s web services division is making a masterful move to dominate the cloud market. As part of the agreement, Amazon will allow Eucalyptus to use its &#8220;api&#8221; to connect Amazon&#8217;s cloud services with the private clouds set-up by large companies.</p>
<p>From the press release:</p>
<blockquote><p>….an agreement that enables customers to more efficiently migrate workloads between their existing data centers and AWS while using the same management tools and skills across both environments. As part of this agreement, AWS will support Eucalyptus as they continue to extend compatibility with AWS APIs and customer use cases. Customers can run applications in their existing datacenters that are compatible with popular Amazon Web Services such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).</p></blockquote>
<div id="attachment_366228" class="wp-caption alignright" style="width: 310px"><a href="http://gigaom.com/?attachment_id=366228"><img  title="Marten Mickos - CEO, Eucalyptus Systems - Future of Cloud panel at Structure 2011" src="http://gigaom2.files.wordpress.com/2011/06/1z5o2323.jpg?w=300&#038;h=200" alt="Marten Mickos - CEO, Eucalyptus Systems - Future of Cloud panel at Structure 2011" width="300" height="200" class="size-medium wp-image-366228" /></a><p class="wp-caption-text">Marten Mickos, CEO, Eucalyptus Systems @ the Future of Cloud panel at Structure 2011.</p></div>
<p>Eucalyptus CEO Marten Mickos who happened to be in New York met with me briefly (I am at our Structure Data conference) and the beaming smile on this said it all. It was clearly a big shot in the arm for his company that started to face competition from many different quarters including the strong efforts of the Open Stack companies.</p>
<p>While the idea of a hybrid <del>crowd</del> cloud&#8211; one that marries public clouds such as Amazon Web Services with private or company owned clouds &#8211; has gained popularity, Amazon has been steadfast in its views on what it deems to be the cloud. The Seattle-based retailer believes that cloud is essentially what it sells as S3, EC2 and other related services.</p>
<p>However, Amazon might be softening its stance in small doses. Before today&#8217;s news, in Janauary 2012 the company <a href="http://gigaom.com/cloud/aws-fuses-your-storage-system-with-its-cloud/">announced Storage Gateway, a way to fuse on-premise storage with its S3 service</a>. A month later, the company announced Simple Workflow Service (SWF) that blurred the boundaries between applications that ran on internal clouds and Amazon&#8217;s public cloud.</p>
<p>When asked if this was a tactical admission that Amazon needs a hybrid cloud option, Kay Kinton, a company spokesperson denied and added that is is recognition that the</p>
<blockquote><p>&#8220;integration between on-premises infrastructure and the AWS cloud is a use case that’s important to some of our customers. In addition to this integration with Eucalyptus, we’ve steadily been releasing other features that enable this integration between on-premises infrastructure and AWS, including Amazon Virtual Private Cloud (Amazon VPC), DirectConnect, and our Identity and Access Management service that many customers integrate to their on-premise identity systems.&#8221;</p></blockquote>
<p>It seems that large companies are increasingly asking more from Amazon about ways to merge their infrastructures. When I asked if an all-public cloud option was over for large enterprises, an Kinton wrote back in an email:</p>
<blockquote><p>Not at all and we believe that over time, most enterprises will not run their own datacenters and those that do will have a much smaller footprint. That said, many enterprises today have legacy applications and a good deal of investment in those legacy applications. This type of arrangement provides the added flexibility to more freely move workloads between those existing IT environments and AWS.</p></blockquote>
<p>Amazon says that &#8220;a typical scenario for using this service could be a corporation that uses AWS for disaster recovery and who will need to move workloads between AWS and Eucalyptus frequently for testing purposes.&#8221; Other scenarios include companies tapping AWS infrastructure in case of spike in demand for an application that resides on Eucalyptus.</p>
<p>The new agreement doesn&#8217;t impact cloud management console makers such as RIghtscale since &#8221;the management system built around AWS is actually assisted by having another compatible implementation of the AWS APIs.&#8221;</p>
<p>When I think about the news, the message is pretty clear: Amazon will do whatever it takes to keep growing its lead in the &#8220;cloud&#8221; market, even if it means partnering with private cloud providers such as Eucalyptus.</p>
<p>The press release:</p>
<blockquote><p><strong>Eucalyptus and Amazon Web Services partner to bring additional compatibility between AWS and on-premises IT environments</strong></p>
<p><em>AWS and Eucalyptus to make it easier for customers to migrate applications between on-premises environments and the cloud</em></p>
<p>SEATTLE, WA. – March 22, 2012 – Amazon Web Services LLC (AWS), an Amazon.com company and the leader in cloud computing (NASDAQ: AMZN), and Eucalyptus Systems, a provider of on-premises Infrastructure as a Service (IaaS) software, today announced an agreement that enables customers to more efficiently migrate workloads between their existing data centers and AWS while using the same management tools and skills across both environments.  As part of this agreement, AWS will support Eucalyptus as they continue to extend compatibility with AWS APIs and customer use cases.  Customers can run applications in their existing datacenters that are compatible with popular Amazon Web Services such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).</p>
<p>“We’re pleased to provide customers with the added flexibility to more freely move workloads between their existing IT environments and the AWS cloud,” said Terry Wise, Director of Amazon Web Services Partner Ecosystem. “Enterprises can now take advantage of a common set of APIs that work with both AWS and Eucalyptus, enabling the use of scripts and other management tools across both platforms without the need to rewrite or maintain environment-specific versions.  Additionally, customers can leverage their existing skills and knowledge of the AWS platform by using the same, familiar AWS SDKs and command line tools in their existing data centers.”</p>
<p>“We’re excited to be working more closely with AWS,” said Marten Mickos, CEO of Eucalyptus.  “The ability to develop against a common set of market-leading APIs, for both on-premise and cloud deployments, is a big benefit for our customers and software partners.  This agreement is going to accelerate our roadmap, and help us maintain our compatibility with AWS as both companies continue to innovate.”</p>
<p>“The cloud is becoming an increasingly important foundation for our data center operations, which support more than 600,000 hotel rooms under seven brands,” said Scott Johnson, Vice President of Enterprise Engineering at InterContinental Hotel Group.  “As a user of both Amazon Web Services and Eucalyptus, this agreement will provide us with even greater flexibility and scalability for our cloud deployments. We believe the ability to leverage a common set of APIs will significantly transform our operations and provide a business advantage in the competitive hospitality industry.”</p></blockquote>
<p>&nbsp;</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=502357&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=927373"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=927373" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=502357+amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid&utm_content=om">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=502357+amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid&utm_content=om">Infrastructure Q1: Cloud and big data woo enterprises</a></li><li><a href="http://pro.gigaom.com/2012/06/cloud-computing-infrastructure-2012-and-beyond/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=502357+amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid&utm_content=om">Cloud computing infrastructure: 2012 and beyond</a></li><li><a href="http://pro.gigaom.com/2012/04/aws-storage-gateway-jolts-cloud-storage-ecosystem/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=502357+amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid&utm_content=om">AWS Storage Gateway jolts cloud-storage ecosystem</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/03/22/amazon-eucalyptus-partner-for-enterprise-cloud-just-dont-call-it-a-hybrid/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/06/werner-2011.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/06/werner-2011.jpg?w=150" medium="image">
			<media:title type="html">werner 2011</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/89c6ff98059617751fcf312690965fa0?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">om</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/06/1z5o2323.jpg?w=300" medium="image">
			<media:title type="html">Marten Mickos - CEO, Eucalyptus Systems - Future of Cloud panel at Structure 2011</media:title>
		</media:content>
	</item>
		<item>
		<title>Infrastructure Q3: OpenStack and flash step into the spotlight</title>
		<link>http://pro.gigaom.com/2011/10/infrastructure-q3-openstack-and-flash-step-into-the-spotlight/</link>
		<comments>http://pro.gigaom.com/2011/10/infrastructure-q3-openstack-and-flash-step-into-the-spotlight/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 20:36:23 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/derrickharris/" rel="author">Derrick Harris</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3Crowd]]></category>
		<category><![CDATA[ActiveState]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[autonomy]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Carbonite]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[clean-data-centers]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud-computing project]]></category>
		<category><![CDATA[cloudbees]]></category>
		<category><![CDATA[concurrent-karmasphere]]></category>
		<category><![CDATA[cx]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[embrane]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Engine Yard]]></category>
		<category><![CDATA[enterprise-storage]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fusion-io]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Hewlett-Packard]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Infinera]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Joyent]]></category>
		<category><![CDATA[Kaminario]]></category>
		<category><![CDATA[kindle fire]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[National Aeronautics and Space Administration]]></category>
		<category><![CDATA[Nebula]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Nimbus Data Systems]]></category>
		<category><![CDATA[nutanix]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[OpSource]]></category>
		<category><![CDATA[orchestra]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Piston Cloud Computing]]></category>
		<category><![CDATA[Platfora]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[Public Clouds]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Regulated Industries]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SeaMicro]]></category>
		<category><![CDATA[skorpios-technologies]]></category>
		<category><![CDATA[Storm On Demand]]></category>
		<category><![CDATA[streaming video]]></category>
		<category><![CDATA[Tilera]]></category>
		<category><![CDATA[violin]]></category>
		<category><![CDATA[virtustream]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Web Infrastructure]]></category>
		<category><![CDATA[Zetta]]></category>
		<category><![CDATA[zettaset]]></category>
		<category><![CDATA[zeus-technology]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=85172</guid>
		<description><![CDATA[Last quarter we highlighted the fast maturation of the Platform-as-a-Service and big data spaces. Those two trends only picked up speed during the third quarter of 2011. Joining them on the cusp of IT greatness, though, are the OpenStack project and flash storage. The former gathered serious validation from big-name companies, while the latter saw less funding than last quarter but a significant number of product launches. Of course, the third quarter wasn’t all lollipops and rose petals. We saw new computing technologies and delivery models such as tablets wreak havoc on both HP and Cisco, and there are concerns (aren’t there always?) about how the Internet will handle our increased use of streaming video and cloud computing. Unfortunately for HP and Cisco, the latter problem might be an easier fix than the strategic woes facing them. Additional companies mentioned in this report include CloudBees, Rackspace, Engine Yard and Joyent. For a full list of companies, and to read the full report, sign up for a free trial.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=420780&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last quarter we highlighted the fast maturation of the Platform-as-a-Service and big data spaces. Those two trends only picked up speed during the third quarter of 2011. Joining them on the cusp of IT greatness, though, are the OpenStack project and flash storage. The former gathered serious validation from big-name companies, while the latter saw less funding than last quarter but a significant number of product launches. Of course, the third quarter wasn’t all lollipops and rose petals. We saw new computing technologies and delivery models such as tablets wreak havoc on both HP and Cisco, and there are concerns (aren’t there always?) about how the Internet will handle our increased use of streaming video and cloud computing. Unfortunately for HP and Cisco, the latter problem might be an easier fix than the strategic woes facing them. Additional companies mentioned in this report include CloudBees, Rackspace, Engine Yard and Joyent. For a full list of companies, and to read the full report, sign up for a free trial.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=420780&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=487932"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=487932" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=420780+infrastructure-q3-openstack-and-flash-step-into-the-spotlight&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=420780+infrastructure-q3-openstack-and-flash-step-into-the-spotlight&utm_content=gigaedit">Infrastructure Q2: Big data and PaaS gain more momentum</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=420780+infrastructure-q3-openstack-and-flash-step-into-the-spotlight&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/01/big-data-arm-and-legal-troubles-transformed-infrastructure-in-q4/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=420780+infrastructure-q3-openstack-and-flash-step-into-the-spotlight&utm_content=gigaedit">Big Data, ARM and Legal Troubles Transformed Infrastructure in Q4</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2011/10/infrastructure-q3-openstack-and-flash-step-into-the-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" medium="image">
			<media:title type="html">gigaompromasterimagecloud</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Competition for the private cloud heats up</title>
		<link>http://pro.gigaom.com/2011/09/competition-for-the-private-cloud-heats-up/</link>
		<comments>http://pro.gigaom.com/2011/09/competition-for-the-private-cloud-heats-up/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 20:00:09 +0000</pubDate>
		<dc:creator>Paul Miller</dc:creator>
				<category><![CDATA[pro-infrastructure]]></category>
		<category><![CDATA[aeolus]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud-infrastructure]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[CloudStack]]></category>
		<category><![CDATA[CloudSwitch]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[data centre]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[enterprise computing]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Marten Mickos]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[olympus]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open-core]]></category>
		<category><![CDATA[open-cores]]></category>
		<category><![CDATA[open-sources]]></category>
		<category><![CDATA[private cloud]]></category>
		<category><![CDATA[private clouds]]></category>
		<category><![CDATA[private-cloud-solution]]></category>
		<category><![CDATA[project olympus]]></category>
		<category><![CDATA[vcloud]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[VMworld]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=81083</guid>
		<description><![CDATA[Despite OpenStack’s continued growth, a combination of product updates and acquisitions from Citrix, Eucalyptus, Red Hat and VMware over the past week demonstrate that the race to become the dominant private cloud provider, as well as win over the enterprise, is far from over. Is one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=487795&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Despite OpenStack’s continued growth, a combination of product updates and acquisitions from Citrix, Eucalyptus, Red Hat and VMware over the past week demonstrate that the race to become the dominant private cloud provider, as well as win over the enterprise, is far from over. Is one of [...]</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=487795&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=82606"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=82606" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=487795+competition-for-the-private-cloud-heats-up&utm_content=cloudofdata">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/06/a-field-guide-to-cloud-computing-current-trends-future-opportunities/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=487795+competition-for-the-private-cloud-heats-up&utm_content=cloudofdata">A field guide to cloud computing: current trends, future opportunities</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=487795+competition-for-the-private-cloud-heats-up&utm_content=cloudofdata">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/07/citrix-and-vmware-strengthen-their-cloud-credentials/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=487795+competition-for-the-private-cloud-heats-up&utm_content=cloudofdata">Citrix and VMware strengthen their cloud credentials</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2011/09/competition-for-the-private-cloud-heats-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c1b4afa924d36a76027fe2be0543eeb?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">cloudofdata</media:title>
		</media:content>
	</item>
		<item>
		<title>Despite growth in open source, commercial solutions still dominate</title>
		<link>http://pro.gigaom.com/2011/07/despite-growth-in-open-source-commercial-solutions-still-dominate/</link>
		<comments>http://pro.gigaom.com/2011/07/despite-growth-in-open-source-commercial-solutions-still-dominate/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 23:57:17 +0000</pubDate>
		<dc:creator>Paul Miller</dc:creator>
				<category><![CDATA[pro-infrastructure]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Backblaze]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud-builders]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[derrick-harris]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[GigaOm]]></category>
		<category><![CDATA[Internap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NASA]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open-source-solution]]></category>
		<category><![CDATA[open-sources]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[software-space]]></category>
		<category><![CDATA[storage-device]]></category>
		<category><![CDATA[tim-nufire]]></category>
		<category><![CDATA[vcloud]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=75588</guid>
		<description><![CDATA[Open-source cloud computing project OpenStack turned one this week, and cloud backup provider Backblaze freely shared detailed specifications for a storage device capable of holding 135 terabytes of data. Open-source options for everything from servers and data centers to clouds and application platforms are growing more robust. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=380026&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Open-source cloud computing project OpenStack turned one this week, and cloud backup provider Backblaze freely shared detailed specifications for a storage device capable of holding 135 terabytes of data. Open-source options for everything from servers and data centers to clouds and application platforms are growing more robust. [...]</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=380026&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=542195"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=542195" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=380026+despite-growth-in-open-source-commercial-solutions-still-dominate&utm_content=cloudofdata">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/05/what-ubuntus-move-to-openstack-means-for-eucalyptus/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=380026+despite-growth-in-open-source-commercial-solutions-still-dominate&utm_content=cloudofdata">What Ubuntu&#8217;s Move to OpenStack Means for Eucalyptus</a></li><li><a href="http://pro.gigaom.com/2012/06/cloud-computing-infrastructure-2012-and-beyond/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=380026+despite-growth-in-open-source-commercial-solutions-still-dominate&utm_content=cloudofdata">Cloud computing infrastructure: 2012 and beyond</a></li><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=380026+despite-growth-in-open-source-commercial-solutions-still-dominate&utm_content=cloudofdata">Infrastructure Q1: Cloud and big data woo enterprises</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2011/07/despite-growth-in-open-source-commercial-solutions-still-dominate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c1b4afa924d36a76027fe2be0543eeb?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">cloudofdata</media:title>
		</media:content>
	</item>
		<item>
		<title>NEA&#8217;s Sonsini: Cloud infrastructure still king for VC cash</title>
		<link>http://gigaom.com/2011/06/15/neas-sonsini-cloud-infrastructure-still-king-for-vc-cash/</link>
		<comments>http://gigaom.com/2011/06/15/neas-sonsini-cloud-infrastructure-still-king-for-vc-cash/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 22:15:42 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[icloud]]></category>
		<category><![CDATA[New Enterprise Associates]]></category>
		<category><![CDATA[private clouds]]></category>
		<category><![CDATA[venture capital]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=362212</guid>
		<description><![CDATA[Apple's iCloud and other consumer-focused cloud efforts represent a golden opportunity for startups to raise venture capital, but it might not be from jumping on the bandwagon. According to NEA's Peter Sonsini, the key to getting VC investment is selling the infrastructure that underlies popular clouds.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=362212&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_362257" class="wp-caption alignleft" style="width: 240px"><a href="http://gigaom2.files.wordpress.com/2011/06/sonsini.jpg"><img  title="sonsini" src="http://gigaom2.files.wordpress.com/2011/06/sonsini-e1308170176457.jpg?w=230&#038;h=177" alt="" width="230" height="177" class="size-medium wp-image-362257" /></a><p class="wp-caption-text">Peter Sonsini</p></div>
<p>Apple&#8217;s iCloud has brought consumer-focused cloud computing into the limelight recently, and the trend probably represents a golden opportunity for startups looking to raise venture capital. However, the brunt of investment won&#8217;t necessarily go toward companies trying to compete with Apple or launch their own consumer clouds.</p>
<p>According to New Enterprise Associates partner Peter Sonsini, the key to getting VC investment in cloud computing is still selling the infrastructure tools that underlie popular cloud platforms.</p>
<p>During an interview earlier this week, Sonsini told me that although consumer cloud services are hot, much of the investment money still comes from the enterprise software and hardware upon which those clouds are built. Whether it&#8217;s Apple, Dropbox or anyone else targeting consumers with new cloud services, the one commonality across the board is that they&#8217;ll <a href="http://gigaom.com/cloud/the-webs-watchful-eye-fixes-on-apples-cloud-gear/">need to buy some cutting-edge IT products</a>. Not that this should be surprising coming from Sonsini, who was part of VMware&#8217;s early executive team and whose investment portfolio reads like a who&#8217;s who of the cloud.</p>
<p>As senior director of strategic alliances during VMware&#8217;s formative years, he learned early on how important virtualization would come to be. When he got into the VC game, one of his first investments was open-source virtualization startup XenSource (which Citrix bought and which still provides the moniker for Citrix&#8217;s virtualization lineup). Among his current companies are PaaS pioneer Engine Yard, private-cloud vendor Eucalyptus Systems, .NET-cloud enabler Apprenda and Hadoop Distributed File System alternative <a href="http://gigaom.com/cloud/startup-mapr-underpins-emcs-hadoop-effort/">MapR</a>. On Wednesday, virtual-machine-storage specialist Tintri announced that NEA <a href="http://www.marketwire.com/press-release/tintri-closes-18-million-series-c-funding-1526907.htm">co-led an $18 million Series C round</a>. It&#8217;s one of Sonsini&#8217;s deals.</p>
<p>I asked Sonsini his feelings on Eucalyptus, which has garnered a lot of criticism (<a href="http://gigaom.com/cloud/why-its-too-early-to-call-the-private-cloud-fight/">fairly or unfairly</a>) since OpenStack burst onto the scene and stole Eucalyptus&#8217;s open-source cloud thunder. He noted that NEA invested in Eucalyptus pre-OpenStack, but that he thinks a strategy adjustment can right the company&#8217;s ship to the degree it&#8217;s even off-course. These things always come along, he added, and you just have to deal with them. Regardless, NEA is still &#8220;very bullish&#8221; on private clouds, Sonsini said, calling them a &#8220;top five&#8221; initiative for most of the CIO types he speaks with.</p>
<p>Apprenda also sells private-cloud software, although it&#8217;s targeted toward creating Software-as-a-Service platforms for .NET applications.</p>
<p>Other than cloud and general enterprise infrastructure, Sonsini said other areas of interest for him are big data (hence MapR) and the consumerization of IT.</p>
<p><em>Feature image courtesy of <a href="http://www.flickr.com/photos/sadsnaps/3731785398/in/photostream/">Flickr user stevendamron</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=362212&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=754042"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=754042" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=362212+neas-sonsini-cloud-infrastructure-still-king-for-vc-cash&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/12/cloud-computing-2013-how-to-navigate-without-a-map/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=362212+neas-sonsini-cloud-infrastructure-still-king-for-vc-cash&utm_content=dharrisstructure">Cloud computing 2013: how to navigate without a map</a></li><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=362212+neas-sonsini-cloud-infrastructure-still-king-for-vc-cash&utm_content=dharrisstructure">Infrastructure Q1: Cloud and big data woo enterprises</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=362212+neas-sonsini-cloud-infrastructure-still-king-for-vc-cash&utm_content=dharrisstructure">A near-term outlook for big data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/06/15/neas-sonsini-cloud-infrastructure-still-king-for-vc-cash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/06/sand-hill-e1308175888515.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/06/sand-hill-e1308175888515.jpg?w=150" medium="image">
			<media:title type="html">sand hill</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/06/sonsini-e1308170176457.jpg?w=230" medium="image">
			<media:title type="html">sonsini</media:title>
		</media:content>
	</item>
		<item>
		<title>RightScale brings Zynga-like hybrid clouds to the masses</title>
		<link>http://gigaom.com/2011/06/07/rightscale-brings-zynga-like-hybrid-clouds-to-the-masses/</link>
		<comments>http://gigaom.com/2011/06/07/rightscale-brings-zynga-like-hybrid-clouds-to-the-masses/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 14:55:06 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[@NYT]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[private clouds]]></category>
		<category><![CDATA[RightScale]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=356632</guid>
		<description><![CDATA[Cloud-management platform provider RightScale is launching a service to help customers manage private and hybrid clouds similar to what RightScale customer Zynga does with its vaunted Z Cloud infrastructure. Hybrid cloud computing is hot, and MyCloud might represent a better way of thinking about the model.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=356632&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2010/10/clouds-a3.jpg"><img title="Clouds-A3" src="http://gigaom2.files.wordpress.com/2010/10/clouds-a3.jpg?w=300&#038;h=225" alt="" width="300" height="225" class="alignleft size-medium wp-image-169428"></a>Cloud-management platform provider RightScale is <a href="http://www.rightscale.com/news_events/press_releases/2011/rightscale-delivers-management-platform-mycloud.php">launching a new service</a> to help customers manage private and hybrid clouds similar to what RightScale customer Zynga does with its <a href="http://highscalability.com/blog/2011/5/19/zyngas-z-cloud-scale-fast-or-fail-fast-by-merging-private-an.html">vaunted Z Cloud infrastructure</a>. Hybrid cloud computing appears to be the end-game for many companies’ cloud strategies right now, and RightScale’s new MyCloud service might represent an ideal way of thinking about the model.</p>
<p>RightScale’s new offering provides the proverbial single pane of glass through which to manage private-cloud infrastructure based on either Eucalyptus Systems or Cloud.com as well as public cloud-based resources that are managed via RightScale. And although Zynga built its RightScale-based cloud setup from scratch, RightScale CEO Michael Crandell said it offers what might be the ideal model for doing hybrid cloud computing. Rather than focusing on simple cloudbursting, which Crandell calls “naive” in certain situations, Zynga honed in on standardization as a focus of its cloud efforts.</p>
<p>By utilizing standard server templates, Zynga is able to stage, test and launch games in Amazon EC2, then easily migrate them to its private cloud when the time comes by launching a cluster of identically configured servers in-house. Last week, RightScale <a href="http://gigaom.com/cloud/rightscale-the-latest-to-provide-app-store-for-infrastructure/">opened its MultiCloud Marketplace</a>, which is like an app store for infrastructure configurations that features a wide range of templates for everything from web servers to Hadoop clusters. With MyCloud, users can now create their own Zynga-like experience by utilizing Marketplace templates on private cloud infrastructure as well as in the public cloud.</p>
<p>Another use case for MyCloud, Crandell said, might be to spread different components of an application architectures across both public and private resources. Depending on bandwidth costs and the need for high-speed interconnects, it might make sense for certain parts (e.g., an on-demand processing engine) to run in the public cloud while others remain on premise.</p>
<p>Crandell will be present at <a href="http://event.gigaom.com/structure/?utm_source=cloud&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=356632+rightscale-brings-zynga-like-hybrid-clouds-to-the-masses&amp;utm_content=dharrisstructure">Structure 2011</a>, being held June 22-23 in San Francisco, to discuss the future of cloud application platforms and what issues they’ll need to address as mainstream interest picks up. <a href="http://www.rightscale.com/products/plans-pricing/mycloud.php">MyCloud</a> is currently available for free through an early access program, although more-functional, and paid, Standard and Enterprise versions are on the way.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=356632&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=214875"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=214875" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=356632+rightscale-brings-zynga-like-hybrid-clouds-to-the-masses&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=356632+rightscale-brings-zynga-like-hybrid-clouds-to-the-masses&utm_content=dharrisstructure">Migrating media applications to the private cloud: best practices for businesses</a></li><li><a href="http://pro.gigaom.com/2011/06/a-field-guide-to-cloud-computing-current-trends-future-opportunities/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=356632+rightscale-brings-zynga-like-hybrid-clouds-to-the-masses&utm_content=dharrisstructure">A field guide to cloud computing: current trends, future opportunities</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=356632+rightscale-brings-zynga-like-hybrid-clouds-to-the-masses&utm_content=dharrisstructure">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/06/07/rightscale-brings-zynga-like-hybrid-clouds-to-the-masses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2010/10/clouds-a3-e1313794857396.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2010/10/clouds-a3-e1313794857396.jpg?w=150" medium="image">
			<media:title type="html">Clouds-A3</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2010/10/clouds-a3.jpg?w=300" medium="image">
			<media:title type="html">Clouds-A3</media:title>
		</media:content>
	</item>
		<item>
		<title>The Structure 50: The Top 50 Cloud Innovators</title>
		<link>http://pro.gigaom.com/2011/05/the-structure-50-the-top-50-cloud-innovators/</link>
		<comments>http://pro.gigaom.com/2011/05/the-structure-50-the-top-50-cloud-innovators/#comments</comments>
		<pubDate>Thu, 19 May 2011 00:01:53 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/derrickharris/" rel="author">Derrick Harris</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10Gen]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Apigee]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Aryaka]]></category>
		<category><![CDATA[aspera]]></category>
		<category><![CDATA[boundary-networks]]></category>
		<category><![CDATA[Calxeda]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[China Telecom]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Citrix Systems]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud-passage]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[Cloudera]]></category>
		<category><![CDATA[CloudSwitch]]></category>
		<category><![CDATA[consumer electronics manufacturers]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[DotCloud]]></category>
		<category><![CDATA[Elastic Compute]]></category>
		<category><![CDATA[Elastic Compute service]]></category>
		<category><![CDATA[embrane]]></category>
		<category><![CDATA[Enomaly]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[enterprise clouds]]></category>
		<category><![CDATA[enterprise-cloud]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[Eucalyptus Systems]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[faster networking]]></category>
		<category><![CDATA[Fluidinfo]]></category>
		<category><![CDATA[Fusion-io]]></category>
		<category><![CDATA[GoGrid]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Green IT]]></category>
		<category><![CDATA[Green Revolution Cooling]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Internet speed]]></category>
		<category><![CDATA[io-turbine]]></category>
		<category><![CDATA[Joyent]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[Juniper Networks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Relic]]></category>
		<category><![CDATA[nicira]]></category>
		<category><![CDATA[Nimbula]]></category>
		<category><![CDATA[nutanix]]></category>
		<category><![CDATA[Power Assure]]></category>
		<category><![CDATA[quaint technology]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RightScale]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SeaMicro]]></category>
		<category><![CDATA[Sentilla]]></category>
		<category><![CDATA[Structure]]></category>
		<category><![CDATA[Structure channel]]></category>
		<category><![CDATA[structures]]></category>
		<category><![CDATA[SynapSense]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[zeus-technology]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=68556</guid>
		<description><![CDATA[In five short years, cloud computing has gone from being a quaint technology to a major catchphrase. Amazon and others are now moving at Internet speed, trying to offer better security, faster networking, more compliance and a host of other products that are attempting to meet the demands of startups, consumers and enterprises alike. On GigaOM's Structure channel, we cover the gear and software that comprises the cloud, the services and the people who are changing the industry. Now for the first time, we’ve decided to condense that knowledge into the Structure 50, a list of the 50 companies that are influencing how the cloud and infrastructure evolves. All of these players, big or small, have people, technology or strategies that will help shape the way the cloud market is developing and where it will eventually end up. Companies mentioned in this report include Amazon, Rackspace, Cloudera, China Telecom and SeaMicro. For a full list of companies, and to see the Structure 50 as one full report, sign up for a free trial.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=347353&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=347353&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=16724"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=16724" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=347353+the-structure-50-the-top-50-cloud-innovators&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=347353+the-structure-50-the-top-50-cloud-innovators&utm_content=gigaedit">Infrastructure Q2: Big data and PaaS gain more momentum</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=347353+the-structure-50-the-top-50-cloud-innovators&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/01/big-data-arm-and-legal-troubles-transformed-infrastructure-in-q4/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=347353+the-structure-50-the-top-50-cloud-innovators&utm_content=gigaedit">Big Data, ARM and Legal Troubles Transformed Infrastructure in Q4</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2011/05/the-structure-50-the-top-50-cloud-innovators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" medium="image">
			<media:title type="html">gigaompromasterimagecloud</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
