<?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: Too big to use utility computing ?</title>
	<atom:link href="http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/</link>
	<description>Thoughts on capacity planning and web operations.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:13:25 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: And we&#8217;re back &#171; Dan McKinley</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7611</link>
		<dc:creator>And we&#8217;re back &#171; Dan McKinley</dc:creator>
		<pubDate>Thu, 09 Jul 2009 03:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7611</guid>
		<description>[...] to remain there for posterity, even though I am very happily participating in the open source, OMG-scale web world these [...]</description>
		<content:encoded><![CDATA[<p>[...] to remain there for posterity, even though I am very happily participating in the open source, OMG-scale web world these [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Bias</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7303</link>
		<dc:creator>Randy Bias</dc:creator>
		<pubDate>Fri, 13 Jun 2008 04:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7303</guid>
		<description>Cheap is relative.  It&#039;s really only &#039;cheaper&#039; at the far end of the scale (Yahoo, Google, Microsoft, Amazon).

At the lower end it may be cheaper in total dollar cost, but certainly isn&#039;t in terms of time and opex.

One problem I have with your curve is that it&#039;s usually more of a step function.  For example, you can usually build out your own datacenter without a network engineer at the low end until you hit a certain scale, but then you need a specialist.  This happens for people, hardware, etc.

It&#039;s only when you are fully &#039;at scale&#039; that cost savings can be achieved across the board.

Still everyone makes different choices based on their level of sensitivity around cost or time.

--Randy</description>
		<content:encoded><![CDATA[<p>Cheap is relative.  It&#8217;s really only &#8216;cheaper&#8217; at the far end of the scale (Yahoo, Google, Microsoft, Amazon).</p>
<p>At the lower end it may be cheaper in total dollar cost, but certainly isn&#8217;t in terms of time and opex.</p>
<p>One problem I have with your curve is that it&#8217;s usually more of a step function.  For example, you can usually build out your own datacenter without a network engineer at the low end until you hit a certain scale, but then you need a specialist.  This happens for people, hardware, etc.</p>
<p>It&#8217;s only when you are fully &#8216;at scale&#8217; that cost savings can be achieved across the board.</p>
<p>Still everyone makes different choices based on their level of sensitivity around cost or time.</p>
<p>&#8211;Randy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Jacob</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7293</link>
		<dc:creator>Adam Jacob</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7293</guid>
		<description>We work with lots of startups that are below the &quot;somewhere in here&quot; threshold, or who are about to cross over.  

With managed hosting, at places like Rackspace or ServePath, the &quot;cheaper to run your own stuff&quot; threshold is usually between 8-12 machines.  Even if you include some skew for the additional effort involved in the rack and stack/system load phases, you&#039;ll probably start saving money in about 12-18 months.  

With EC2, I think the threshold is quite a bit harder to compute.  $72/month for the size of one of their standard nodes is about half of what you&#039;ll pay for a similarly sized managed host (more than that if it&#039;s with Rackspace.)  On the flip side, you still have to solve some difficult technical problems (how do you monitor your elastic infrastructure?  how will you solve the ephemeral storage issue?  what about mysql/postgres failover/replication?)

When we see people using EC2, it&#039;s often when they are quite small (brand new.)  They usually wind up migrating to either physical colocation or managed hosting as they grow, often because their application design wasn&#039;t really built for the cloud in the first place, so the technical hurdles of scaling it there become overwhelming.

My $0.02.

Adam</description>
		<content:encoded><![CDATA[<p>We work with lots of startups that are below the &#8220;somewhere in here&#8221; threshold, or who are about to cross over.  </p>
<p>With managed hosting, at places like Rackspace or ServePath, the &#8220;cheaper to run your own stuff&#8221; threshold is usually between 8-12 machines.  Even if you include some skew for the additional effort involved in the rack and stack/system load phases, you&#8217;ll probably start saving money in about 12-18 months.  </p>
<p>With EC2, I think the threshold is quite a bit harder to compute.  $72/month for the size of one of their standard nodes is about half of what you&#8217;ll pay for a similarly sized managed host (more than that if it&#8217;s with Rackspace.)  On the flip side, you still have to solve some difficult technical problems (how do you monitor your elastic infrastructure?  how will you solve the ephemeral storage issue?  what about mysql/postgres failover/replication?)</p>
<p>When we see people using EC2, it&#8217;s often when they are quite small (brand new.)  They usually wind up migrating to either physical colocation or managed hosting as they grow, often because their application design wasn&#8217;t really built for the cloud in the first place, so the technical hurdles of scaling it there become overwhelming.</p>
<p>My $0.02.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7278</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7278</guid>
		<description>People often forget that not only &quot;S3, EC2, and other ‘utility’ computing stuff&quot; is dirty cheap and easy, own hosting is as well. At some scall it might be easier (and for sure cheaper) to have your own hardware.

The thing that makes this amazon stuff, in my point of view,  so cool is the scalling and the bussiness math you can do with it. 

When you&#039;re a startup (or you plan a new product) you usually have no idea how big the impact will be and how many user/traffic you will get. If you&#039;re not so successfull you have at least no horible expensiv hardware doing idle cycle.  And if you&#039;ve a real good bussiness model in which you can calculate income for every user and request/traffic for every user you might be able to start with black numbers on your business calculation.

We had a littel project with a customer and it could be a big success, in this case we would had need more disk and more bandwith. But it was hard to predict. So we did it with S3. If it would be a big impact we had to pay a lot to amazon but probably we would be able to get this bill our customer, if it would be no success fine we had to pay only some cents (what&#039;s much cheaper then the disk and bandwith). 

By the way, it was no big success and we don&#039;t get a amazon bill bigger then some dollars.

On the other hand we tried once to push some traffic over an squid on ec2 (we know that&#039;s not a very clever purpose for ec2, but it was mainly for testing). We run it for 8 hours and the bill was a bit high.</description>
		<content:encoded><![CDATA[<p>People often forget that not only &#8220;S3, EC2, and other ‘utility’ computing stuff&#8221; is dirty cheap and easy, own hosting is as well. At some scall it might be easier (and for sure cheaper) to have your own hardware.</p>
<p>The thing that makes this amazon stuff, in my point of view,  so cool is the scalling and the bussiness math you can do with it. </p>
<p>When you&#8217;re a startup (or you plan a new product) you usually have no idea how big the impact will be and how many user/traffic you will get. If you&#8217;re not so successfull you have at least no horible expensiv hardware doing idle cycle.  And if you&#8217;ve a real good bussiness model in which you can calculate income for every user and request/traffic for every user you might be able to start with black numbers on your business calculation.</p>
<p>We had a littel project with a customer and it could be a big success, in this case we would had need more disk and more bandwith. But it was hard to predict. So we did it with S3. If it would be a big impact we had to pay a lot to amazon but probably we would be able to get this bill our customer, if it would be no success fine we had to pay only some cents (what&#8217;s much cheaper then the disk and bandwith). </p>
<p>By the way, it was no big success and we don&#8217;t get a amazon bill bigger then some dollars.</p>
<p>On the other hand we tried once to push some traffic over an squid on ec2 (we know that&#8217;s not a very clever purpose for ec2, but it was mainly for testing). We run it for 8 hours and the bill was a bit high.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ask Bjørn Hansen</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7277</link>
		<dc:creator>Ask Bjørn Hansen</dc:creator>
		<pubDate>Mon, 17 Mar 2008 06:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7277</guid>
		<description>Over at http://www.yellowbot.com/ we launched on &quot;our own stuff&quot;.   For our particular application the &quot;cloud computing&quot; stuff just doesn&#039;t quite scale the right way -- or rather it&#039;d have taken us a lot more time to develop.  We also needed enough boxes anyway (more than a handful, less than dozen) that it was cheap enough to get a little extra for redundancy...

For the &quot;rent a server&quot; option we calculated the costs and (not counting sysadmin time dealing with hardware)  it was clearly much cheaper over ~18 months or something like that to run our own stuff.

We run on very standard hardware, but are maxing it out with memory (32GB per box), 4 disks in some of the 1U servers, that sort of thing that seemed to get expensive fast from the typical &quot;rent a server&quot; places.  Also the support and response times from the cheap rent-a-server places have been pretty bad.


  - ask</description>
		<content:encoded><![CDATA[<p>Over at <a href="http://www.yellowbot.com/" rel="nofollow">http://www.yellowbot.com/</a> we launched on &#8220;our own stuff&#8221;.   For our particular application the &#8220;cloud computing&#8221; stuff just doesn&#8217;t quite scale the right way &#8212; or rather it&#8217;d have taken us a lot more time to develop.  We also needed enough boxes anyway (more than a handful, less than dozen) that it was cheap enough to get a little extra for redundancy&#8230;</p>
<p>For the &#8220;rent a server&#8221; option we calculated the costs and (not counting sysadmin time dealing with hardware)  it was clearly much cheaper over ~18 months or something like that to run our own stuff.</p>
<p>We run on very standard hardware, but are maxing it out with memory (32GB per box), 4 disks in some of the 1U servers, that sort of thing that seemed to get expensive fast from the typical &#8220;rent a server&#8221; places.  Also the support and response times from the cheap rent-a-server places have been pretty bad.</p>
<p>  &#8211; ask</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7269</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 05 Mar 2008 02:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7269</guid>
		<description>Gary: that is great information...I&#039;d love to hear any more detail you might have, off the record of course. Email me at jallspaw @ yahoo . com if you wouldn&#039;t mind being a bit interviewed.  :)</description>
		<content:encoded><![CDATA[<p>Gary: that is great information&#8230;I&#8217;d love to hear any more detail you might have, off the record of course. Email me at jallspaw @ yahoo . com if you wouldn&#8217;t mind being a bit interviewed.  <img src='http://www.kitchensoap.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7268</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 05 Mar 2008 01:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7268</guid>
		<description>I work for a large company that rolled their own &quot;S3&quot;. It&#039;s not that what Amazon is doing wouldn&#039;t technically fit our needs, but instead for the following reasons:

1. Lawyers - our lawyers don&#039;t like Amazon&#039;s EULA.
2. Who owns the data - if we store our user&#039;s bits on Amazon&#039;s servers then Amazon really owns our data.
3. Cost - after you factor in the costs of getting a data center and buying the hardware it starts being cheaper than using S3.
4. Control your own destiny - if you want to run a successful operation it&#039;s pretty important to know what you&#039;re doing at this level.
5. Side effects - since we now have a really big disk farm, we have a CPU to do other interesting things.</description>
		<content:encoded><![CDATA[<p>I work for a large company that rolled their own &#8220;S3&#8243;. It&#8217;s not that what Amazon is doing wouldn&#8217;t technically fit our needs, but instead for the following reasons:</p>
<p>1. Lawyers &#8211; our lawyers don&#8217;t like Amazon&#8217;s EULA.<br />
2. Who owns the data &#8211; if we store our user&#8217;s bits on Amazon&#8217;s servers then Amazon really owns our data.<br />
3. Cost &#8211; after you factor in the costs of getting a data center and buying the hardware it starts being cheaper than using S3.<br />
4. Control your own destiny &#8211; if you want to run a successful operation it&#8217;s pretty important to know what you&#8217;re doing at this level.<br />
5. Side effects &#8211; since we now have a really big disk farm, we have a CPU to do other interesting things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prakash</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7267</link>
		<dc:creator>prakash</dc:creator>
		<pubDate>Tue, 04 Mar 2008 10:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7267</guid>
		<description>somewhere in between the &quot;bigger&quot; and &quot;OMG&quot; a CDN would fit in, after which you can think about building your own data centers.</description>
		<content:encoded><![CDATA[<p>somewhere in between the &#8220;bigger&#8221; and &#8220;OMG&#8221; a CDN would fit in, after which you can think about building your own data centers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenni</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7266</link>
		<dc:creator>Jenni</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7266</guid>
		<description>SonicLiving uses EC2 for some of our event parsing, automation, and static content, but we use dedicated hosts through Softlayer for the rest.</description>
		<content:encoded><![CDATA[<p>SonicLiving uses EC2 for some of our event parsing, automation, and static content, but we use dedicated hosts through Softlayer for the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tecosystems &#187; links for 2008-03-01</title>
		<link>http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/comment-page-1/#comment-7265</link>
		<dc:creator>tecosystems &#187; links for 2008-03-01</dc:creator>
		<pubDate>Sat, 01 Mar 2008 05:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/2008/02/27/when-do-you-get-too-big-to-use-cloudy-stuff/#comment-7265</guid>
		<description>[...] Too big to use utility computing ? precisely. computing as a continuum. (tags: amazon aws cloud utility computing ec2 enterprise s3) [...]</description>
		<content:encoded><![CDATA[<p>[...] Too big to use utility computing ? precisely. computing as a continuum. (tags: amazon aws cloud utility computing ec2 enterprise s3) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.578 seconds -->
