App Engine connectivity strategies

This page describes commonly used App Engine connectivity strategies, including steps related to using Serverless VPC Access and internal IP addresses.

Connect from VPC to App Engine instances

Serverless VPC Access is useful when making calls from Google's serverless offerings to a Virtual Private Cloud (VPC) network, but you can't access App Engine instances using an internal IP address.

To connect to App Engine from the VPC network using an internal IP address without an assigned external IP address, do the following:

  1. Set up Private Google Access. Ensure that the App Engine service uses a Private Google Access-enabled subnet.
  2. Use a Private Service Connect endpoint. Ensure that the endpoint is connected to the Private Google Access-enabled subnet.
  3. Send traffic to the Private Service Connect endpoint. Ensure that the endpoint is connected to the subnet.

App Engine instances with external IP addresses can send traffic to Private Service Connect endpoints without any requirements.

Customize access permissions between App Engine services

When you have multiple App Engine services and want to configure access permissions differently between services (for example, you want to enable access to App Engine Service A only from App Engine Service B), you can use App Engine with Identity-Aware Proxy (IAP).

For more information, see Controlling access to websites and apps and IAP documentation.

Connect App Engine to Cloud SQL private IP addresses

To connect your App Engine apps to Cloud SQL instances over private IP addresses, use one of the following options:

Troubleshoot issues connecting an App Engine app to Cloud SQL

When deploying an older App Engine standard environment app with Cloud SQL using Unix sockets, you might see a few error messages if your app isn't correctly configured to connect to a Cloud SQL instance. For detailed steps to configure your app, see Connect from App Engine standard environment.

The following warning message indicates that App Engine was able to fall back on a legacy connection method to complete the operation successfully:

CloudSQL warning: your action is needed to update your application and avoid potential disruptions. Please see https://cloud.google.com/sql/docs/mysql/connect-app-engine-standard for additional details: ... 

The following error message indicates that the operation to connect to Cloud SQL wasn't completed successfully:

Cloud SQL connection failed. Please see https://cloud.google.com/sql/docs/mysql/connect-app-engine-standard for additional details: ...

For both error messages, check the following to ensure that the Cloud SQL Auth proxy is correctly configured to connect to a Cloud SQL instance:

  • The Cloud SQL Admin API must be enabled.
  • The service account for the App Engine app must have the correct permissions.
  • The instance connection name must include the region.

If the failure message persists after troubleshooting, contact Google Cloud Support for assistance.