<?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/"
	>

<channel>
	<title>Jonathan Hedley &#187; cloud computing</title>
	<atom:link href="http://jonathanhedley.com/tag/cloud-computing/feed" rel="self" type="application/rss+xml" />
	<link>http://jonathanhedley.com</link>
	<description>Winning at everything so that you don&#039;t have to.</description>
	<lastBuildDate>Wed, 18 Aug 2010 10:25:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Amazon announces Elastic MapReduce</title>
		<link>http://jonathanhedley.com/links/2009/04/elastic-mapreduce</link>
		<comments>http://jonathanhedley.com/links/2009/04/elastic-mapreduce#comments</comments>
		<pubDate>Thu, 02 Apr 2009 09:35:52 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[map reduce]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=174</guid>
		<description><![CDATA[Amazon Web Services have launched Elastic MapReduce, which is a cloud computing service for on-demand data processing. You&#8217;ve been able to do this at Amazon before by running Hadoop on EC2 instances, but this looks to wrap it all up in a convenient product, and make the dynamic scaling easier.
Amazon Elastic MapReduce is a web [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon Web Services have launched <em><a href="http://aws.amazon.com/elasticmapreduce/">Elastic <span class="mr">MapReduce</span></a></em>, which is a cloud computing service for on-demand data processing. You&#8217;ve been able to do this at Amazon before by running <a href="http://hadoop.apache.org/core/">Hadoop</a> on EC2 instances, but this looks to wrap it all up in a convenient product, and make the dynamic scaling easier.</p>
<blockquote><p>Amazon Elastic MapReduce is a web service that enables businesses, researchers, data analysts, and developers to easily and cost-effectively process vast amounts of data. It utilizes a hosted Hadoop framework running on the web-scale infrastructure of Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).</p>
<p>Using Amazon Elastic <span class="sb-mr">MapReduce</span>, you can instantly provision as much or as little capacity as you like to perform data-intensive tasks for applications such as web indexing, data mining, log file analysis, machine learning, financial analysis, scientific simulation, and bioinformatics research. Amazon Elastic MapReduce lets you focus on crunching or analyzing your data without having to worry about time-consuming set-up, management or tuning of Hadoop clusters or the compute capacity upon which they sit.</p></blockquote>
<p>Languages supported: Java, Ruby, Perl, Python, PHP, R, and C++.</p>
<div class="sidebar">
<p class="sb-mr">
MapReduce: see <a href="http://labs.google.com/papers/mapreduce.html">Google&#8217;s whitepaper</a>, and <a href="http://en.wikipedia.org/wiki/MapReduce">Wikipedia</a>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2009/04/elastic-mapreduce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon adds sort feature to SimpleDB</title>
		<link>http://jonathanhedley.com/links/2008/08/amazon-adds-sort-feature-to-simpledb</link>
		<comments>http://jonathanhedley.com/links/2008/08/amazon-adds-sort-feature-to-simpledb#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:34:26 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[simpledb]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=163</guid>
		<description><![CDATA[Amazon AWS SimpleDB now supports sortable query result sets. Previously query results came back in insertion order only, but now you can sort on (only) one attribute. This makes a lot of standard relational DB use-cases more feasible for implementation in SimpleDB, as it makes for less data post-processing. 
Sorting on only one attribute is [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon AWS SimpleDB now supports <a href="http://docs.amazonwebservices.com/AmazonSimpleDB/2007-11-07/DeveloperGuide/index.html?SortingData.html">sortable query result sets</a>. Previously query results came back in insertion order only, but now you can sort on (only) one attribute. This makes a lot of standard relational DB use-cases more feasible for implementation in SimpleDB, as it makes for less data post-processing. </p>
<p>Sorting on only one attribute is still quite limiting, though, and queries still only return object IDs, which forces many further queries to retrieve the full data-set.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2008/08/amazon-adds-sort-feature-to-simpledb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon adds persistent storage to EC2</title>
		<link>http://jonathanhedley.com/links/2008/04/amazon-adds-persistent-storage-to-ec2</link>
		<comments>http://jonathanhedley.com/links/2008/04/amazon-adds-persistent-storage-to-ec2#comments</comments>
		<pubDate>Mon, 14 Apr 2008 05:42:32 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=94</guid>
		<description><![CDATA[Amazon is adding persistent storage as an option to EC2 &#8212; currently it&#8217;s in private beta.
Previously, disk storage on an EC2 was transient:- when the machine was shut down or crashed, it felt like a hard drive crash. (And you&#8217;d lose your IP address too, but Amazon added static IPs a little while ago too.) [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon is <a href="http://aws.typepad.com/aws/2008/04/block-to-the-fu.html">adding persistent storage</a> as an option to EC2 &#8212; currently it&#8217;s in private beta.</p>
<p>Previously, disk storage on an EC2 was transient:- when the machine was shut down or crashed, it felt like a hard drive crash. (And you&#8217;d lose your IP address too, but <a href="http://jonathanhedley.com/links/2008/03/ec2-static-ip-addresses">Amazon added static IPs</a> a little while ago too.) <span class="davfs">The path to reliability was to use S3, but that can&#8217;t be mounted as a native file system.</span></p>
<p>The persistent storage appears as a raw, mountable filesystem that needs to be formatted. You&#8217;ll be able to make a quick snapshot of the data, for backup. No word on pricing or its performance, but you&#8217;d expect it to be aligned with S3.</p>
<div class="rhs">
<p class="davfs">There&#8217;s been the option of mounting <a href="http://www.cantinaconsulting.com/2007/12/08/amazon-ec2-first-impressions-mounting-s3/">S3 in EC2 using davfs</a>, which mounts with WebDAV, but that&#8217;s a bit of a hack and one wonders what the performance would be like.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2008/04/amazon-adds-persistent-storage-to-ec2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine</title>
		<link>http://jonathanhedley.com/links/2008/04/google-app-engine</link>
		<comments>http://jonathanhedley.com/links/2008/04/google-app-engine#comments</comments>
		<pubDate>Tue, 08 Apr 2008 22:07:28 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[google app engine]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=79</guid>
		<description><![CDATA[Google announces Google App Engine, a complete web app hosting environment on the Google platform. Currently in a limited beta, with Python as the programming language
Google App Engine makes it easy to build an application that runs reliably, even under heavy load and with large amounts of data. The environment includes the following features:

dynamic web [...]]]></description>
			<content:encoded><![CDATA[<p>Google announces <a href="http://code.google.com/appengine/">Google App Engine</a>, a complete web app hosting environment on the Google platform. Currently in a limited beta, with Python as the programming language</p>
<blockquote><p>Google App Engine makes it easy to build an application that runs reliably, even under heavy load and with large amounts of data. The environment includes the following features:</p>
<ul>
<li>dynamic web serving, with full support for common web technologies</li>
<li>persistent storage with queries, sorting and transactions</li>
<li>automatic scaling and load balancing</li>
<li>APIs for authenticating users and sending email using Google Accounts</li>
<li>a fully featured local development environment that simulates Google App Engine on your compute</li>
</ul>
</blockquote>
<p class="jason">The main demo that Google have made for it, <a href="http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chMLEgxBcHBsaWNhdGlvbnMYtwEM">HuddleChat,</a> is a direct, &#8220;feature for feature, layout for layout&#8221;, clone of 37signal&#8217;s <a href="http://campfirenow.com/">Campfire,</a> a great web chat application made by a company of 10. &#8220;We thought that would be beneath Google, but maybe its time to reevaluate what they stand for.&#8221;</p>
<p><strong>Update</strong>: Google have taken down HuddleChat, citing widespread complaints.</p>
<div class="rhs">
<p class="jason"><a href="http://blog.searchenginewatch.com/blog/080408-123318">Jason Fried, 37signals CEO</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2008/04/google-app-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalr: auto-scaling web app hosting in EC2</title>
		<link>http://jonathanhedley.com/links/2008/04/scalr-auto-scaling-web-app-hosting-in-ec2</link>
		<comments>http://jonathanhedley.com/links/2008/04/scalr-auto-scaling-web-app-hosting-in-ec2#comments</comments>
		<pubDate>Sat, 05 Apr 2008 06:19:46 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[scalr]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/links/2008/04/scalr-auto-scaling-web-app-hosting-in-ec2</guid>
		<description><![CDATA[Scalr is a fully redundant, self-curing and self-scaling hosting environment utilizing Amazon&#8217;s EC2.
It allows you to create server farms through a web-based interface using prebuilt AMI&#8217;s for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, others), and a generic AMI to build on top of.

The project is still very young, but [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://code.google.com/p/scalr/">Scalr</a> is a fully redundant, self-curing and self-scaling hosting environment utilizing <span class="ec2">Amazon&#8217;s EC2.</span></p>
<p>It allows you to create server farms through a web-based interface using prebuilt AMI&#8217;s for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, others), and a generic AMI to build on top of.</p>
</blockquote>
<blockquote class="intridea"><p>The project is still very young, but we&#8217;re hoping that by open sourcing it the AWS development community can turn this into a robust hosting platform and give users an alternative to the current fee based services available.</p></blockquote>
<p>This looks like it could be great when it develops. I kind of think that Amazon themselves should be providing this kind of executive service to auto-scale and -heal an application deployed in their grid (and wouldn&#8217;t be surprised if they add it as their service matures).</p>
<div class="rhs">
<p class="ec2"><a href="http://www.amazon.com/EC2-AWS-Service-Pricing/b/ref=sc_fe_l_2?ie=UTF8&amp;node=201590011&amp;no=3440661">Elastic Compute Cloud</a></p>
<p class="intridea">&#8220;We&#8221; being <a href="http://www.intridea.com/">Intridea</a>, a web dev shop</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2008/04/scalr-auto-scaling-web-app-hosting-in-ec2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon adds static IP addresses to EC2</title>
		<link>http://jonathanhedley.com/links/2008/03/ec2-static-ip-addresses</link>
		<comments>http://jonathanhedley.com/links/2008/03/ec2-static-ip-addresses#comments</comments>
		<pubDate>Thu, 27 Mar 2008 21:57:58 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/links/2008/03/ec2-static-ip-addresses</guid>
		<description><![CDATA[This is great news: Amazon EC2 now lets you reserve static IP addresses, and allocate them to your instances. Previously, IP addresses were dynamic &#8212; if you shutdown an instance, or it crashed, the IP that it had was lost: it would go back into the general allocation pool.
This makes EC2 much more viable for [...]]]></description>
			<content:encoded><![CDATA[<p>This is great news: Amazon EC2 now lets you reserve <a href="http://aws.typepad.com/aws/2008/03/new-ec2-feature.html" class="ip">static IP addresses</a>, and allocate them to your instances. Previously, IP addresses were dynamic &#8212; if you shutdown an instance, or it crashed, the IP that it had was lost: it would go back into the general allocation pool.</p>
<p>This makes EC2 much more viable for running public web sites, because now you can set up a <span class="lb">load balancer</span> on a static IP, and not have to worry about dynamic DNS, and clients that ignore TTLs.</p>
<div class="rhs">
<p class="ip"><a href="http://aws.typepad.com/aws/2008/03/new-ec2-feature.html">New EC2 Features: Static IP Addresses, Availability Zones, and User Selectable Kernels</a></p>
<p class="lb">Like <a href="http://www.danga.com/perlbal/">Perlbal</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2008/03/ec2-static-ip-addresses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
