<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Controlling an EC2 instance with python</title>
	<atom:link href="http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/</link>
	<description>Luca Mearelli's Blog</description>
	<lastBuildDate>Mon, 08 Nov 2010 17:49:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Michael Halls-Moore</title>
		<link>http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/comment-page-1/#comment-139507</link>
		<dc:creator>Michael Halls-Moore</dc:creator>
		<pubDate>Mon, 08 Nov 2010 17:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://spazidigitali.com/?p=140#comment-139507</guid>
		<description>These days EC2 is even better. You can now launch an EBS-backed instance, so that when it is shutdown you retain the volume information. 

You can take advantage of that in Boto to simply use instance.start() and instance.stop(), without needing to worry about where to put your data.

(Although it should always be backed up elsewhere of course!)</description>
		<content:encoded><![CDATA[<p>These days EC2 is even better. You can now launch an EBS-backed instance, so that when it is shutdown you retain the volume information. </p>
<p>You can take advantage of that in Boto to simply use instance.start() and instance.stop(), without needing to worry about where to put your data.</p>
<p>(Although it should always be backed up elsewhere of course!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

