
Ultimate access to all questions.
A company hosts approximately 1 million CSV files on an on-premises VM, totaling 10 TB of data, which grows by 1 TB weekly. They require daily automated backups to the AWS Cloud, specifically targeting subsets of data in designated directories using custom filters. Given the setup of an AWS Direct Connect connection, which solution offers the least operational overhead for meeting these backup requirements?
A
Utilize the Amazon S3 CopyObject API operation with multipart upload for initial data transfer to Amazon S3, and subsequently use the CopyObject API operation for daily replication of new data.
B
Establish a backup plan in AWS Backup to transfer data to Amazon S3, scheduling it to execute daily.
C
Deploy an AWS DataSync agent as a VM on the on-premises hypervisor, configuring a DataSync task for daily replication of data to Amazon S3.
D
Initiate the backup process with an AWS Snowball Edge device for the initial data transfer, followed by using AWS DataSync for daily incremental backups to Amazon S3.