<?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: Deleting Old EBS Snapshots</title>
	<atom:link href="http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.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: rodney</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-1455</link>
		<dc:creator>rodney</dc:creator>
		<pubDate>Tue, 24 May 2011 02:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-1455</guid>
		<description>You can create an image of a Windows instance via the AWS Management Console but I don&#039;t know how to do it on Windows system. Maybe a scheduled task on Windows can make a daily snapshot.</description>
		<content:encoded><![CDATA[<p>You can create an image of a Windows instance via the AWS Management Console but I don&#8217;t know how to do it on Windows system. Maybe a scheduled task on Windows can make a daily snapshot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saravana</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-1433</link>
		<dc:creator>saravana</dc:creator>
		<pubDate>Sun, 22 May 2011 05:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-1433</guid>
		<description>i required script for Amazon EC2 Daily Snapshot Script for Windows</description>
		<content:encoded><![CDATA[<p>i required script for Amazon EC2 Daily Snapshot Script for Windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-150</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Fri, 26 Mar 2010 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-150</guid>
		<description>http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2</description>
		<content:encoded><![CDATA[<p><a href="http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2" rel="nofollow">http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodney</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-85</link>
		<dc:creator>rodney</dc:creator>
		<pubDate>Sun, 21 Feb 2010 07:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-85</guid>
		<description>Bob,

Good point. 

Another note is for multi user server, these files even if they are at /mnt must be secured also for read only on root and no access to other users which is easily be fixed using chmod command.

It&#039;s always best to review and double check your private AMI settings before making them public.</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>Good point. </p>
<p>Another note is for multi user server, these files even if they are at /mnt must be secured also for read only on root and no access to other users which is easily be fixed using chmod command.</p>
<p>It&#8217;s always best to review and double check your private AMI settings before making them public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peregrinator</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-83</link>
		<dc:creator>Peregrinator</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-83</guid>
		<description>It&#039;s worth noting that placing .my.cnf and .awssecret in $HOME will lead to them getting bundled with any AMI you create from that server.

To prevent accidental exposure of the secret keys and passwords should you make that AMI public I would recommend placing them in /mnt and symlinking them to the $HOME directory.

ln -s /mnt/.my.cnf /home/ubuntu/.my.cnf
ln -s /mnt/.awssecret /home/ubuntu/.awssecret</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that placing .my.cnf and .awssecret in $HOME will lead to them getting bundled with any AMI you create from that server.</p>
<p>To prevent accidental exposure of the secret keys and passwords should you make that AMI public I would recommend placing them in /mnt and symlinking them to the $HOME directory.</p>
<p>ln -s /mnt/.my.cnf /home/ubuntu/.my.cnf<br />
ln -s /mnt/.awssecret /home/ubuntu/.awssecret</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazon Relational Data Service</title>
		<link>http://www.capsunlock.net/2009/10/deleting-old-ebs-snapshots.html/comment-page-1#comment-22</link>
		<dc:creator>Amazon Relational Data Service</dc:creator>
		<pubDate>Tue, 27 Oct 2009 09:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.capsunlock.net/?p=240#comment-22</guid>
		<description>[...] Deleting Old EBS Snapshots  [...]</description>
		<content:encoded><![CDATA[<p>[...] Deleting Old EBS Snapshots  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

