A multinational financial technology enterprise headquartered in Brazil is migrating its core payment processing platform to Google Cloud. To comply with local regulatory mandates and strict data sovereignty laws, the cloud solution architecture must satisfy three mandatory requirements:
1. All Cloud Storage buckets and BigQuery datasets storing sensitive customer data must strictly be restricted to provisioning in the `southamerica-east1` (São Paulo) region.
2. All stored data must be encrypted at rest using keys where the organization maintains administrative control over key management, access policies, and rotation schedules in Cloud KMS.
3. Authorized IAM users and service accounts inside the environment must be prevented from exfiltrating data to external Google Cloud projects or non-approved resources.
Which combination of Google Cloud architectural controls satisfies all of these compliance and data sovereignty requirements?
- Enforce the gcp.resourceLocations organization policy constraint restricted to southamerica-east1, configure Customer-Managed Encryption Keys (CMEK) stored in Cloud KMS in southamerica-east1 for Cloud Storage and BigQuery, and define a VPC Service Controls security perimeter around the resources.Cevap
- BEnforce the gcp.resourceLocations organization policy constraint restricted to southamerica-east1, mandate Customer-Supplied Encryption Keys (CSEK) for all storage resources to maintain raw key material on-premises, and rely on IAM fine-grained permissions to block external data copying.
- CConfigure Customer-Managed Encryption Keys (CMEK) hosted in Cloud KMS in southamerica-east1 and enforce granular IAM custom roles across all projects, relying on IAM privilege boundary enforcement to prevent data exfiltration to external Google Cloud resources.
- DAssign the primitive Editor IAM role to administrative service accounts, use Google-managed encryption keys for Cloud Storage and BigQuery, and deploy Cloud Armor network security policies to restrict data movements to southamerica-east1.