
Ultimate access to all questions.
As a member of the data governance team, you are responsible for implementing security requirements to ensure the compliant deployment of resources within your organization’s Google Cloud environment. Your current task is to restrict resource deployment to a specific region to comply with corporate policies and data residency requirements. Specifically, you need to ensure that all resources are limited to only the europe-west3 region. In line with Google-recommended practices, what action steps should you take to achieve this?
A
Set the constraints/gcp.resourceLocations organization policy constraint to in:europe-west3-locations.
B
Deploy resources with Terraform and implement a variable validation rule to ensure that the region is set to the europe-west3 region for all resources.
C
Set the constraints/gcp.resourceLocations organization policy constraint to in:eu-locations.
D
Create a Cloud Function to monitor all resources created and automatically destroy the ones created outside the europe-west3 region.