(Background: I am new to Google App Engine, familiar with other cloud providers' services)
I am looking for access/view similar to shell access to production node.
With a Python/Django based Google App Engine App, I would like to view the code in production.
One view I could find is the StackDriver 'Debug' view. However, apparently the code shown in the Debug view doesn't reflect the updated production code (based on what is showing on the production site, for example, the text on the home page different).
Does Google App Engine allow me to ssh into the VM where the application/code is running? If not, how can check the code that's running in production?
Thanks.
According to the
SSH debugging
row in the Comparing environments table SSH access is supported for flex environment apps but not for standard environment apps.From Connecting to the instance: