<?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: Five Easy Steps to Tag EC2 Instance Using mr.awsome</title>
	<atom:link href="http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html</link>
	<description>Ideas: Key to Innovations</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:04:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: drtune</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-872</link>
		<dc:creator>drtune</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-872</guid>
		<description>Just a &quot;historical&quot; note for any readers that this tip is obsolete now; Amazon have implemented tagging of instances..


for i in reservation.instances:
      i.add_tag(&quot;key&quot;, &quot;value&quot;)</description>
		<content:encoded><![CDATA[<p>Just a &#8220;historical&#8221; note for any readers that this tip is obsolete now; Amazon have implemented tagging of instances..</p>
<p>for i in reservation.instances:<br />
      i.add_tag(&#8220;key&#8221;, &#8220;value&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Pesch</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-438</link>
		<dc:creator>Christian Pesch</dc:creator>
		<pubDate>Thu, 21 Oct 2010 11:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-438</guid>
		<description>Sorry for coming back this late, but I&#039;d like to share my finding since I couldn&#039;t find any hints when googleing.

There seems to be a problem with Ubuntu 10.04 and 10.10 when you prepare an AMI with an m1.large instance (7,5 GB RAM) and start that AMI on an m2.2xlarge image. And the problem is really that dpkg hangs in an endless select()-loop no matter which .deb package is installed and cannot be stopped with kill -9.

When I prepared an AMI on an m2.2xlarge image the problem went away.</description>
		<content:encoded><![CDATA[<p>Sorry for coming back this late, but I&#8217;d like to share my finding since I couldn&#8217;t find any hints when googleing.</p>
<p>There seems to be a problem with Ubuntu 10.04 and 10.10 when you prepare an AMI with an m1.large instance (7,5 GB RAM) and start that AMI on an m2.2xlarge image. And the problem is really that dpkg hangs in an endless select()-loop no matter which .deb package is installed and cannot be stopped with kill -9.</p>
<p>When I prepared an AMI on an m2.2xlarge image the problem went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodney</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-433</link>
		<dc:creator>rodney</dc:creator>
		<pubDate>Tue, 19 Oct 2010 08:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-433</guid>
		<description>I tried it with Ubuntu 10.04 us-east-1 x86 AMI: ami-6407f20d

sudo apt-get update
sudo apt-get install python-setuptools python-dev

It was able to install setup-tools without problems.:) 
Either a missing &#039;python-dev&#039; on the end of your command. 

Let me know how it goes.</description>
		<content:encoded><![CDATA[<p>I tried it with Ubuntu 10.04 us-east-1 x86 AMI: ami-6407f20d</p>
<p>sudo apt-get update<br />
sudo apt-get install python-setuptools python-dev</p>
<p>It was able to install setup-tools without problems.:)<br />
Either a missing &#8216;python-dev&#8217; on the end of your command. </p>
<p>Let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodney</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-432</link>
		<dc:creator>rodney</dc:creator>
		<pubDate>Tue, 19 Oct 2010 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-432</guid>
		<description>Hi Christian,

Hmm...Did you try it with 32bit Ubuntu 10.04 AMI?</description>
		<content:encoded><![CDATA[<p>Hi Christian,</p>
<p>Hmm&#8230;Did you try it with 32bit Ubuntu 10.04 AMI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Pesch</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-430</link>
		<dc:creator>Christian Pesch</dc:creator>
		<pubDate>Mon, 18 Oct 2010 13:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-430</guid>
		<description>&gt; sudo apt-get install python-setuptools

hangs in an endless loop and resists kill -9 when started with Ubuntu 10.04 on a 34G AWS 2xlarge image. Any ideas how to solve this?</description>
		<content:encoded><![CDATA[<p>&gt; sudo apt-get install python-setuptools</p>
<p>hangs in an endless loop and resists kill -9 when started with Ubuntu 10.04 on a 34G AWS 2xlarge image. Any ideas how to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodney</title>
		<link>http://www.capsunlock.net/2010/05/five-easy-steps-to-tag-ec2-instance-using-mr-awsome.html/comment-page-1#comment-389</link>
		<dc:creator>rodney</dc:creator>
		<pubDate>Tue, 21 Sep 2010 03:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=578#comment-389</guid>
		<description>For tagging Amazon just release this announcement: 

http://aws.typepad.com/aws/2010/09/new-amazon-ec2-feature-resource-tagging.html</description>
		<content:encoded><![CDATA[<p>For tagging Amazon just release this announcement: </p>
<p><a href="http://aws.typepad.com/aws/2010/09/new-amazon-ec2-feature-resource-tagging.html" rel="nofollow">http://aws.typepad.com/aws/2010/09/new-amazon-ec2-feature-resource-tagging.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

