How can you achieve this in the easiest way possible?

Posted by: Pdfprep Category: SCS-C01 Tags: , ,

You need to ensure that objects in an S3 bucket are available in another region. This is because of the criticality of the data that is hosted in the S3 bucket.

How can you achieve this in the easiest way possible?
A . Enable cross region replication for the bucket
B . Write a script to copy the objects to another bucket in the destination region
C . Create an S3 snapshot in the destination region
D . Enable versioning which will copy the objects to the destination region

Answer: A

Explanation:

Option B is partially correct but a big maintenance over head to create and maintain a script when the functionality is already available in S3

Option C is invalid because snapshots are not available in S3 Option D is invalid because versioning will not replicate objects

The AWS Documentation mentions the following Cross-region replication is a bucket-level configuration that enables automatic, asynchronous copying of objects across buck in different AWS Regions.

For more information on Cross region replication in the Simple Storage Service, please visit

the below URL:

https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html

The correct answer is: Enable cross region replication for the bucket Submit your Feedback/Queries to our Experts

Leave a Reply

Your email address will not be published.