An enterprise e-commerce company is preparing for an upcoming promotional event that will require temporarily provisioning 400 Compute Engine N2 Virtual Machines in the `us-central1` region within a newly created Google Cloud project. The current regional quota for N2 CPUs in this project is set to default limits, which is far below the capacity required for the event. Which proactive measure should the Cloud Architect recommend to ensure the deployment succeeds without operational disruption?
- Submit a regional N2 CPU quota increase request via the Google Cloud Console or Quotas API in advance of the event.Cevap
- BAssign the primitive Owner role to the deployment service account so it can automatically bypass project quota limits during resource creation.
- CConfigure the Infrastructure as Code provisioning pipeline to store state files locally so state locks can dynamically override project quota enforcement.
- DGrant the Service Account Admin role to the automated deployment pipeline service account to authorize compute quota overrides at runtime.
Cevap
Submit a regional N2 CPU quota increase request via the Google Cloud Console or Quotas API in advance of the event.
Resource quotas in Google Cloud are per-project and per-region limits enforced by the cloud platform regardless of identity permissions. To provision capacity above the default quota limits, an explicit quota request must be submitted and approved prior to resource allocation.
Adım Adım Çözüm
Anahtar Kavram
Managing Resource Quotas and Provisioning Governance