I am evaluating hosting a small ASP.NET MVC web app and a SQL Server 2008 Express database on an Amazon EC2 micro instance (613MB RAM). Is 613MB RAM good enough? Thank you.

link|improve this question
feedback

closed as not a real question by sysadmin1138 Jan 9 at 21:42

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

The answer depends on how much traffic you are looking to see, how big your database is, and how well your code is written. The fact is, if you have 10 users and good code, it'll work great, but if you have 1000 users and bad code that doesn't manage resources well, you will run into issues.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.