Topic 1 Question 56
You are troubleshooting a connection issue with a newly deployed Cloud SQL instance on Google Cloud. While investigating the Cloud SQL Proxy logs, you see the message Error 403: Access Not Configured. What should you do?
Check the app.yaml value cloud_sql_instances for a misspelled or incorrect instance connection name.
Check whether your service account has cloudsql.instances.connect permission.
Enable the Cloud SQL Admin API.
Ensure that you are using an external (public) IP address interface.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: C👍 2juancambb2022/12/19
C. D is not a recommended way to access a Cloud SQL instance and you wouldn’t get a 403 error connecting via a public IP anyway. A and B could trigger a 403 error, but the text would be “not authorized”. The answer is in Google’s documentation. The link provided by sp57 is spot on.
👍 2dynamic_dba2023/03/12- 正解だと思う選択肢: C
Enable the Cloud SQL Admin API
👍 1range90052022/12/21
シャッフルモード