Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find the instance types in the new console?

In the old appengine console I can see the instance types in the versions settings:

instance_class: F2 idle instances: [auto, 1] | pending latency: [auto, auto] | max concurrent requests: auto

Where do I find this info in the new developer consonle?

like image 401
dflorey Avatar asked Jan 11 '16 16:01

dflorey


2 Answers

App Engine -> Versions -> Show all columns

enter image description here enter image description here

like image 186
glmvrml Avatar answered Nov 09 '22 05:11

glmvrml


Select App Engine in the left menu, then Instances.

EDIT (July 2017)

Now this information is available in Versions tab (see @glmvrml answer).

like image 44
Andrei Volgin Avatar answered Nov 09 '22 05:11

Andrei Volgin