About to go live: virtual dedicated server or cloud?


3

I am about to launch my startup company, and we will be going live in a few weeks time. We have really tight budgetary constraints, since we are bootstrapping - and would prefer not to raise external capital.

I cant use shared hosting because I need more control of the server machine (for technical reasons - e.g. using proprietary extensions to PHP, Apache and in the database layer as well) - but want to control costs and dont want to go fully private server route, until we have determined the market size etc. So the only real alternatives AFAIK is between virtual server and the cloud.

At the moment, cloud services seem a bit "vague" to me. My understanding is that they allow an entity to outsource its IT infrastructure, which in my mind (at least), is indistinguishable from what a hosting provider provides (at least from a functional point of view) - I would like to seek some clarification on exactly what the difference between the two is.

Back to my original question, my requirements are:

  1. IT infrastructure that can scale with growth
  2. Ability to have control of the machine (for e.g. to install our internally developed libraries etc)
  3. Backup software that is flexible and comprehensive enough (yet simple to use), that allows a (secured) backup strategy to be implemented. On this issue, I have always wondered where the actual backed up data was stored (since the physical machines are remote, and one cant get access to any actual tapes etc backed onto). I would also like some advice and recommendations in this area. Regarding data size, I am expecting the dataset to be increasing by a few megabytes of data (originally, say 10Mb, in about a years time, possibly 50Mb) every day.

As an aside, I have decided to deploy on a Debian server (most of my additional libraries etc were compiled and built on a Debian machine).

Mindful of all of the above, I would like some advice (and reason) as to which route to take. I would also like some advice on which backup software to use, from people who have walked a similar path.

Hosting

asked May 7 '10 at 16:43
Blank
Morpheous
236 points

2 Answers


3

and welcome to this site! :-)

cloud ... is indistinguishable from what a hosting provider provides (at least from a functional point of view)

Not quite. A cloud provider sells you virtual machines to install you code on, just like a conventional hosting provider does. Beyond that, a cloud provider IMHO delivers:

  1. Assurances that you can instantiate 'any number' of virtual machines at any time, i.e. there is no upper ceiling on how much capacity you can get how quickly. This has a dramatic impact; it allows you to match your infrastructure to observed current load, not expected near-future load. And this saves you capital costs, and confers scaling agility.
  2. Storage APIs that are highly scalable cf Brewer's CAP theorem. Storage is stateful, and hence storage is always where scalability problems are the hardest, and a cloud computing provider should have something to ease that pain -- Amazon Simple DB, Simple Queue Service, etc.
  3. Network level services & system administration tools to help with horizontal scalability, such as load balancing.
My regular advice in this situation is to start small, and not start scaling before you have a proven need for scaling, i.e. you're getting many customers signing up. So I'd initially suggest a good Debian based VPS (fx Linode.com), and then migrating to a fast single server, and then cloud computing. This advice is based on the assumption that your organic growth will be really slow at first, that it takes many months for you to build up a sizable user base -- this is almost always true, but examine this assumption yourself.
answered May 7 '10 at 19:55
Blank
Jesper Mortensen
15,292 points
  • Jesper: thanks for the answer (and also for making me feel welcome ;) – Morpheous 14 years ago
  • Why do you recommend VPS and not Cloud hosting? – Jpartogi 14 years ago
  • @jpartogi: I'm not against cloud computing, it is a fantastic innovation for most (not all) startups. The question is one of timing. In most situations additional development effort is required to run in the cloud, so it makes sense to delay that effort until you're needing more than single-server performance levels. – Jesper Mortensen 14 years ago

0

I would recommend you jump to cloud hosting. These days it is very cheap if you know where to look. The two providers I'm considering for my startup are vps.net and www.stormondemand.com

Why, well both offer the ability to add more processing and memory at very reasonable rates very quickly.

Debian is a good choice, but the one I thing I wish had done when I started to commission my server is to use Puppet http://www.debian-administration.org/articles/526. This allows you to configure your server via a script.

Hope this helps.

answered Oct 23 '10 at 02:23
Blank
Ian Purton
126 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:

Hosting