
Answer-first summary for fast verification
Answer: Cloud Storage Transfer Service
The Cloud Storage Transfer Service is specifically designed for efficiently transferring large volumes of data, such as terabytes, from other cloud storage services like AWS S3 to Google Cloud Storage. It supports scheduled jobs, making it ideal for one-time transfers. While `gsutil cp` is a useful command-line tool for Cloud Storage operations, it's not optimized for large-scale data transfers. Cloud Dataflow is intended for data processing rather than storage transfer. The Transfer Appliance requires physical access to the source network, making it less suitable for cloud-to-cloud transfers. For more details, visit [Cloud Storage Transfer Service](https://cloud.google.com/storage-transfer-service).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for transferring 100 TB of data from AWS S3 to Google Cloud Storage in a one-time operation, where ensuring the complete and reliable transfer of all data is crucial. Which method would you recommend for this task?
A
Cloud Dataflow
B
Transfer Appliance
C
gsutil cp
D
Cloud Storage Transfer Service
No comments yet.