An enterprise logistics provider processes real-time vehicle telemetry ingested by a fleet of Compute Engine instances in a Managed Instance Group (MIG) behind an External HTTP(S) Load Balancer. During peak operating hours, incoming message throughput surges by . Load testing demonstrates that while the application is heavily network I/O-bound, the MIG autoscaler is currently configured to scale based on average CPU utilization, causing severe latency spikes before new instances launch. Additionally, project telemetry forecasts indicate that scaling to meet peak load will exceed the project's allocated Compute Engine regional vCPU quota in . Which pair of actions should the Cloud Architect recommend to optimize workload scaling and ensure adequate infrastructure capacity?
- Submit a regional vCPU quota increase request for prior to peak events, and reconfigure the MIG autoscaler to use a Cloud Monitoring metric based on open network connections or load balancer request count.Answer
- BLower the target CPU utilization threshold on the MIG autoscaler to , relying on GCP's automated dynamic quota burst capability to dynamically expand regional vCPU limits during high load.
- CMigrate the telemetry ingestion service to a GKE cluster with Autopilot mode to bypass regional vCPU quota restrictions while maintaining CPU-based horizontal pod autoscaling.
- DProvision a 10 Gbps Dedicated Interconnect circuit between the fleet and Google Cloud to bypass load balancer limits, and request a regional vCPU quota increase.