AWS Certified Solutions Architect – Associate (SAA-C02) — Question 552

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

Explanation

AWS KMS customer managed keys support automatic annual rotation, which directly satisfies the requirement with minimal operational effort when configured as the S3 bucket's default encryption. SSE-S3 keys are managed by AWS and do not rotate on a customer-configurable annual schedule. Manual rotation and importing custom key material both introduce significant operational overhead and do not support native automatic rotation.