Google
PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #223
Your organization must comply with the regulation to keep instance logging data within Europe. Your workloads will be hosted in the Netherlands in region europe-west4 in a new project. You must…
The correct answer is D. Set the logging storage region to europe-west4 by using the gcloud CLI logging settings update. gcloud logging settings update --organization=ORGANIZATION_ID --storage- location=LOCATION from: https://cloud.google.com/logging/docs/default-settings#config-logging
Submitted by olafpl· Apr 18, 2026Ensuring compliance
Question
Your organization must comply with the regulation to keep instance logging data within Europe. Your workloads will be hosted in the Netherlands in region europe-west4 in a new project. You must configure Cloud Logging to keep your data in the country. What should you do?
Options
- AConfigure the organization policy constraint gcp.resourceLocations to europe-west4.
- BConfigure log sink to export all logs into a Cloud Storage bucket in europe-west4.
- CCreate a new log bucket in europe-west4, and redirect the _Default bucket to the new bucket.
- DSet the logging storage region to europe-west4 by using the gcloud CLI logging settings update.
How the community answered
(51 responses)- A8% (4)
- B6% (3)
- C2% (1)
- D84% (43)
Explanation
gcloud logging settings update --organization=ORGANIZATION_ID --storage- location=LOCATION from: https://cloud.google.com/logging/docs/default-settings#config-logging
Topics
#Cloud Logging#Data Residency#Compliance#GCP Configuration
Community Discussion
No community discussion yet for this question.