Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have a Python application running in production on Cloud Run that needs to read and write data from a Cloud Storage bucket in the same project. How do you grant the application access while adhering to the principle of least privilege?
A
Create a user-managed service account with a custom Identity and Access Management (IAM) role.
B
Create a user-managed service account with the Storage Admin Identity and Access Management (IAM) role.
C
Create a user-managed service account with the Project Editor Identity and Access Management (IAM) role.
D
Use the default service account linked to the Cloud Run revision in production.