An international financial institution is designing a core transaction platform on Google Cloud. The application requires a relational database capable of global multi-region active-active processing, strong transactional consistency, zero Recovery Point Objective (RPO), and an RTO of under 5 seconds during a full regional outage. Additionally, audit operations require dedicated, SLA-backed private network connectivity from an on-premises data center to Google Cloud capable of sustaining 10 Gbps dedicated bandwidth without traversing the public internet. Which architecture fulfills these high availability and connectivity requirements while adhering to Google Cloud best practices?
- Deploy a multi-region Cloud Spanner instance across two active regions with a witness region, and establish redundant Dedicated Interconnect connections with Private Google Access enabled for private endpoint communication.Cevap
- BDeploy a Cloud SQL for PostgreSQL instance configured with high availability (HA) in the primary region and an asynchronous cross-region read replica, combined with redundant Dedicated Interconnect connections.
- CDeploy a multi-region Cloud Spanner instance, and establish an HA VPN setup with multiple IPsec tunnels to carry the 10 Gbps on-premises hybrid traffic.
- DDeploy a multi-region Cloud Spanner instance in a central database VPC, and use VPC Network Peering to transitively route on-premises traffic from an edge hybrid VPC into the central database VPC.
Cevap
Deploy a multi-region Cloud Spanner instance across two active regions with a witness region, combined with redundant Dedicated Interconnect connections utilizing Private Google Access.
Cloud Spanner multi-region deployment uses synchronous replication across regions via Paxos consensus, delivering global ACID compliance, zero RPO, and automatic failover with sub-second RTO. Pairing this with Dedicated Interconnect ensures private, SLA-backed 10 Gbps physical network throughput for on-premises hybrid traffic via Private Google Access.
Adım Adım Çözüm
Anahtar Kavram
Multi-region High Availability and Dedicated Hybrid Networking