A healthcare organization is migrating its core platform from an on-premises data center to Google Cloud. The migration scope includes 850 TB of archived historical imaging data and an active 12 TB PostgreSQL transactional database supporting critical clinical workflows. The organization has an existing 1 Gbps Dedicated Interconnect with an average baseline utilization of 70%. Security policies strictly mandate that all data must travel over private connectivity without traversing the public internet, and the maximum permissible downtime window for the transactional database during final cutover is 4 hours. Which data transfer and migration strategy should a Cloud Architect recommend to satisfy all business and technical constraints?
- AStream the 850 TB imaging dataset over the Dedicated Interconnect using Storage Transfer Service while concurrently configuring continuous replication for the PostgreSQL database using Database Migration Service.
- BProvision multiple High Availability (HA) VPN tunnels over the public internet to burst total throughput up to 10 Gbps for transferring the 850 TB imaging dataset, while performing an offline database dump and restore over the Dedicated Interconnect during the maintenance window.
- Order a GCP Transfer Appliance to move the 850 TB imaging dataset offline, while using Database Migration Service over the Dedicated Interconnect with continuous change data capture (CDC) to synchronize the PostgreSQL database prior to cutover.Answer
- DOrder a GCP Transfer Appliance for the 850 TB imaging dataset, but migrate the PostgreSQL database to Cloud Spanner by exporting the database and running a full schema and bulk data import during the 4-hour cutover window.
Answer
The optimal strategy is ordering a GCP Transfer Appliance to transport the 850 TB imaging dataset offline while utilizing Database Migration Service with continuous change data capture (CDC) over the Dedicated Interconnect for the 12 TB PostgreSQL database.
The solution combining GCP Transfer Appliance for the 850 TB unstructured dataset with Database Migration Service (DMS) continuous replication for the 12 TB database is the only strategy that satisfies all constraints. Transfer Appliance moves petabyte-scale data offline without saturating the limited 300 Mbps available bandwidth, while DMS over Dedicated Interconnect performs online CDC to keep downtime during cutover well under the 4-hour SLA without traversing the public internet.
Step-by-Step Solution
Key Concept
Selecting appropriate GCP data transfer mechanisms based on data volume, bandwidth constraints, security policies, and downtime SLAs.