SCS-C02 · Question #387
Your company has confidential documents stored in the simple storage service. Due to compliance requirements, you have to ensure that the data in the S3 bucket is available in a different…
The correct answer is D. Enable Cross region replication for the S3 bucket. This is mentioned clearly as a use case for S3 cross-region replication You might configure cross- replication on a bucket for various reasons, including the following: Compliance requirements - Although, by default Amazon S3 stores your data across multiple geographically…
Question
Your company has confidential documents stored in the simple storage service. Due to compliance requirements, you have to ensure that the data in the S3 bucket is available in a different geographical location. As an architect what is the change you would make to comply with this requirement?
Options
- AApply Multi-AZ for the underlying 53 bucket
- BCopy the data to an EBS Volume in another Region
- CCreate a snapshot of the S3 bucket and copy it to another region
- DEnable Cross region replication for the S3 bucket
How the community answered
(21 responses)- A10% (2)
- B5% (1)
- D86% (18)
Explanation
This is mentioned clearly as a use case for S3 cross-region replication You might configure cross- replication on a bucket for various reasons, including the following: Compliance requirements - Although, by default Amazon S3 stores your data across multiple geographically distant Availability Zones, compliance requirements might dictate that you store data at even further distances. Cross-region replication allows you to replicate data between distant AWS Regions to satisfy these compliance requirements. Option A is invalid because Multi-AZ cannot be used to S3 buckets Option B is invalid because copying it to an EBS volume is not a recommended practice Option C is invalid because creating snapshots is not possible in S3
Topics
Community Discussion
No community discussion yet for this question.