
Explanation:
Option A is incorrect because assigning roles to individual users is not scalable and increases maintenance. Option B is incorrect because basic roles lack the granularity needed for sensitive data. Option C is incorrect because custom roles require more maintenance than predefined roles. Option D is correct because it uses predefined roles for granular access control and groups for scalable management, minimizing maintenance while ensuring security. For more information, refer to Google Cloud IAM documentation and Understanding Custom Roles.
Ultimate access to all questions.
Your company has recently started using Google Cloud Platform (GCP) for a pilot project involving several developers and testers. The project contains sensitive data, and access needs to be restricted to certain team members. What is the most efficient way to assign Identity and Access Management (IAM) roles to ensure minimal maintenance?
A
Assign a basic role to each individual user.
B
C
D
No comments yet.