A multinational logistics company plans to migrate its legacy logistics infrastructure to Google Cloud within a strict 3-week cutover window. The workload consists of a unencrypted historical shipment tracking log archive and a operational PostgreSQL database. The on-premises facility connects to the internet via a dedicated network link. The solution must minimize operational downtime for the transactional workload while meeting the migration deadline. Which TWO migration and data transfer strategies should the cloud architect recommend?
- Order a Google Cloud Transfer Appliance to securely transfer the archival dataset offline into Cloud Storage.Answer
- BUse Storage Transfer Service to stream the archival dataset directly over the existing network uplink into a Cloud Storage bucket.
- Use Database Migration Service (DMS) with continuous replication to migrate the operational PostgreSQL database to Cloud SQL for PostgreSQL.Answer
- DProvision a multi-region Cloud Spanner instance and migrate the PostgreSQL database using custom export and import scripts.
Answer
The cloud architect should recommend ordering a Google Cloud Transfer Appliance for the 500 TB archival dataset and using Database Migration Service (DMS) with continuous replication for the 2 TB operational PostgreSQL database.
For the archival dataset, network transfer over is mathematically impractical within 3 weeks; using a Transfer Appliance allows physical offline shipment of data. For the operational PostgreSQL database, Database Migration Service provides native continuous replication to Cloud SQL with minimal cutover downtime.
Step-by-Step Solution
Key Concept
Designing hybrid data transfer strategies based on dataset size, network bandwidth calculations, and database replication tools.