QuestionQ306
Integrating applications with Google Cloud servicesYour team develops multiple microservices that run on Cloud Run and connect to a Cloud SQL instance. You normally test in a local environment before deploying new features. However, the external IP address was recently removed from the Cloud SQL instance, so you can no longer perform the tests.
You need to connect to the database to test with the most current data and want to follow Google-recommended practices. What should you do?
- A Export the data from the database to a Cloud Storage bucket. Create a database on your computer and import the data.
- B Create a Cloud VPN tunnel from your computer to your Google Cloud project, and connect to the Cloud SQL instance.
- C Add your IP as an authorized network on the Cloud SQL instance.
- D Create a VM in the same VPC as the Cloud SQL instance. Connect to the VM by using Identity-Aware Proxy for TCP forwarding. Install and configure the Cloud SQL Auth Proxy.
Community Discussion