Windows VPS on Amazon EC2


0

For you all Amazon EC2 experts out there, I have a question. In looking through Amazon EC2 documentation, I see that you can have a Windows Server machine with 1.7GB RAM, 1 EC2 core CPU, 160 GB disk space (aka Small Instance), and if you choose a Reserved Instance, you pay $227 plus 0.05 per hour, which is about $36 a month if it runs 24/7. Am I missing something, or signing up like that will give me a fully functional Windows Server VM (a VPS) on Amazon EC2. It does say, they will allow you to install SQL Express. I am evaluating this for a client, and I am thinking this may actually work (at $55/month factoring in the one-time fee), this may be a good solution to have a Windows Server VM to host a web app. or Am I missing something?

Hosting

asked Apr 18 '10 at 12:50
Blank
Puneet Gangal
281 points

1 Answer


0

Good answers already. But while there are quite many webapp entrepreneurs here, you might get better answers at the Amazon AWS forums.

good solution to have a Windows Server VM to host a web app

Yes, that's what it is intended for. And while Windows on EC2 is not the most common combination (Linux is far more prevalent), I still guess enough people use this for it to be well debugged and stable.

You should also check out Windows Azure ; the .NET optimized cloud computing initiative from Microsoft.

If you decide to go with Amazon EC2, then keep in mind that the server VM's may crash at any time, and (from reports on their forums) typically do disappear a handful of times over a year. IMHO that implies two things:

  1. You need proactive monitoring like Cloudwatch or SCALR or similar.
  2. While you could keep persistent data on a EBS volume, it's not exactly great. For example, after a VM crash, you may have to script re-attaching the EBS volume to your new VM, and running consistency checks on the DB files on the EBS from within your database engine. This could work, but EC2 is really more set up for keeping persistent data away from EC2, i.e. keeping persistent data inside Amazon SimpleDB or RDS exclusively.
answered Apr 23 '10 at 19:11
Blank
Jesper Mortensen
15,292 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