An enterprise utility provider is architecting an IoT smart-grid monitoring platform on Google Cloud. The system must process continuous operational metrics from millions of distributed smart meters across two separate geographic regions. The business requires multi-region high availability with a strict Recovery Point Objective (RPO) of zero and near-zero Recovery Time Objective (RTO) for transactional state data. Furthermore, hybrid network connectivity between the Google Cloud Virtual Private Cloud (VPC) and the on-premises control center must guarantee throughput exceeding 10 Gbps while ensuring sensitive operational telemetry cannot be exfiltrated to external, unapproved cloud storage buckets. Which TWO architectural solutions should you implement to satisfy these technical availability and security requirements?
- Deploy a multi-region Cloud Spanner database instance to store core transactional telemetry, utilizing synchronous replication across regions to deliver high availability and zero RPO.Answer
- BProvision Cloud SQL for PostgreSQL with cross-region read replicas to handle multi-region transactional writes with zero RPO.
- Establish Dedicated Interconnect with redundant links across two metro locations for high-throughput hybrid connectivity, and enforce VPC Service Controls perimeters to prevent data exfiltration to external storage buckets.Answer
- DDeploy High-Availability (HA) VPN with multiple active-active IPsec tunnels to achieve encrypted hybrid connectivity exceeding 10 Gbps between on-premises systems and the VPC.
- EApply restrictive IAM roles without VPC Service Controls to prevent telemetry exfiltration from internal Compute Engine instances to external storage buckets.