If this issue reoccurs, please report it using our
issue tracker and specify when it occurred, a screenshot of any error messages, so we can investigate the issue.
The App Engine instance name is the method of identifying specific logs in Stackdriver logging. There are no specific internal IPs that would be specified in the logs since App Engine typically connects to other services via public IP within our DNS range. You can view Stackdriver logs associated with your instance by selecting Logging under the Cloud Console menu and specifying the instance and time frame. This
document goes into detail about viewing logs.
The
10.128.0.0/9 CIDR block is reserved for the primary IP ranges of automatically created subnets when an auto mode network is created. This document goes over the
VPC network and how
more subnets can be added. If you are using App Engine Flex,
instance tags can be used to modify the firewall rules instead of IPs.