An organization is setting up a new Google Cloud environment from scratch. Arrange the following steps in the correct sequential order to establish the resource hierarchy and prepare a project for application workloads according to Google Cloud best practices.
- 1Provision the top-level Google Cloud Organization resource via Cloud Identity or Google Workspace.
- 2Create environment-specific Folders under the Organization node to isolate business workloads.
- 3Create a new Google Cloud Project inside the designated environment Folder.
- 4Link an active Billing Account to the newly created Google Cloud Project.
- 5Enable required Google Cloud Service APIs and grant least-privilege IAM roles to project users.
Answer
The correct sequence begins with provisioning the top-level Organization resource, followed by creating environment Folders beneath it, creating the Cloud Project inside the appropriate Folder, linking an active Billing Account to the Project, and finally enabling Cloud Service APIs and configuring IAM roles.
Google Cloud resources strictly follow a top-down dependency hierarchy: Organization -> Folder -> Project. Operational setup requires establishing the project container, attaching an active billing account, and then enabling project APIs and granting access permissions.
Step-by-Step Solution
Key Concept
Google Cloud Resource Hierarchy Provisioning Order