Soru

Zorluk: OrtaManaging Cloud Projects and Resource Hierarchy

An Associate Cloud Engineer is tasked with setting up a new environment for the Finance engineering division under an existing Google Cloud Organization. What is the correct sequence of administrative steps to establish the resource container structure, enable billing, and grant access using least privilege?

  1. 1Create a new dedicated Folder under the Organization node to house the division resources.
  2. 2Create a new Google Cloud Project directly inside the newly created Folder.
  3. 3Link an active Cloud Billing Account to the newly created Project.
  4. 4Grant predefined IAM roles to the division lead at the Folder level to allow policy inheritance to the project.

Cevap

The correct sequence is to first create the parent Folder under the Organization, create the child Project inside the Folder, link the Billing Account to the Project, and finally grant the necessary IAM predefined role at the Folder level for inherited permissions.
The correct order follows standard GCP resource hierarchy provisioning: first build the parent container (Folder) under the Organization node, then create the child resource container (Project) inside the Folder, link the Project to a Cloud Billing Account to permit resource deployment, and finally bind predefined IAM roles at the Folder level to automatically grant permissions to child resources via IAM policy inheritance.

Adım Adım Çözüm

1
Create the parent Folder under the Organization node.
Establishes the container boundary in the Google Cloud resource hierarchy.
Projects require a parent container (Organization or Folder) to exist first.
2
Provision the Project within the created Folder.
Creates the project resource container under the folder.
Project creation requires defining its parent folder ID during execution.
3
Link the Project to an active Cloud Billing Account.
Enables resource allocation and billing capabilities for the project.
Google Cloud projects cannot run billable services without a linked billing account.
4
Apply predefined IAM roles at the parent Folder level.
Grants access permissions that inherit down to the child project.
Configuring IAM roles at the parent folder ensures consistent permissions through policy inheritance according to the principle of least privilege.

Anahtar Kavram

Google Cloud Resource Hierarchy Provisioning and IAM Policy Inheritance
Bu soruyu puanla