A financial analytics enterprise processes real-time risk assessment calculations on Google Cloud using a Compute Engine Managed Instance Group (MIG) deployed across multiple zones in `us-central1`. During unpredictable market volatility events, compute demand spikes rapidly, requiring the MIG to scale up from 20 to 150 `n2-standard-16` instances. During a recent market event, autoscaling failed to provision required instances due to reaching the region's N2 vCPU quota limit and encountering transient stockouts of `n2-standard-16` instances in specific zones. The enterprise requires a solution that guarantees instance allocation during market spikes while adhering to GCP quota governance. Which architectural strategy should the Cloud Architect recommend?
- Submit a proactive regional N2 vCPU quota increase request for `us-central1` and configure Compute Engine zonal capacity reservations for the required `n2-standard-16` capacity.Cevap
- BMigrate the risk assessment engine to a Google Kubernetes Engine (GKE) cluster using Cluster Autoscaler, expecting GKE to automatically bypass regional vCPU quota limits during rapid scaling.
- CReplace the Compute Engine instances with a stateless Cloud Run service backed by Cloud Spanner to absorb compute bursts without needing quota management.
- DEstablish an HA VPN connection to burst traffic to an on-premises data center during peak market events to circumvent cloud capacity limits.