Question 451:
An organization has branches across the world, and there are many applications deployed across AWS regions. As per organization compliance requirements, data in an S3 bucket should be copied to another S3 bucket in a different region in 24 hrs period. How can this be achieved with minimal cost?
Answer options:
A.Use the S3 cp command to copy the data from one AWS region to another AWS region. B.Use Amazon S3 select to copy the data from one AWS region to another AWS region. C.Enable S3 versioning on source and destination buckets and copy the data using cross-region replication. D.Create a Lambda function in each AWS region to run AWS CLI "s3 sync" periodically to replicate data from one region to another region.