I'm finding it very hard to estimate how much my web application might cost running in Amazon's cloud? My app is similar to stackoverflow.com - asp.net, ajaz, sql database. Can anyone estimate how much it might cost to run stackoverflow in Amazon's cloud?

link|improve this question
you haven't mentioned anything specific regarding bandwidth, cpu usage, disk usage, RAM requirements, etc, so i'm not sure how you expect we could give you an answer. – Peter Mar 14 '10 at 18:45
feedback

migrated from stackoverflow.com Mar 14 '10 at 21:35

This question came from our site for professional and enthusiast programmers.

closed as too localized by Mark Henderson Jan 11 at 4:00

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

Have you assessed your VM, storage and bandwidth requirements? Figure that out on paper, and then enter the estimated values into the AWS Simple Monthly Calculator for an approximate run-rate.

link|improve this answer
feedback