0
0
GCPcloud~5 mins

Cloud SQL Proxy for secure connections in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of the Cloud SQL Proxy?
The Cloud SQL Proxy helps applications connect securely to Cloud SQL databases without managing IP allowlists or SSL certificates manually.
Click to reveal answer
beginner
How does Cloud SQL Proxy authenticate connections to Cloud SQL?
It uses the credentials of the Google Cloud service account or user to authenticate securely with Cloud SQL instances.
Click to reveal answer
intermediate
Which network protocol does Cloud SQL Proxy use to connect to Cloud SQL instances?
Cloud SQL Proxy uses secure TLS connections over TCP to connect to Cloud SQL instances.
Click to reveal answer
intermediate
What is a key benefit of using Cloud SQL Proxy compared to direct IP connections?
It removes the need to open database ports to the public internet, reducing exposure and improving security.
Click to reveal answer
advanced
Can Cloud SQL Proxy be used with multiple Cloud SQL instances simultaneously?
Yes, Cloud SQL Proxy can manage connections to multiple Cloud SQL instances at the same time using different instance connection names.
Click to reveal answer
What does Cloud SQL Proxy eliminate the need for when connecting to Cloud SQL?
AManaging IP allowlists and SSL certificates
BUsing service accounts
CCreating database users
DWriting SQL queries
Which of the following is true about Cloud SQL Proxy authentication?
AIt uses Google Cloud credentials for authentication
BIt requires manual password entry every time
CIt uses SSH keys for authentication
DIt does not authenticate connections
What type of connection does Cloud SQL Proxy establish to Cloud SQL instances?
AFTP
BUnencrypted HTTP
CTLS encrypted TCP
DUDP
Why is using Cloud SQL Proxy considered more secure than direct IP connections?
AIt requires less bandwidth
BIt avoids exposing database ports publicly
CIt uses a faster protocol
DIt stores passwords locally
Can Cloud SQL Proxy connect to multiple Cloud SQL instances at once?
ANo, only one instance at a time
BOnly if instances are in the same region
COnly with manual configuration per instance
DYes, using different instance connection names
Explain how Cloud SQL Proxy improves security when connecting to Cloud SQL databases.
Think about what risks are reduced by using the proxy.
You got /4 concepts.
    Describe the authentication process Cloud SQL Proxy uses to connect to Cloud SQL instances.
    Focus on how identity is verified automatically.
    You got /3 concepts.