A French biotechnology enterprise is migrating its genomic clinical trial pipeline to Google Cloud. To satisfy strict EU data sovereignty mandates and data governance requirements, the solution must meet three specific criteria:
1. Cryptographic keys used for data at rest must be managed within Cloud KMS hosted in a specified EU region.
2. Google Cloud personnel must obtain explicit customer authorization before accessing data during support operations.
3. Authenticated identities must be prevented from exfiltrating sensitive genomic datasets to external, unauthorized Google Cloud storage resources.
Which combination of Google Cloud security controls satisfies these compliance and governance requirements?
- Configure Customer-Managed Encryption Keys (CMEK) with key rings hosted in the target EU region, enable Access Approval for operator access, and establish a VPC Service Controls perimeter around project resources.Answer
- BMandate Customer-Supplied Encryption Keys (CSEK) for key management governance, enable Access Transparency logs, and grant primitive Owner roles to administrators to enforce security access controls.
- CConfigure Customer-Managed Encryption Keys (CMEK) hosted in an EU key ring, enable Access Approval, and rely exclusively on fine-grained Identity and Access Management (IAM) permissions to block data exfiltration.
- DGrant the Service Account Admin role to application compute workloads, configure CMEK with EU key rings, and enable Cloud Audit Logs without configuring Access Approval.
Answer
Configure Customer-Managed Encryption Keys (CMEK) with key rings hosted in the target EU region, enable Access Approval for operator access, and establish a VPC Service Controls perimeter around project resources.
The correct choice fulfills all three regulatory requirements. Customer-Managed Encryption Keys (CMEK) constrained to an EU Cloud KMS key ring satisfies data sovereignty encryption rules. Access Approval ensures Google Cloud personnel require explicit customer consent before accessing resources. VPC Service Controls provides perimeter security to prevent data exfiltration by authorized identities.
Step-by-Step Solution
Key Concept
Combining CMEK, Access Approval, and VPC Service Controls for regulatory compliance and data sovereignty