I need to better understand the technology stack of Google Cloud services.
Imagine you were to build a site such as imdb, or rottenttomatoes or metacritic.
So you have apps that list movies. Other apps that let you +1 or -1 recommendations or enter in review scores.
You have an app that lets you login.
Then you have all these HTML web pages that get served up, along with graphics and other reasources for the display of the web pages.
I know Google App Engine can serve html and I can add resources into the /web folder. So it seems like I could do an entire site on GAE.
Then, what is the advantage of also creating a Google Compute instance?
I created a Google Compute instance this afternoon, installed apache, setup my domain forwarding. I wonder, should I use this in combination with GAE or is it unnecessary?