An Associate Cloud Engineer is tasked with setting up a new isolated environment for a financial analytics team under an existing Google Cloud Organization. The team requires a dedicated workspace where organization policies are pre-enforced before any project is provisioned, and team leads are granted permissions to create projects only within their assigned scope. Place the following administrative steps in the correct sequence to establish this resource hierarchy according to Google Cloud best practices.
- 1Create a new dedicated folder named 'Finance-Analytics' under the Organization node using the Resource Manager.
- 2Enforce the required Organization Policy constraints directly at the 'Finance-Analytics' folder level.
- 3Grant the Project Creator role (roles/resourcemanager.projectCreator) to the financial team leads group scoped specifically to the 'Finance-Analytics' folder.
- 4Create the team's first workload project inside the 'Finance-Analytics' folder using the team lead credentials.
Cevap
The correct sequence starts with creating the parent folder under the Organization, enforcing Organization Policy constraints on the folder, delegating the Project Creator IAM role to the team leads scoped to that folder, and finally creating the workload project inside the folder.
The correct administrative sequence follows top-down governance: first establish the parent container (Folder), apply security guardrails (Organization Policies) to the container, delegate creation authority (IAM roles) at the folder scope, and finally instantiate child resources (Projects). This ensures all projects are created inside a pre-secured container.
Adım Adım Çözüm
Anahtar Kavram
Resource Hierarchy Provisioning Sequence and IAM/Policy Inheritance