Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine vs Amazon Web Services [closed]

If you were a one developer startup, which service would you pick and why? If the goal is to get to market really fast.

Would you go with GAE and build everything from scratch on Python, and one click deploy? or pick AWS, setup the server and db, use Rails, and do some admin work?

like image 554
Johnny Avatar asked Oct 29 '10 13:10

Johnny


1 Answers

The lack of administration and the pay-as-you-go cost structure makes GAE ideal for starting out. You will probably be able to service a reasonable number of users before you even run out of free quota.

There are two main issues though:

  • Migrating off GAE will be painful
  • At the moment I'm experiencing datastore failures in about 0.3% of all datastore reads. If this is a problem you need to armor against it.
like image 190
drxzcl Avatar answered Oct 14 '22 05:10

drxzcl