Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS, DigitalOcean vs heroku, google app engine [closed]

The difference between the AWS, DigitalOean and heroku and google app engine?

AWS and DigitalOcean are web hosting site used to host simple dynamic sites where as the heroku and google app engine is used to deploy complex web applications?

AWS is Iaas and heroku is Paas, it would be great if you could give me a real time example.

This question shows inexperience , please do bare.

like image 642
druuu Avatar asked Mar 13 '14 17:03

druuu


1 Answers

tldr;

  • DigitalOcean is a "cloud" VPS provider. You get your usual VPS server from them.

  • AWS is a full blown cloud provider with services that allow you to actually build a complete datacentre (the options are mindblowing).

  • Heroku allows you to quickly publish web apps by pushing your code up to a git repository (they offer an abstraction layer). Trouble-free POC heaven!

  • Google App Engine is a service similar in a sense to Heroku (different features, however).

like image 88
alkar Avatar answered Nov 27 '22 06:11

alkar