GAE vs AWS 2012

Is GAE a good backend option compared to AWS? The information received mainly discusses the problems that GAE has resolved to date. In this mobile application, images are considered. Sharing and editing images simultaneously with multiple users.

I mainly deal with scalability and flexibility in implementation. Reliable and compatible level, storage and analysis of data (analysis (definition of templates) of stored data).

AWS allows you to use popular technologies and tools with open source and has a granular price. GAE is good to quickly enter the market, without the pain of administration and free quotas.

Could you indicate some important pros and cons that I should consider before making a decision.

+5
source share
3 answers

I think GAE is good for quick start and for proof of concept. It is actually very simple and cheaper, but it blocks you on Google.

If your idea works well and it becomes popular, you can rewrite it using open source technology in the future.

+3
source

I have 25 GB appengine DB. Every 1-10 minutes I add an entry. It costs $ 2.5 a week.

But initially it was more expensive to boot than I expected. My loading script loaded pieces of 500 records per request.

10-15 , , 5 15 ! 99% , , .

, 15 .

AppEngine

0

GAE - , , "" " " . , , ... , , Google .

, , , , EC2, , , - ... .

, , GAE.

, , EC2 , GAE-. , , , cron, sys, , rsync, , EC2 .

GAE " , ". , EC2, , .

0
source

All Articles