A healthcare enterprise is designing its cloud architecture on Google Cloud for a patient medical imaging retrieval API and metadata repository. On-premises hospitals must securely stream imaging data to Google Cloud over a dedicated hybrid network connection requiring a sustained throughput of 15 Gbps with 99.99% availability. The imaging retrieval service consists of stateless, containerized HTTP microservices with variable traffic patterns that require low operational overhead. The relational metadata database operates within a single GCP region and requires high availability with automatic zonal failover, but does not require global multi-region write replication. Which TWO architectural decisions should you implement to satisfy these high availability and technical requirements?
- Provision redundant Dedicated Interconnect connections with at least two 10 Gbps circuits terminating in separate edge availability domains.Answer
- Deploy the stateless HTTP microservices on Cloud Run and utilize Cloud SQL in a High Availability (HA) dual-zone configuration for the metadata database.Answer
- CEstablish an HA Cloud VPN gateway with four active IPsec tunnel pairs to aggregate network bandwidth for the 15 Gbps sustained requirement.
- DDeploy Cloud Spanner as the relational metadata database engine to ensure maximum regional availability.
- EConfigure Application Load Balancer health checks to execute a SQL SELECT query directly against the backend database engine.