RT @googlecloud: We’ve cut pricing for App Engine, and lowered pricing for instance-hours by 37.5%, dedicated memcache by 50% and Datastore writes by 33%.
The script won't remove any user accounts to avoid data loss. Check for sshKeys via gcutil getproject and gcutil getinstance <instance name> also to make sure you aren't missing something.
- Joe Beda
The accounts inside the VM are separate from the accounts that have permission to operate on the API.
The accounts in the VM come from the sshKeys metadata value that the VM sees. This is a union of VM specific metadata and the project metadata.
By default gcutil will prompt you to create a key and expand the sshKeys metadata value with that key and $USER. The easiest way to see and edit this is at the Cloud Console. There are more details on ssh'ing into the instance here.
- Joe Beda
Answer by Joe Beda for Can Google App Engine make a http request to a Compute Engine instance within the same project without an external IP? - http://stackoverflow.com/questio...
A future release will add this back by default. We removed columns to make it fit on a more typical terminal but perhaps went too far.
In the meantime, you can run:
gcutil listinstances --columns=name,zone,external-ip,status
Sorry for the inconvenience!
- Joe Beda
This is a known issue and we are working on getting a fix out ASAP.
In the meantime, you can run the command output in the INFO line.
We are tracking this issue here.
- Joe Beda