AWS Certified Solutions Architect – Professional (SAP-C02) — Question 88

A company consists or two separate business units. Each business unit has its own AWS account within a single organization in AWS Organizations. The business units regularly share sensitive documents with each other. To facilitate sharing, the company created an Amazon S3 bucket in each account and configured low-way replication between the S3 buckets. The S3 buckets have millions of objects.

Recently, a security audit identified that neither S3 bucket has encryption at rest enabled. Company policy requires that all documents must be stored with encryption at rest. The company wants to implement server-side encryption with Amazon S3 managed encryption keys (SSE-S3).

What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because enabling SSE-S3 on both buckets and using S3 Batch Operations to copy and encrypt the objects in place is the most efficient method, minimizing operational overhead. Option B is less efficient due to the complexity of managing KMS keys, and options C and D do not utilize the benefits of S3 Batch Operations, making them less optimal for handling millions of objects.