An organization is preparing to deploy a large-scale batch processing workload using Compute Engine in a newly created Google Cloud project. To ensure a successful deployment following GCP resource governance and quota management best practices, which TWO actions should the Cloud Architect take? (Select TWO.)
- Evaluate regional Compute Engine resource quota limits in advance and submit quota increase requests prior to starting deployment.Answer
- Assign fine-grained predefined IAM roles to project team members based on least privilege rather than primitive roles.Answer
- CGrant project team members the primitive Owner role so their resource provisioning actions automatically bypass regional quotas.
- DProceed with provisioning instances immediately and submit quota adjustment requests only after encountering quota limit errors.
Answer
The correct actions are to evaluate regional resource quota limits in advance and submit quota increase requests prior to deployment, and to assign fine-grained predefined IAM roles based on least privilege rather than primitive roles.
Proactively requesting quota increases ensures that necessary infrastructure can be provisioned in the target region without hitting default limits. Assigning fine-grained predefined IAM roles enforces security governance and the principle of least privilege across the resource hierarchy.
Step-by-Step Solution
Key Concept
Managing Resource Quotas, Hierarchies, and Cost Optimization
Estimated Time:1m 0s