A cloud engineer needs to provision additional Compute Engine virtual machines for an upcoming batch workload. Upon reviewing the project settings, the engineer discovers that the required core count exceeds the project's current regional CPU quota limit. Which of the following is the standard Google Cloud procedure to ensure the virtual machines can be successfully created?
- Submit a regional quota increase request via the Google Cloud Console before running the provisioning deployment.Cevap
- BAssign the Owner primitive IAM role to the deployment service account so it can automatically bypass project quota limits.
- CExecute the resource creation scripts and allow Compute Engine to automatically request dynamic quota increases upon encountering allocation limits.
- DConfigure the deployment script to store its Infrastructure as Code state file locally to suppress remote quota validation checks.
Cevap
Submit a regional quota increase request via the Google Cloud Console before running the provisioning deployment.
Submitting a quota increase request in advance through the Google Cloud Console ensures that the project has adequate regional quota limits allocated, preventing deployment failure due to resource exhaustion.
Adım Adım Çözüm
Anahtar Kavram
Managing Resource Quotas