March 2019
Beginner to intermediate
778 pages
34h 20m
English
In order to permit access from external systems, Cloud SQL provides authorized networks, which specify whitelisted IP ranges in CIDR notation. For example, in order to authorize connections from all addresses, an authorized network could be added with an address range of 0.0.0.0/0. Authorized networks can be configured from within the Cloud Console SQL dashboard by clicking on your instance, navigating to the AUTHORIZATION tab, and clicking Add network. Alternatively, authorized networks can be configured using gcloud with the following command:
gcloud sql instances patch <INSTANCE> \ --authorized-networks=<CIDR_1>[, CIDR_2, … ]
Authorized networks do not support private IP addresses, including IP addresses for Compute ...
Read now
Unlock full access