<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Copy an EBS AMI image to another Amazon EC2 Region	</title>
	<atom:link href="https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/</link>
	<description>Internet Bandwidth Development: Composting the Internet for over Two Decades</description>
	<lastBuildDate>Sun, 29 Jul 2012 18:06:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>
		By: Lincoln Stein		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-5170</link>

		<dc:creator><![CDATA[Lincoln Stein]]></dc:creator>
		<pubDate>Sun, 29 Jul 2012 18:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-5170</guid>

					<description><![CDATA[There is a perl script that will automate this from the command line:

http://search.cpan.org/~lds/VM-EC2-1.10/bin/migrate-ebs-image.pl

The command looks like this:

migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456]]></description>
			<content:encoded><![CDATA[<p>There is a perl script that will automate this from the command line:</p>
<p><a href="http://search.cpan.org/~lds/VM-EC2-1.10/bin/migrate-ebs-image.pl" rel="nofollow ugc">http://search.cpan.org/~lds/VM-EC2-1.10/bin/migrate-ebs-image.pl</a></p>
<p>The command looks like this:</p>
<p>migrate-ebs-image.pl &#8211;from us-east-1 &#8211;to ap-southeast-1 ami-123456</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert J Berger		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-5167</link>

		<dc:creator><![CDATA[Robert J Berger]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 20:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-5167</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-5166&quot;&gt;EC2 Administrator&lt;/a&gt;.

http://books.google.com/books/about/In_the_Beginning_was_the_Command_Line.html?id=OmnF5MGRNn8C]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-5166">EC2 Administrator</a>.</p>
<p><a href="http://books.google.com/books/about/In_the_Beginning_was_the_Command_Line.html?id=OmnF5MGRNn8C" rel="nofollow ugc">http://books.google.com/books/about/In_the_Beginning_was_the_Command_Line.html?id=OmnF5MGRNn8C</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EC2 Administrator		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-5166</link>

		<dc:creator><![CDATA[EC2 Administrator]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 19:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-5166</guid>

					<description><![CDATA[We don&#039;t use command line.]]></description>
			<content:encoded><![CDATA[<p>We don&#8217;t use command line.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adentrándose en la nube con Amazon Web Services (AWS) y Cloud Computing : Init Developers		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-1763</link>

		<dc:creator><![CDATA[Adentrándose en la nube con Amazon Web Services (AWS) y Cloud Computing : Init Developers]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 18:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-1763</guid>

					<description><![CDATA[[...] Regiones: toda estructura de Amazon está dividida en regiones. Las regiones son arquitecturas físicamente INDEPENDIENTES entre sí. Puedes montar máquinas en una u otra región, pero no puedes crear máquinas en una región y migrarlas a otras. Son independientes, y eso hay que tenerlo en cuenta. Hay cinco regiones disponibles: dos en USA (una por costa), una en Irlanda, otra en Tokyo y otra en Singapur. Es buena idea tener una máquina en una región y algún clon en otra; pero para ello, tendrás que copiar la AMI de una a otra. Aquí te explican cómo hacerlo (no es fácil). [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Regiones: toda estructura de Amazon está dividida en regiones. Las regiones son arquitecturas físicamente INDEPENDIENTES entre sí. Puedes montar máquinas en una u otra región, pero no puedes crear máquinas en una región y migrarlas a otras. Son independientes, y eso hay que tenerlo en cuenta. Hay cinco regiones disponibles: dos en USA (una por costa), una en Irlanda, otra en Tokyo y otra en Singapur. Es buena idea tener una máquina en una región y algún clon en otra; pero para ello, tendrás que copiar la AMI de una a otra. Aquí te explican cómo hacerlo (no es fácil). [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nanao		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-1187</link>

		<dc:creator><![CDATA[nanao]]></dc:creator>
		<pubDate>Fri, 22 Apr 2011 04:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-1187</guid>

					<description><![CDATA[correction:
... Cloudy_Scripts, it also does NOT work ...]]></description>
			<content:encoded><![CDATA[<p>correction:<br />
&#8230; Cloudy_Scripts, it also does NOT work &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nanao		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-1186</link>

		<dc:creator><![CDATA[nanao]]></dc:creator>
		<pubDate>Fri, 22 Apr 2011 00:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-1186</guid>

					<description><![CDATA[Looks like this will work only for linux ebs ami, not windows ami, is this correct? I need to move windows ebs ami, any other suggestions?

I&#039;ve tried Cloudy_Scripts, it also does work for windows ami.]]></description>
			<content:encoded><![CDATA[<p>Looks like this will work only for linux ebs ami, not windows ami, is this correct? I need to move windows ebs ami, any other suggestions?</p>
<p>I&#8217;ve tried Cloudy_Scripts, it also does work for windows ami.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Moving Your Amazon EC2 AMIs To Another Region &#171; the agile admin		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-1185</link>

		<dc:creator><![CDATA[Moving Your Amazon EC2 AMIs To Another Region &#171; the agile admin]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 20:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-1185</guid>

					<description><![CDATA[[...] Harder one http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/ [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Harder one <a href="http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/" rel="nofollow ugc">http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Real Lessons To Learn From The Amazon EC2 Outage &#171; the agile admin		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-1184</link>

		<dc:creator><![CDATA[The Real Lessons To Learn From The Amazon EC2 Outage &#171; the agile admin]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-1184</guid>

					<description><![CDATA[[...] can only bring up instances off AMIs that are already in those regions. And transferring regions is a pain in the ass. There is absolutely zero reason Amazon doesn&#8217;t provide an API call to copy an AMI from [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] can only bring up instances off AMIs that are already in those regions. And transferring regions is a pain in the ass. There is absolutely zero reason Amazon doesn&#8217;t provide an API call to copy an AMI from [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Move EBS AMI&#8217;s across regions &#124; Ryan Tan		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-74</link>

		<dc:creator><![CDATA[Move EBS AMI&#8217;s across regions &#124; Ryan Tan]]></dc:creator>
		<pubDate>Wed, 18 Aug 2010 03:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-74</guid>

					<description><![CDATA[[...] http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/ [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/" rel="nofollow ugc">http://blog2.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prabhakar Chaganti		</title>
		<link>https://www.ibd.com/scalable-deployment/copy-an-ebs-ami-image-to-another-amazon-ec2-region/comment-page-1/#comment-72</link>

		<dc:creator><![CDATA[Prabhakar Chaganti]]></dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog2.ibd.com/?p=551#comment-72</guid>

					<description><![CDATA[Ylastic lets you do this entire process very simply through a UI. You provide a few parameters, and click a button - http://blog.ylastic.com/super-simple-ami-migration-between-ec2-region]]></description>
			<content:encoded><![CDATA[<p>Ylastic lets you do this entire process very simply through a UI. You provide a few parameters, and click a button &#8211; <a href="http://blog.ylastic.com/super-simple-ami-migration-between-ec2-region" rel="nofollow ugc">http://blog.ylastic.com/super-simple-ami-migration-between-ec2-region</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
