A global gaming enterprise is preparing to migrate its core infrastructure to Google Cloud within a 3-week target window. The legacy environment consists of two primary datasets located in a single on-premises data center:
1. A static archive of telemetry and analytics logs stored on an S3-compatible object storage cluster.
2. A operational transactional MySQL database supporting live player accounts, which allows a maximum maintenance downtime of 4 hours during final cutover.
The enterprise has a Dedicated Interconnect connection to Google Cloud with an unallocated available bandwidth of reserved for migration operations. Security governance strictly mandates that data transfer operations must comply with perimeter-based exfiltration controls using VPC Service Controls.
Which migration and data transfer strategy should you recommend to meet the business and technical requirements?
- Order and deploy Google Cloud Transfer Appliance devices to physically ingest and transfer the static archive into Cloud Storage, while utilizing Database Migration Service (DMS) with continuous Change Data Capture (CDC) over the Cloud Interconnect connection for the MySQL database.Answer
- BConfigure Storage Transfer Service on-premises agents to stream both the static archive and the MySQL database simultaneously over the Dedicated Interconnect connection using maximum parallel transfer threads.
- CMigrate the MySQL database directly to Cloud Spanner by backing up to Transfer Appliance devices, while establishing high-bandwidth HA VPN tunnels to stream the archive directly into BigQuery.
- DProvision an array of HA VPN tunnels over the public internet to transfer the archive using Storage Transfer Service, and perform a manual `mysqldump` export and restore of the MySQL database during the 4-hour cutover window.