A cloud administrator is configuring a new organizational folder structure for an enterprise application suite. The central deployment team requires authorization to create new Google Cloud projects inside the 'Payments-Production' folder and link those projects to the organization's central billing account. Furthermore, the organization enforces a constraint at the organization root node restricting external IP addresses on Compute Engine instances.
Which of the following statements regarding GCP resource hierarchy management, IAM permissions, and policy enforcement are correct? (Select TWO.)
- The deployment team requires the Project Creator role on the target folder and the Billing Account User role on the central billing account to successfully create and link projects.Answer
- Organization policies inherited from parent nodes enforce restrictive constraints that cannot be bypassed or overridden by granting IAM roles at lower resource hierarchy levels.Answer
- CGranting the Project Creator role on the parent folder automatically delegates billing linking permissions for any billing account linked to that folder.
- DAssigning the primitive Owner role to developers at the project level allows them to disable organization policies inherited from parent folders.
- ETo enable project creation and billing linking under least privilege, the deployment team should be granted the primitive Editor role at the Organization root level.
Answer
The correct statements are that project creation and billing linking require permissions on both the parent container (Project Creator role on the folder) and the billing account (Billing Account User role on the billing account), and that organization policies inherited from parent nodes cannot be overridden by granting lower-level IAM roles.
Project creation within a folder container requires the Project Creator role on that folder, and attaching a project to a billing account requires the Billing Account User role on the billing account. In addition, Organization Policy constraints enforced at upper hierarchy levels define absolute configuration limits that IAM role assignments cannot override.
Step-by-Step Solution
Key Concept
Managing Google Cloud projects, billing account linkage permissions, least privilege roles, and organization policy inheritance rules across the resource hierarchy.