When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?

前端 未结 7 537
执念已碎
执念已碎 2021-01-29 18:08

I am asking this in very general sense. Both from cloud provider and cloud consumer\'s perspective. Also the question is not for any specific kind of application (in fact the in

相关标签:
7条回答
  • 2021-01-29 19:01

    One can also take advantage of the benefits of PaaS (let's say, Google App Engine) and extend it, at times and if necessary, by pulling out some virtual machines from IaaS providers (e.g. Amazon) to do some number crunching then just send back the output to Google App Engine.

    This way, you get the best of both worlds -- you can rapidly develop scalable apps in GAE, then you can always augment it by running any program you want from Amazon virtual machines.

    0 讨论(0)
提交回复
热议问题