An administrator is setting up a new application environment in Google Cloud. Arrange the administrative steps in the correct order to configure the resource hierarchy and project access from top-level container creation to user access assignment.
- 1Create a new folder within the Google Cloud Organization resource.
- 2Create a new Google Cloud project inside the designated folder.
- 3Link an active Billing Account to the newly created project.
- 4Grant IAM roles to developers on the project.
Cevap
The correct sequence starts with creating a folder under the Organization resource, followed by creating the project inside that folder, linking the project to an active Billing Account, and finally granting IAM roles to developers on the project.
The Google Cloud resource hierarchy follows a strict top-down structure: Organization > Folder > Project > Resources. Creating a folder first establishes the required container under the Organization. Next, creating the project inside that folder establishes the resource boundary. Linking an active Billing Account ensures resources can be consumed. Finally, assigning project-level IAM roles grants developers the necessary privileges to operate within the newly provisioned environment.
Adım Adım Çözüm
Anahtar Kavram
Google Cloud Resource Hierarchy Setup Sequence