AWS Certified Security – Specialty (SCS-C02) — Question 138

A company needs a solution to protect critical data from being permanently deleted. The data is stored in Amazon S3 buckets.

The company needs to replicate the S3 objects from the company's primary AWS Region to a secondary Region to meet disaster recovery requirements. The company must also ensure that users who have administrator access cannot permanently delete the data in the secondary Region.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because S3 Object Lock in compliance mode ensures that the objects cannot be deleted or overwritten for a specified retention period, thus fulfilling the requirement of protecting data from permanent deletion. Option A does not directly prevent deletion of objects in the secondary Region. Option C offers a policy that restricts deletion but does not provide the same level of data protection as Object Lock. Option D enables versioning but does not prevent permanent deletion during the versioning lifecycle.