An enterprise financial services provider runs a payroll processing platform on Google Cloud using Compute Engine Managed Instance Groups (MIGs). The application experiences predictable, severe 10x traffic bursts on the last business day of every month. During the most recent burst, instances failed to scale out despite autoscaling policies triggering, resulting in request timeouts due to hitting regional Compute Engine vCPU quotas. The organization requires a solution that guarantees instance availability for scheduled peak events without incurring continuous baseline compute costs. Which capacity planning and scaling strategy should the principal cloud architect recommend?
- Submit a regional vCPU quota increase request in advance and implement targeted Compute Engine On-Demand Reservations scheduled for the monthly peak window.Cevap
- BMigrate the workloads from Compute Engine MIGs to Google Kubernetes Engine (GKE) with Cluster Autoscaler to automatically bypass regional vCPU quota limits.
- CReconfigure the Compute Engine MIG autoscaling policy to lower the target CPU utilization threshold from 80% to 30% so scaling actions trigger earlier during traffic bursts.
- DMigrate the application's underlying database tier to Cloud Spanner across multiple regions to resolve compute node scaling constraints.
Cevap
The correct strategy is to request a regional vCPU quota increase in advance and leverage scheduled Compute Engine On-Demand Reservations during the monthly processing window.
Requesting a regional vCPU quota increase in advance ensures the GCP project has sufficient quota headroom for peak demand. Combining this with Compute Engine Reservations guarantees that the physical infrastructure capacity is reserved in the target zone for the predictable burst window, preventing capacity exhaustion while avoiding continuous baseline compute expenditure.
Adım Adım Çözüm
Anahtar Kavram
Capacity Planning and Infrastructure Workload Scaling Optimization