
Ultimate access to all questions.
A development team is tasked with storing sensitive customer data in Amazon S3 and needs to ensure that the data is encrypted while at rest. Additionally, it is imperative that the encryption keys used for this purpose are rotated at least once every year.
What is the simplest method to achieve this objective?
A
Use AWS KMS with automatic key rotation
B
Use SSE-C with automatic key rotation on an annual basis
C
Encrypt the data before sending it to Amazon S3
D
Import a custom key into AWS KMS and automate the key rotation on an annual basis by using a Lambda function