<?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"
	>
<channel>
	<title>Comments on: Comparing Amazon EC2 with VPS and dedicated hosting</title>
	<atom:link href="http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting</link>
	<description>Anecdotes on Java, Ruby, Sysadmin, SEO, Design, and Management</description>
	<pubDate>Thu, 04 Dec 2008 19:22:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Pete</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-22509</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 05 Feb 2007 21:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-22509</guid>
		<description>The advantages outweigh the disadvantages right now for most people, and the storage issues will be worked out.  Why all the FUD?

Also, note that data is *not* lost on reboot.  I reboot my instances all the time, and all the data added to the image since it was loaded is still there when it fires back up.</description>
		<content:encoded><![CDATA[<p>The advantages outweigh the disadvantages right now for most people, and the storage issues will be worked out.  Why all the FUD?</p>
<p>Also, note that data is *not* lost on reboot.  I reboot my instances all the time, and all the data added to the image since it was loaded is still there when it fires back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11908</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 02 Dec 2006 19:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11908</guid>
		<description>True, SmugMug does have some primary storage, but the CEO said that they are slowly moving things over to S3 so that they don't have to buy any more storage hardware. I believe he said they were spending some 40k a month just in new hardware that  they don't have to do now.

As for my potential use, I'm not worried about the latency because it wouldn't be while the user is waiting for a response. The use case isn't upload an image, process and show me the results. It more of an archiving process where they would batch upload hundreds of files for storage.</description>
		<content:encoded><![CDATA[<p>True, SmugMug does have some primary storage, but the CEO said that they are slowly moving things over to S3 so that they don&#8217;t have to buy any more storage hardware. I believe he said they were spending some 40k a month just in new hardware that  they don&#8217;t have to do now.</p>
<p>As for my potential use, I&#8217;m not worried about the latency because it wouldn&#8217;t be while the user is waiting for a response. The use case isn&#8217;t upload an image, process and show me the results. It more of an archiving process where they would batch upload hundreds of files for storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11830</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Sat, 02 Dec 2006 03:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11830</guid>
		<description>Robert, I think S3 is great but even SmugMug is only using S3 to backup their users images.  The primary copy that gets served up on their website is stored locally on their own machines. 

I think your idea of using EC2 to process images is interesting but I would do some serious testing with regards to network latency if you have to transfer the image up to EC2 and then resize it, all while the end user is waiting...</description>
		<content:encoded><![CDATA[<p>Robert, I think S3 is great but even SmugMug is only using S3 to backup their users images.  The primary copy that gets served up on their website is stored locally on their own machines. </p>
<p>I think your idea of using EC2 to process images is interesting but I would do some serious testing with regards to network latency if you have to transfer the image up to EC2 and then resize it, all while the end user is waiting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11792</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 01 Dec 2006 23:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11792</guid>
		<description>I wrote a couple of similar posts (huge datacenter and a call to google) about these new Amazon services. I read quite a bit on their forums and the database area is one that I think will really keep them from being used widespread until they get a good solution in place. It doesn't mean it isn't totally viable, but definitely not for the beginner.

One company however is really singing the praise for Amazon's S3 product, SmugMug. Their CEO has a blog and talks about how much they are saving in hardware costs using Amazon's storage; several hundred thousand in under a year no less. 

One idea that I'm working on will use a combination of a VPS solution and EC2. It would utilize EC2 servers for image processing thus saving the main server for the web application. In this scenario I don't need it to be persistent, just up long enough to process the images, and since you can start and stop instances programmatically, it can scale as needed and I won't have to have the servers running 24/7, which is great since they charge by the hour and not by month.</description>
		<content:encoded><![CDATA[<p>I wrote a couple of similar posts (huge datacenter and a call to google) about these new Amazon services. I read quite a bit on their forums and the database area is one that I think will really keep them from being used widespread until they get a good solution in place. It doesn&#8217;t mean it isn&#8217;t totally viable, but definitely not for the beginner.</p>
<p>One company however is really singing the praise for Amazon&#8217;s S3 product, SmugMug. Their CEO has a blog and talks about how much they are saving in hardware costs using Amazon&#8217;s storage; several hundred thousand in under a year no less. </p>
<p>One idea that I&#8217;m working on will use a combination of a VPS solution and EC2. It would utilize EC2 servers for image processing thus saving the main server for the web application. In this scenario I don&#8217;t need it to be persistent, just up long enough to process the images, and since you can start and stop instances programmatically, it can scale as needed and I won&#8217;t have to have the servers running 24/7, which is great since they charge by the hour and not by month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11765</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Fri, 01 Dec 2006 17:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11765</guid>
		<description>Ben, what do you mean "umm no". What you describe is exactly the 2nd DR scenario I describe. Perhaps you didn't read the entire post?</description>
		<content:encoded><![CDATA[<p>Ben, what do you mean &#8220;umm no&#8221;. What you describe is exactly the 2nd DR scenario I describe. Perhaps you didn&#8217;t read the entire post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11742</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 01 Dec 2006 12:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/comparing-amazon-ec2-with-vps-and-dedicated-hosting#comment-11742</guid>
		<description>Umm no. Amazon makes you think about disaster recovery, its built in. Its been faster than our VPS/DS, cheaper and we built a system to do database replication + 1 minute logging backups to s3. At MOST we can lose a minutes data, not bad for a new 2.0 startup.</description>
		<content:encoded><![CDATA[<p>Umm no. Amazon makes you think about disaster recovery, its built in. Its been faster than our VPS/DS, cheaper and we built a system to do database replication + 1 minute logging backups to s3. At MOST we can lose a minutes data, not bad for a new 2.0 startup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
