Question

Difficulty: MediumRegulatory Compliance, Data Sovereignty, and Data Governance

An online gaming platform headquartered in Sweden is deploying a new telemetry and payment processing pipeline on Google Cloud. To satisfy strict European regulatory compliance and data sovereignty mandates, the platform must guarantee that all data assets remain physically located within European infrastructure and that Google administrative access to underlying data is logged and requires prior time-bound authorization. Which TWO architectural controls should you implement to satisfy these requirements?

  1. Enforce the Resource Locations (gcp.resourceLocations) organization policy constraint to restrict resource deployment exclusively to European regions.Answer
  2. Configure Access Approval combined with Access Transparency to receive notifications and explicitly authorize Google support access requests to customer data.Answer
  3. C
    Mandate Customer-Supplied Encryption Keys (CSEK) across all BigQuery and Cloud Storage resources to maintain Cloud KMS key ring sovereignty.
  4. D
    Assign the primitive Owner role to the compliance audit service account to ensure it can continuously scan and modify organization-wide data governance rules.

Answer

The correct controls are enforcing the Resource Locations organization policy constraint to restrict resource creation to European locations and configuring Access Approval along with Access Transparency for Google personnel access oversight.
The combination of the Resource Locations organization policy constraint (gcp.resourceLocations) and Access Approval/Access Transparency directly addresses both strict data residency constraints and administrative data access governance requirements. The resource locations constraint guarantees data assets remain in European regions, while Access Approval ensures Google personnel must obtain explicit permission before accessing customer data.

Step-by-Step Solution

1
Address data sovereignty and location boundary requirements
Enforce the gcp.resourceLocations Organization Policy constraint to restrict resource provisioning exclusively to European regions.
Organization policies provide centralized policy enforcement to prevent users from creating resources in unapproved geographic regions.
2
Address administrative access control and auditing mandates
Enable Access Transparency for audit logs and Access Approval for explicit customer authorization of Google support accesses.
Access Approval ensures Google support engineers cannot access customer content without explicit time-bound approval, and Access Transparency generates verifiable audit trails.

Key Concept

Data sovereignty controls using Organization Policy Resource Locations, Access Approval, and Access Transparency in Google Cloud
Rate this question