Topic 1 Question 95
You are migrating a telehealth care company's on-premises data center to Google Cloud. The migration plan specifies: PostgreSQL databases must be migrated to a multi-region backup configuration with cross-region replicas to allow restore and failover in multiple scenarios. MySQL databases handle personally identifiable information (PII) and require data residency compliance at the regional level. You want to set up the environment with minimal administrative effort. What should you do?
Set up Cloud Logging and Cloud Monitoring with Cloud Functions to send an alert every time a new database instance is created, and manually validate the region.
Set up different organizations for each database type, and apply policy constraints at the organization level.
Set up Pub/Sub to ingest data from Cloud Logging, send an alert every time a new database instance is created, and manually validate the region.
Set up different projects for PostgreSQL and MySQL databases, and apply organizational policy constraints at a project level.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: D
A and C don't prevent anything, and between B and D I choose D because there is no sense to maintain a separate org just because of the compliance - a separate project is more than enough.
👍 3chelbsik2022/12/26 D. A doesn’t make sense. B is complete overkill. C does something manually and is convoluted. That leaves D. Managing policy at the project level is cleaner than having separate Organizations.
👍 2dynamic_dba2023/03/14B: Set up different organizations for each *** database type, and apply policy constraints at the organization level.
👍 1pk3492022/12/24
シャッフルモード