I have an app engine project, and am wondering what the differences are between the various instance sizes, listed here:
https://cloud.google.com/appengine/docs/about-the-standard-environment#instance_classes
There is no description there of what the difference is between say B1 and F1. They have the same memory and cpu. Why would you pick on over the other?
Thanks
App Engine supports the following scaling types, which controls how and when instances are created: Automatic (default) Basic. Manual.
There are actually three types of scaling in App Engine: Automatic, Basic, and Manual.
N1: offers f1-micro and g1-small shared-core machine types which have up to 1 vCPU available for short periods of bursting.
By default, your app uses automatic scaling, which means App Engine will manage the number of idle instances. Automatic scaling creates instances based on request rate, response latencies, and other application metrics.
Historically, "F" stood for "front-end" and "B" for "back-end". App Engine has moved from the concept of "backends" some time ago. These days:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With