<?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: How to create an Amazon Elastic Compute Cloud EC2 Machine Image (AMI)</title>
	<atom:link href="http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/feed" rel="self" type="application/rss+xml" />
	<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami</link>
	<description>Phil Chen</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:08:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Phil Chen</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-7938</link>
		<dc:creator>Phil Chen</dc:creator>
		<pubDate>Thu, 23 Jun 2011 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-7938</guid>
		<description>Hi David,

You could try making the file smaller like 5G say:

dd if=/dev/zero of=/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base bs=1M count=5120

Or you could build your AMI from a machine with more disk space if you need more disk.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>You could try making the file smaller like 5G say:</p>
<p>dd if=/dev/zero of=/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base bs=1M count=5120</p>
<p>Or you could build your AMI from a machine with more disk space if you need more disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-7933</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 23 Jun 2011 10:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-7933</guid>
		<description>Phil

Thanks for the practical help on creating EC2 AMIs. I have been following your article, but for an m1.small Redhat 32-bit instance. When I get to the creation of the 10GB file to hold the OS files I get a message saying I&#039;ve run out of space:

[root@server]$ dd if=/dev/zero of=/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base bs=1M count=10240
dd: writing `/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base&#039;: No space left on device
4225+0 records in
4224+0 records out
4429357056 bytes (4.4 GB) copied, 233.488 s, 19.0 MB/s

When I check the amount of available disk with &quot;df -h&quot; I get

[root@server]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/xvde1            5.7G  5.7G     0 100% /
none                  837M     0  837M   0% /dev/shm

Do you know how to fix this problem.

Thanks
David</description>
		<content:encoded><![CDATA[<p>Phil</p>
<p>Thanks for the practical help on creating EC2 AMIs. I have been following your article, but for an m1.small Redhat 32-bit instance. When I get to the creation of the 10GB file to hold the OS files I get a message saying I&#8217;ve run out of space:</p>
<p>[root@server]$ dd if=/dev/zero of=/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base bs=1M count=10240<br />
dd: writing `/opt/EC2AMIIMAGE/ami-rhel6.1-32bit-base&#8217;: No space left on device<br />
4225+0 records in<br />
4224+0 records out<br />
4429357056 bytes (4.4 GB) copied, 233.488 s, 19.0 MB/s</p>
<p>When I check the amount of available disk with &#8220;df -h&#8221; I get</p>
<p>[root@server]$ df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/xvde1            5.7G  5.7G     0 100% /<br />
none                  837M     0  837M   0% /dev/shm</p>
<p>Do you know how to fix this problem.</p>
<p>Thanks<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shah</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-7601</link>
		<dc:creator>Shah</dc:creator>
		<pubDate>Mon, 13 Jun 2011 10:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-7601</guid>
		<description>Phil,

Thanks a lot for this great document. I was successfully create EC2 image and placed on s3. Can I discuss some other issue related to EC2 image bundling. Recently we got an instance --&gt; created snapshot --&gt; Now it seems to be placed in EBS. I am looking to bundle this instance on S3 bucket but when I try to do so, it throws &quot;ERROR: Can&#039;t access instance metadata. If you are not bundling on an EC2 instance use --no-inherit.&quot; error :( . I tried to follow Amazon Ec2 forum and couldn&#039;t get anything. Could you please suggest?

Thanks,
Shah</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Thanks a lot for this great document. I was successfully create EC2 image and placed on s3. Can I discuss some other issue related to EC2 image bundling. Recently we got an instance &#8211;&gt; created snapshot &#8211;&gt; Now it seems to be placed in EBS. I am looking to bundle this instance on S3 bucket but when I try to do so, it throws &#8220;ERROR: Can&#8217;t access instance metadata. If you are not bundling on an EC2 instance use &#8211;no-inherit.&#8221; error <img src='http://www.philchen.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . I tried to follow Amazon Ec2 forum and couldn&#8217;t get anything. Could you please suggest?</p>
<p>Thanks,<br />
Shah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5995</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Thu, 07 Apr 2011 12:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5995</guid>
		<description>Phil,

Thanks for the great site.I have a query regarding installing gcc in the image i am creating.I had followed your steps and had registered an image in EC2.When i tried to install php from there,the gcc was missing.please let me know how to install gcc.

Note: I am installing the OS my mounting it in any linux directory and pointing my YUM conf to that directory.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Thanks for the great site.I have a query regarding installing gcc in the image i am creating.I had followed your steps and had registered an image in EC2.When i tried to install php from there,the gcc was missing.please let me know how to install gcc.</p>
<p>Note: I am installing the OS my mounting it in any linux directory and pointing my YUM conf to that directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Chen</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5931</link>
		<dc:creator>Phil Chen</dc:creator>
		<pubDate>Thu, 10 Mar 2011 23:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5931</guid>
		<description>Nicole,

The manifest file is the way all the individual files come together. You should see that file at the end of the different segmented files.

Yogesh,

Your welcome</description>
		<content:encoded><![CDATA[<p>Nicole,</p>
<p>The manifest file is the way all the individual files come together. You should see that file at the end of the different segmented files.</p>
<p>Yogesh,</p>
<p>Your welcome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5917</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Fri, 04 Mar 2011 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5917</guid>
		<description>Its very useful for the beginner.

&lt;a href=&quot;http://www.magentoconnect.us&quot; rel=&quot;nofollow&quot;&gt;Magento Development Company&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Its very useful for the beginner.</p>
<p><a href="http://www.magentoconnect.us" rel="nofollow">Magento Development Company</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolethomson</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5890</link>
		<dc:creator>nicolethomson</dc:creator>
		<pubDate>Fri, 25 Feb 2011 14:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5890</guid>
		<description>Hi

So now i uploaded the files to S3, but i can only see it as filename.00 filename.01. till filename.51, how to combine them as .img file now?

i did it partially through ec2- tool from console, and through upload link at aws manage link.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>So now i uploaded the files to S3, but i can only see it as filename.00 filename.01. till filename.51, how to combine them as .img file now?</p>
<p>i did it partially through ec2- tool from console, and through upload link at aws manage link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Chen</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5869</link>
		<dc:creator>Phil Chen</dc:creator>
		<pubDate>Sun, 20 Feb 2011 21:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5869</guid>
		<description>Hi Roy,

Glad you found the article helpful.

http://alestic.com/2008/05/kernel-modules-2-6-21 is a good article on kernel modules.</description>
		<content:encoded><![CDATA[<p>Hi Roy,</p>
<p>Glad you found the article helpful.</p>
<p><a href="http://alestic.com/2008/05/kernel-modules-2-6-21" rel="nofollow">http://alestic.com/2008/05/kernel-modules-2-6-21</a> is a good article on kernel modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Chen</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5868</link>
		<dc:creator>Phil Chen</dc:creator>
		<pubDate>Sun, 20 Feb 2011 21:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5868</guid>
		<description>Maida,

http://www.amazon.com/Host-Your-Web-Site-Cloud/dp/0980576830 is a good book that recently came out to start with. Other then that just check out all the blogs and give it a whirl.</description>
		<content:encoded><![CDATA[<p>Maida,</p>
<p><a href="http://www.amazon.com/Host-Your-Web-Site-Cloud/dp/0980576830" rel="nofollow">http://www.amazon.com/Host-Your-Web-Site-Cloud/dp/0980576830</a> is a good book that recently came out to start with. Other then that just check out all the blogs and give it a whirl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Reiss</title>
		<link>http://www.philchen.com/2009/02/14/how-to-create-an-amazon-elastic-compute-cloud-ec2-machine-image-ami/comment-page-2#comment-5838</link>
		<dc:creator>Roy Reiss</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/?p=92#comment-5838</guid>
		<description>Hi Phil,

First thank you for the post.  It is by far the best and most practical and informative guide I&#039;ve seen around.

I&#039;ve searched around in the aws docs, but can&#039;t find informative or practical links / downloads about the EC2 kernel modules.  Where did you get the ones you used for this article?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>First thank you for the post.  It is by far the best and most practical and informative guide I&#8217;ve seen around.</p>
<p>I&#8217;ve searched around in the aws docs, but can&#8217;t find informative or practical links / downloads about the EC2 kernel modules.  Where did you get the ones you used for this article?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

