Reputation: 1834
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?
Upvotes: 8
Views: 2516
Reputation: 146
The information has moved again a year or so ago. Once logged in the Cloud Console, go to App Engine > Versions.
Select the service you would like information on:
Then scroll on the far right and you will see the "Config" column with on each version a link to "view" the configuration:
Clicking on "View" will give you the configuration, including the instance_class:
Upvotes: 2
Reputation: 41099
Select App Engine in the left menu, then Instances.
EDIT (July 2017)
Now this information is available in Versions tab (see @glmvrml answer).
Upvotes: 1