<?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>kb.hurricane-ridge.com &#187; EC2</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/aws/ec2/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>EC2 Instance Metadata</title>
		<link>http://kb.hurricane-ridge.com/aws/ec2/ec2-instance-metadata</link>
		<comments>http://kb.hurricane-ridge.com/aws/ec2/ec2-instance-metadata#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:18:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[instance-id]]></category>
		<category><![CDATA[meta-data]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=989</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain; title: ; notranslate">
&gt; curl -s http://169.254.169.254/latest/meta-data/
ami-id
ami-launch-index
ami-manifest-path
block-device-mapping/
hostname
instance-action
instance-id
instance-type
kernel-id
local-hostname
local-ipv4
placement/
public-hostname
public-ipv4
public-keys/
reservation-id
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/aws/ec2/ec2-instance-metadata/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.ssh/config settings for EC2 hosts</title>
		<link>http://kb.hurricane-ridge.com/aws/ec2/sshconfig-settings-for-ec2-hosts</link>
		<comments>http://kb.hurricane-ridge.com/aws/ec2/sshconfig-settings-for-ec2-hosts#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=854</guid>
		<description><![CDATA[Seen multiple places around the web; I&#8217;m not sure where attribution should lie, but this is not original to me: # ~/.ssh/config # Host *.amazonaws.com CheckHostIP no StrictHostKeyChecking no UserKnownHostsFile /dev/null]]></description>
			<content:encoded><![CDATA[<p>Seen multiple places around the web; I&#8217;m not sure where attribution should lie, but this is not original to me:</p>
<p><code><br />
# ~/.ssh/config<br />
#<br />
Host *.amazonaws.com<br />
  CheckHostIP no<br />
  StrictHostKeyChecking no<br />
  UserKnownHostsFile /dev/null<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/aws/ec2/sshconfig-settings-for-ec2-hosts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EC2 EBS snapshot deletion one-liner</title>
		<link>http://kb.hurricane-ridge.com/aws/ec2/ec2-ebs-snapshot-deletion-one-liner</link>
		<comments>http://kb.hurricane-ridge.com/aws/ec2/ec2-ebs-snapshot-deletion-one-liner#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:49:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[snapshot]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=714</guid>
		<description><![CDATA[Adjust egrep as necessary: ec2-describe-snapshots &#124; egrep '2009-0[89]' &#124; awk '{print $2}' &#124; xargs -L 1 ec2-delete-snapshot]]></description>
			<content:encoded><![CDATA[<p>Adjust egrep as necessary:</p>
<p><code>ec2-describe-snapshots | egrep '2009-0[89]' | awk '{print $2}' | xargs -L 1 ec2-delete-snapshot</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/aws/ec2/ec2-ebs-snapshot-deletion-one-liner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

