A media broadcasting company needs to migrate of static video archives from an on-premises data center to a Cloud Storage bucket in Google Cloud. The company has a single dedicated internet connection, and the migration must be completed within days due to a data center facility closure. Which data transfer strategy should the Cloud Architect recommend?
- Order a Google Cloud Transfer Appliance, ingest the video data locally, and ship the device to Google for upload into Cloud Storage.Answer
- BConfigure Storage Transfer Service to transfer the video archives directly to Cloud Storage over the existing 1 Gbps internet connection.
- CEstablish an HA VPN tunnel over the internet link to stream the files directly into Cloud Storage using parallel gsutil threads.
- DImport the static video files into Cloud Spanner tables to enable high-throughput parallel database loading over the network.
Answer
Order a Google Cloud Transfer Appliance, ingest the video data locally, and ship the device to Google for upload into Cloud Storage.
Transferring over a network connection takes approximately 41.6 days under ideal conditions (). Because the deadline is 3 days, online transfer methods are physically impossible. Ordering a physical Transfer Appliance allows rapid local copying over high-speed local network interfaces and shipping the hardware directly to Google for ingestion into Cloud Storage.
Step-by-Step Solution
Key Concept
Offline Data Transfer using Transfer Appliance for Large Datasets under Bandwidth and Time Constraints
Estimated Time:1m 0s