
Answer-first summary for fast verification
Answer: All of the above
All of the above encryption options provide mechanisms to ensure confidentiality and integrity of data at rest in Amazon S3. SSE-S3 uses Amazon-managed keys, Client-Side Encryption involves encrypting data before uploading it to S3, and SSE-C allows you to manage your own encryption keys.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to design a secure mechanism for data storage in Amazon S3 that ensures confidentiality and integrity of data at rest. Which encryption options should you consider?
A
Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3)
B
Client-Side Encryption
C
Server-Side Encryption with Customer-Provided Keys (SSE-C)
D
All of the above
No comments yet.