AWS Certified Solutions Architect – Associate (SAA-C03) — Question 191

A company is planning to move its data to an Amazon S3 bucket. The data must be encrypted when it is stored in the S3 bucket. Additionally, the encryption key must be automatically rotated every year.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because SSE-S3 provides built-in key rotation with minimal operational overhead, automatically managing encryption keys for you. Options B and C involve using AWS KMS, which requires more management, especially manual rotation in option C. Option D adds complexity by requiring pre-encryption and key material management, which is unnecessary for the given scenario.