Estimating infrastructure costs


4

I'm working in the infant stages of a SaaS platform and we're working on estimating cost. Right now our hosting and bandwidth expenditures are relatively low as we have only one customer, but we need to be able to estimate hosting/bandwidth costs up to a relatively large amount of customers.

What is our best bet for tackling this? Are there worksheets/calculators around where we can plug in the average request size per user, average number of requests per session, average number of sessions per day (we have these metrics already for our first customers) and work on expanding it that way? We need to rationalize to our investors the need for "pay ahead investment" for SaaS with real numbers, and the hosting/bandwidth side of things has us scratching our heads.

This is a new road for many of us, and I'm hoping someone in the community may be aware of best practices in estimating these sorts of things.

Thanks for your help!

Infrastructure

asked Oct 12 '09 at 13:27
Blank
Andrew
21 points

2 Answers


2

If you're using a cloud provider like Amazon EC2 or vCloud Express to host your service, then they ought to be able to help you model these things.

If you're providing your own infrastructure: stop doing that. :)

Good luck!

Scott

answered Oct 12 '09 at 14:51
Blank
Scott
784 points

2

I'd like to join Scott in his reco:

Since you're building a SaaS platform, it would make the most sense for you to use a cloud provider and "pay as you go". This saves you from the need for pay-ahead investment.

Some tips as for the costs you can expect:

Unless your service involves lots of bandwidth-hungry applications (in other words, videos, you-tube style), then your bandwidth costs would be negligible. 1,000's of users per day would translate into just a few $ per month. Forget the avg. request size calculations etc. - it's truly negligible.

The same goes for backup storage. S3 is $0.15 / GB / month. Use that as your benchmark and figure out how many MB you're going to use per user. My guess is that you'll find it negligible as well - but it depends on your type of service of course.

Your biggest expenditure will be on servers. Costs in the $100-200 (or lower) should serve you well enough when you start. You should be able to estimate you needs by running load tests on your current system, figure out how many concurrent users it can maintain, and use that as your benchmark.

answered Oct 12 '09 at 17:23
Blank
Elad Kehat
441 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Infrastructure