
Answer-first summary for fast verification
Answer: Create a cron script using gsutil to copy the files to a Coldline Storage bucket.
The correct answer is A: Create a cron script using gsutil to copy the files to a Coldline Storage bucket. According to the best practices for cloud data transfer, when transferring data from an on-premises location, gsutil should be used. Storage Transfer Service is more appropriate when transferring data from another cloud storage provider. Additionally, Coldline Storage is a cost-effective option for archiving data that is accessed less frequently, making it an ideal choice for database backups. Although Storage Transfer Service has valuable features, it requires dependencies such as a minimum 300-Mbps internet connection and a docker engine, which may not be readily available at Dress4Win.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Dress4Win is transitioning to a public cloud to address its growing infrastructure needs and improve its ability to innovate. As part of this migration, an operations engineer is tasked with creating a low-cost solution to remotely archive database backup files. These backup files are compressed tar files currently stored in their data center. How should the engineer proceed in archiving these files to ensure cost-efficiency and reliability? Consider the following rules: When transferring data from an on-premises location, use gsutil. When transferring data from another cloud storage provider, use Storage Transfer Service.
A
Create a cron script using gsutil to copy the files to a Coldline Storage bucket.
B
Create a cron script using gsutil to copy the files to a Regional Storage bucket.
C
Create a Cloud Storage Transfer Service Job to copy the files to a Coldline Storage bucket.
D
Create a Cloud Storage Transfer Service job to copy the files to a Regional Storage bucket.
No comments yet.