Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you enable your Java application on a corporate network VM to connect via JDBC to a Cloud SQL for PostgreSQL instance (IP 192.168.3.48, SSL disabled) without modifying the database configuration?
A
Define a connection string using your Google username and password to point to the external (public) IP address of your Cloud SQL instance.
B
Define a connection string using a database username and password to point to the internal (private) IP address of your Cloud SQL instance.
C
Define a connection string using Cloud SQL Auth proxy configured with a service account to point to the internal (private) IP address of your Cloud SQL instance.
D
Define a connection string using Cloud SQL Auth proxy configured with a service account to point to the external (public) IP address of your Cloud SQL instance.