A multinational financial institution operating in the European Union is migrating a mission-critical workload to Google Cloud. To satisfy strict regulatory compliance mandates regarding EU data sovereignty and data governance, the lead architect must design a solution that satisfies the following four requirements:
1. All data stored in Cloud Storage and BigQuery must be restricted exclusively to EU multi-regions or EU sub-regions.
2. Cryptographic keys used for encryption at rest must be managed by the customer within an EU location, and Google personnel access to customer data or key material must require explicit prior customer approval and full auditability.
3. Authorized internal service accounts and users must be prevented from exfiltrating data to external Cloud Storage buckets outside the organization's boundary.
Which architectural combination of Google Cloud security and governance controls fulfills all specified regulatory requirements?
- Configure an Organization Policy with the Resource Locations constraint restricting deployments to EU locations, encrypt storage resources using Customer-Managed Encryption Keys (CMEK) located in EU key rings, enable Access Approval and Access Transparency, and enforce a VPC Service Controls perimeter around the workload projects.Cevap
- BImplement Customer-Supplied Encryption Keys (CSEK) managed on-premises for all storage services, grant Project Owner and Editor primitive roles to the compliance team to override location constraints, and rely on Cloud Audit Logs to track exfiltration attempts.
- CConfigure Customer-Managed Encryption Keys (CMEK) in EU locations, configure Access Approval and Access Transparency, enforce Resource Locations org policies, and rely exclusively on restrictive IAM permissions to prevent authorized service accounts from writing data to external Cloud Storage buckets.
- DMandate Customer-Supplied Encryption Keys (CSEK) for all data workloads to avoid relying on Cloud KMS, configure Organization Policy constraints for resource locations, and deploy VPC Service Controls perimeters.