A Cloud Engineer needs to deploy a Cloud SQL for PostgreSQL instance with Private IP connectivity in an existing Virtual Private Cloud (VPC) network. Place the required steps in the correct chronological order from first to last.
- 1Allocate an IP address range in the VPC network for private services access.
- 2Establish a private connection between the VPC network and Google Service Networking.
- 3Create the Cloud SQL instance specifying the VPC network and disabling public IP.
Cevap
The correct order of deployment steps is: 1) Allocate an IP address range in the VPC network for private services access, 2) Establish a private connection between the VPC network and Google Service Networking, 3) Create the Cloud SQL instance specifying the VPC network and disabling public IP.
Configuring Cloud SQL for private access requires preparing network infrastructure prior to instance creation. First, an IP allocation is reserved for Google services. Next, a private service connection (VPC Peering) is created between the user VPC and Google Service Networking. Finally, the Cloud SQL instance is provisioned specifying the target VPC network.
Adım Adım Çözüm
Anahtar Kavram
Deploying Cloud SQL with Private IP using Private Services Access and VPC Peering