A national electrical utility company is designing a new cloud platform on Google Cloud to collect, analyze, and store smart meter data. The architectural plan defines three logical tiers: an Ingestion Tier for high-throughput time-series telemetry from 5 million meters, a Storage Tier split between high-volume time-series metrics and standard single-region relational customer billing metadata, and a Security Tier enforcing strict perimeter boundaries to prevent authorized internal users from exfiltrating sensitive telemetry to external storage locations. Which physical Google Cloud architecture best maps these logical tiers to meet all operational and security requirements?
- Ingest telemetry using Cloud Pub/Sub and Cloud Dataflow; store time-series metrics in Cloud Bigtable and billing metadata in Cloud SQL; enforce data exfiltration protection by configuring VPC Service Controls perimeters around the storage resources.Cevap
- BIngest telemetry using Cloud Pub/Sub and Cloud Dataflow; store time-series metrics in Cloud Bigtable and billing metadata in Cloud Spanner; enforce data exfiltration protection by configuring VPC Service Controls perimeters around the storage resources.
- CIngest telemetry using Cloud Pub/Sub and Cloud Dataflow; store time-series metrics in Cloud Bigtable and billing metadata in Cloud SQL; enforce data exfiltration protection strictly using fine-grained Cloud IAM roles without enabling VPC Service Controls.
- DIngest telemetry using self-managed Apache Kafka deployed on a Google Kubernetes Engine (GKE) cluster; store time-series metrics in Cloud Bigtable and billing metadata in Cloud SQL; enforce data exfiltration protection by configuring VPC Service Controls perimeters.
Cevap
The optimal architecture uses Cloud Pub/Sub and Cloud Dataflow for ingestion, Cloud Bigtable for time-series metrics, Cloud SQL for single-region relational billing metadata, and VPC Service Controls to prevent data exfiltration.
The solution correctly maps each logical tier to optimal GCP physical resources: Cloud Pub/Sub and Dataflow provide fully managed stream ingestion and transformation; Cloud Bigtable handles high-throughput time-series writes; Cloud SQL satisfies single-region relational database demands cost-effectively; and VPC Service Controls establishes perimeter security to prevent data exfiltration.
Adım Adım Çözüm
Anahtar Kavram
Translating Conceptual and Logical Tiers into Physical GCP Solution Architectures