AWS Certified Security – Specialty (SCS-C03) — Question 3

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: A

Explanation

The correct answer is A because using AWS Backup with vault lock in governance mode ensures that even users with admin access cannot permanently delete backups in the secondary Region. Option B does not fully prevent deletion since compliance mode only applies to the primary Region. Option C does not offer sufficient protection against deletion since a bucket policy can still be overridden by admin actions. Option D allows versioning, but does not prevent an admin from deleting versions, making it less secure.