|
|
|
|
|
by alooPotato
3603 days ago
|
|
From the pricing docs you qouted - the smallest standard instance is an F1 which costs $0.05/hr and has a 600mhz cpu + 128mb ram. Compare this too flex VMs where the smallest machine is $0.038/hr and have beefier CPU and 3.75Gb of ram. Doesn't it always make sense to use the flex VMs? The only downside being min 1 instance and slower autoscaling. |
|
https://cloud.google.com/appengine/sla
Beta products are also more willing to make backwards incompatible changes with shorter deprecation timelines. But overall it's certainly a lot more, ahem, flexible. Sneaky awesome feature is ability to install things like imagemagick , phantomjs, or ffmpeg, which to shamelessly self-promote I wrote about here:
https://medium.com/google-cloud/scalable-video-transcoding-w...
That's using a custom runtime, which won't be as officially blessed, but you can of course just extend from the official runtimes, since they're on Google Container Registry and open-source:
https://github.com/GoogleCloudPlatform/python-runtime
Just write a Dockerfile that starts with: FROM gcr.io/google_appengine/python
Obvious disclosure again I work for GCP.