Not able to change the frontend instance class in appengine application

痴心易碎 提交于 2019-12-02 02:30:43

On the new console https://console.cloud.google.com, go to App Engine, then Versions. Under the dropdown More Columns, select Instance Class, then the instance class column will be displayed.

I could not find a place where to check specifically the instance type.

The only way I could verify that my instance was an F2, as specified, was using a request which triggered the instance memory usage to go way over the F1 class limit, causing the instance to be terminated (which was the reason for which I configured an F2 instead of the default). After deploying the F2 config the memory usage of the running instance happily went above the F1 class limit without the instance being terminated.

The billing status info is misleading, all classes are billed in F1 "units", see the note at the end of the Instance scaling and class section:

Important: When you are billed for instance hours, you will not see any instance classes in your billing line items. Instead, you will see the appropriate multiple of instance hours. For example, if you use an F4 instance for one hour, you do not see "F4" listed, but you will see billing for four instance hours at the F1 rate.

Use the old GAE console: https://appengine.google.com/

Select the 'versions' page (in the Main section) and the instance type is displayed next to the version if it is not F1.

eg: instance_class: F2

I am unsure where/if this information appears in the new console.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!