An enterprise needs to migrate 800 TB of historical archive files from an on-premises data center to Google Cloud Storage. The company operates a dedicated 100 Mbps internet link, of which only 30 Mbps can be safely allocated to migration traffic without degrading existing operations. Company policy mandates that the data transfer must be completed within 30 days. Which data transfer strategy should the cloud architect recommend?
- Order a Google Cloud Transfer Appliance, copy the archive data onto the device locally, and ship it to Google for direct ingestion into Cloud Storage.Answer
- BConfigure Storage Transfer Service to upload the archive files directly over the available 30 Mbps internet bandwidth.
- CEstablish an HA VPN tunnel over the internet connection and stream the files using multi-threaded upload utilities.
- DProvision a Dedicated Interconnect link to stream the files directly into a multi-region Cloud Spanner instance.
Answer
Order a Google Cloud Transfer Appliance, copy the archive data onto the device locally, and ship it to Google for direct ingestion into Cloud Storage.
The decision between online network transfer and offline physical appliance migration is governed by total data volume, available network bandwidth, and acceptable migration time. Transferring 800 TB over an available 30 Mbps link requires more than 6.7 years. Using Google Cloud Transfer Appliance allows high-speed local data ingest onto encrypted hardware, which is physically shipped to Google for rapid upload into Cloud Storage within days.
Step-by-Step Solution
Key Concept
Selecting Online vs. Offline Data Transfer Strategies based on Dataset Size and Network Bandwidth
Estimated Time:2m 0s