How can I calculate the required bandwith and cost of hosting a site that would have around 3 million unique visitors per year? I wanted to come up with an estimate of how much cost could be saved by using a cloud computing service like Amazon EC3 vs. using a traditional colocated server.
Asked
Active
Viewed 281 times
3 Answers
3
Amazon has a cost calculator to help you estimate these things: http://calculator.s3.amazonaws.com/calc5.html
Kevin Kuphal
- 9,064
- 1
- 34
- 41
-
What would be the cost equivalent of hosting it yourself outside of cloud computing? – MikeN Jul 13 '09 at 20:39
3
Roll 3d6 for savings, and 1d20 as a saving throw against not actually saving anything.
Or, to be a little less facetious, there's no guarantee that you'll save anything using EC2. It depends on your IO, availability, and traffic profiles. Be careful not to underestimate the hard-to-estimate bits in EC2's cost calculator -- do you know how many IOPS you do to persistent storage each month? I'll bet it's more than you think.
womble
- 95,029
- 29
- 173
- 228
0
- Calculate the cost of using traditional hosting
- Calculate the cost of using cloud hosting
- Find the difference between #1 and #2
It's very simple in theory, but you're going to have to do the work yourself, we can't do it for you, since it depends on so many variables.
davr
- 1,729
- 3
- 14
- 24