Google Cloud Professional Cloud Database Engineer — Question 95

Your organization has a busy transactional Cloud SQL for MySQL instance. Your analytics team needs access to the data so they can build monthly sales reports. You need to provide data access to the analytics team without adversely affecting performance. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because setting up a read replica with the cloudsql.iam_authentication flag allows secure access for the analytics team while keeping the primary instance's performance intact. Option A lacks IAM authentication, while C and D provide direct access to the primary instance, which could negatively impact performance.