Topic 1 Question 105
You are deploying your application on a Compute Engine instance that communicates with Cloud SQL. You will use Cloud SQL Proxy to allow your application to communicate to the database using the service account associated with the application's instance. You want to follow the Google-recommended best practice of providing minimum access for the role assigned to the service account. What should you do?
Assign the Project Editor role.
Assign the Project Owner role.
Assign the Cloud SQL Client role.
Assign the Cloud SQL Editor role.
解説
ユーザの投票
コメント(4)
- 👍 6scaenruy2022/01/09
- 正解だと思う選択肢: C
C is correct
👍 3tomato1232022/08/19 - 正解だと思う選択 肢: C
C is the answer.
https://cloud.google.com/sql/docs/mysql/roles-and-permissions#proxy-roles-permissions If you are connecting to a Cloud SQL instance from a Compute Engine instance using Cloud SQL Auth proxy, you can use the default Compute Engine service account associated with the Compute Engine instance.
As with all accounts connecting to a Cloud SQL instance, the service account must have the Cloud SQL > Client role.
👍 1zellck2022/12/21
シャッフルモード