An organization wants to group related projects under a common parent for policy enforcement and cost tracking. Which GCP resource hierarchy level should be used to group several projects that belong to the same business unit?
Trap 1: Organization node
The organization node is the root, used for organization-wide policies, not for grouping projects.
Trap 2: Project
A project is a single unit of resources; it does not group other projects.
Trap 3: Resource
Resources are individual services like VMs or buckets, not grouping constructs.
- A
Organization node
Why wrong: The organization node is the root, used for organization-wide policies, not for grouping projects.
- B
Folder
Folders group projects and other folders, enabling hierarchical policy inheritance.
- C
Project
Why wrong: A project is a single unit of resources; it does not group other projects.
- D
Resource
Why wrong: Resources are individual services like VMs or buckets, not grouping constructs.