PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #349
Your organization is implementing a new Python application that will be deployed on Cloud Run. The application needs to connect to a MySQL database that runs on Cloud SQL in a different project in…
The correct answer is B. Ensure that the Cloud SQL instance doesn't have a public IP address. Configure Cloud Run to use. Using Cloud SQL Auth Proxy with Cloud Run provides a secure, managed, and simple way to connect to a Cloud SQL instance without exposing a public IP address. It handles authentication and encryption transparently, reducing management overhead while ensuring secure connectivity…
Question
Options
- AUse a public IP address for the Cloud SQL instance. Integrate the Cloud SQL Python Connector
- BEnsure that the Cloud SQL instance doesn't have a public IP address. Configure Cloud Run to use
- CEnsure that the Cloud SQL instance doesn't have a public IP address. Enforce SSL/TLS. Require
- DEnsure that the Cloud SQL instance doesn't have a public IP address. Configure the application's
How the community answered
(19 responses)- A5% (1)
- B79% (15)
- C5% (1)
- D11% (2)
Explanation
Using Cloud SQL Auth Proxy with Cloud Run provides a secure, managed, and simple way to connect to a Cloud SQL instance without exposing a public IP address. It handles authentication and encryption transparently, reducing management overhead while ensuring secure connectivity across projects.
Topics
Community Discussion
No community discussion yet for this question.