<?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: Amazon S3 - Super Savings on Storage (but not on bandwidth)</title>
	<atom:link href="http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/</link>
	<description>Opinions on starting up online, web development, graphical design and other random curiosities</description>
	<pubDate>Fri, 21 Nov 2008 08:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Arik</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-222</link>
		<dc:creator>Arik</dc:creator>
		<pubDate>Fri, 25 Jan 2008 10:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-222</guid>
		<description>I think that one of the strongest advantages of S3 is the fact that it can handle virtually any amount of traffic. So if your video sharing sites traffic peaks at certain times, you're not effected.</description>
		<content:encoded><![CDATA[<p>I think that one of the strongest advantages of S3 is the fact that it can handle virtually any amount of traffic. So if your video sharing sites traffic peaks at certain times, you&#8217;re not effected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-220</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Thu, 24 Jan 2008 18:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-220</guid>
		<description>Got me there Don ;) I actually witnessed in my own little research that for storage only Amazon is great (read the name of the post :)). However, for active hosted content its pricier than the alternatives. 

Regarding databases you can obviously store your backups at Amazon manually or use another intermediator such as Zmanda, but Amazon does not provide automatic rollback protection to your active database.

In conclusion, as I wrote in my post - good for storage bad for data serving.</description>
		<content:encoded><![CDATA[<p>Got me there Don <img src='http://blog.octabox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I actually witnessed in my own little research that for storage only Amazon is great (read the name of the post :)). However, for active hosted content its pricier than the alternatives. </p>
<p>Regarding databases you can obviously store your backups at Amazon manually or use another intermediator such as Zmanda, but Amazon does not provide automatic rollback protection to your active database.</p>
<p>In conclusion, as I wrote in my post - good for storage bad for data serving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don MacAskill</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-219</link>
		<dc:creator>Don MacAskill</dc:creator>
		<pubDate>Thu, 24 Jan 2008 18:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-219</guid>
		<description>When you're dealing with hundreds of terabytes or more, backups and redundancy blur together, particularly when all of it needs to be online at all times.

Offline storage isn't very cheap at all.  

And lots of companies use Amazon for their databases, including backups, so they obviously do.  It's trivial to use S3 as a backup for whatever data you want, including your databases.  Zmanda even offers S3 as a backup target.</description>
		<content:encoded><![CDATA[<p>When you&#8217;re dealing with hundreds of terabytes or more, backups and redundancy blur together, particularly when all of it needs to be online at all times.</p>
<p>Offline storage isn&#8217;t very cheap at all.  </p>
<p>And lots of companies use Amazon for their databases, including backups, so they obviously do.  It&#8217;s trivial to use S3 as a backup for whatever data you want, including your databases.  Zmanda even offers S3 as a backup target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-218</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Thu, 24 Jan 2008 17:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-218</guid>
		<description>What you are talking about is not redundancy, it's backups. The N+1 redundancy is for uptime purposes - meaning a server could go down and you would still not experience downtime.
Regarding backups, I do not know the exact technical details, but we had some incidents where a programmer accidentally deleted a database table or a customer removed some files unintentionally, and they easily rolled back our data to whatever time frame we needed. Does Amazon provides rollbacks? 
Note that this backup procedure also covers the database, which is something that Amazon obviously does not.

Relying completely on your provider for your data loss prevention is wrong in my view. Offline storage is very cheap and if your business is your data, you should store your data periodically on your own machines.

You might consider dropping ServInt a line and asking them about their data guaranties if you're really interested ;)</description>
		<content:encoded><![CDATA[<p>What you are talking about is not redundancy, it&#8217;s backups. The N+1 redundancy is for uptime purposes - meaning a server could go down and you would still not experience downtime.<br />
Regarding backups, I do not know the exact technical details, but we had some incidents where a programmer accidentally deleted a database table or a customer removed some files unintentionally, and they easily rolled back our data to whatever time frame we needed. Does Amazon provides rollbacks?<br />
Note that this backup procedure also covers the database, which is something that Amazon obviously does not.</p>
<p>Relying completely on your provider for your data loss prevention is wrong in my view. Offline storage is very cheap and if your business is your data, you should store your data periodically on your own machines.</p>
<p>You might consider dropping ServInt a line and asking them about their data guaranties if you&#8217;re really interested <img src='http://blog.octabox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don MacAskill</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-217</link>
		<dc:creator>Don MacAskill</dc:creator>
		<pubDate>Thu, 24 Jan 2008 17:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-217</guid>
		<description>It's not downtime I'm worried about - it's dataloss.  And it only takes once to be significant.

N+1 isn't as good as N+2(+).  :)

You should find out, for sure, how many copies of your data exist.  I'd love to know myself.  If they really do provide 3 copies in 2 different datacenters, that's awesome.  If not, it's not a fair comparison.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not downtime I&#8217;m worried about - it&#8217;s dataloss.  And it only takes once to be significant.</p>
<p>N+1 isn&#8217;t as good as N+2(+).  <img src='http://blog.octabox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You should find out, for sure, how many copies of your data exist.  I&#8217;d love to know myself.  If they really do provide 3 copies in 2 different datacenters, that&#8217;s awesome.  If not, it&#8217;s not a fair comparison.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Benayoun</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-216</link>
		<dc:creator>Adam Benayoun</dc:creator>
		<pubDate>Thu, 24 Jan 2008 08:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-216</guid>
		<description>On a different note, I hate sliced bread.</description>
		<content:encoded><![CDATA[<p>On a different note, I hate sliced bread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-215</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Thu, 24 Jan 2008 01:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-215</guid>
		<description>That's why I put it with a question mark ;) 
Anyway, we've been using ServInt for close to 3 years now, and we had 0 downtime. While I'm no expert on their specific agreement, according to their website they provide N+1 redundancy in their data center, and a money back on downtime guarantee. I guess Amazon reputation must really be worth it to justify the price difference</description>
		<content:encoded><![CDATA[<p>That&#8217;s why I put it with a question mark <img src='http://blog.octabox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Anyway, we&#8217;ve been using ServInt for close to 3 years now, and we had 0 downtime. While I&#8217;m no expert on their specific agreement, according to their website they provide N+1 redundancy in their data center, and a money back on downtime guarantee. I guess Amazon reputation must really be worth it to justify the price difference</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don MacAskill</title>
		<link>http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-214</link>
		<dc:creator>Don MacAskill</dc:creator>
		<pubDate>Thu, 24 Jan 2008 01:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.octabox.com/2008/01/24/amazon-s3-super-savings-on-storage-but-not-on-bandwidth/#comment-214</guid>
		<description>Certainly not a marketing ploy.  :)

I think if you read my S3 posts, and the slides I present at conferences, you'll see that I say over and over that S3 is great for storage, but not (yet?) great for serving.

You don't mention whether ServInt guarantees at least 3 copies in two datacenters - that's a major part of the equation that's often overlooked.  Amazon does, so if data durability is important, other solutions can quickly get more expensive if you have to replicate storage.</description>
		<content:encoded><![CDATA[<p>Certainly not a marketing ploy.  <img src='http://blog.octabox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think if you read my S3 posts, and the slides I present at conferences, you&#8217;ll see that I say over and over that S3 is great for storage, but not (yet?) great for serving.</p>
<p>You don&#8217;t mention whether ServInt guarantees at least 3 copies in two datacenters - that&#8217;s a major part of the equation that&#8217;s often overlooked.  Amazon does, so if data durability is important, other solutions can quickly get more expensive if you have to replicate storage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
