A healthcare analytics enterprise is designing a mission-critical patient monitoring architecture on Google Cloud. The system ingests continuous asynchronous event streams with highly variable memory demands and persists high-throughput transactional records. The solution must guarantee zero Recovery Point Objective (RPO=0) and under 30 seconds Recovery Time Objective (RTO) across full regional infrastructure failures. Furthermore, the architecture must minimize operational management overhead for stateless compute containers while strictly preventing authorized internal users from exfiltrating sensitive patient dataset records to external Cloud Storage buckets outside the organization. Which combination of GCP architectural components and security controls fulfills all technical and high availability requirements?
- Deploy Cloud Spanner across a multi-region configuration for transactional data, host stateless event microservices on Cloud Run with memory-based autoscaling, and establish VPC Service Controls around the storage and database resource perimeters.Answer
- BDeploy Cloud SQL for PostgreSQL in a High Availability regional configuration with cross-region asynchronous read replicas, host stateless event microservices on Cloud Run with memory-based autoscaling, and establish VPC Service Controls around the storage and database resource perimeters.
- CDeploy Cloud Spanner across a multi-region configuration for transactional data, host stateless event microservices on a dedicated regional Google Kubernetes Engine (GKE) cluster with Node Auto-provisioning, and establish VPC Service Controls around the storage and database resource perimeters.
- DDeploy Cloud Spanner across a multi-region configuration for transactional data, host stateless event microservices on Cloud Run with memory-based autoscaling, and rely exclusively on fine-grained IAM roles without VPC Service Controls to prevent external bucket access.