ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 772 - SAA-C03 discussion

Report
Export

A company is preparing to store confidential data in Amazon S3. For compliance reasons, the data must be encrypted at rest. Encryption key usage must be logged for auditing purposes. Keys must be rotated every year.

Which solution meets these requirements and is the MOST operationally efficient?

A.
Server-side encryption with customer-provided keys (SSE-C)
Answers
A.
Server-side encryption with customer-provided keys (SSE-C)
B.
Server-side encryption with Amazon S3 managed keys (SSE-S3)
Answers
B.
Server-side encryption with Amazon S3 managed keys (SSE-S3)
C.
Server-side encryption with AWS KMS keys (SSE-KMS) with manual rotation
Answers
C.
Server-side encryption with AWS KMS keys (SSE-KMS) with manual rotation
D.
Server-side encryption with AWS KMS keys (SSE-KMS) with automatic rotation
Answers
D.
Server-side encryption with AWS KMS keys (SSE-KMS) with automatic rotation
Suggested answer: D

Explanation:

SSE-KMS: Server-side encryption with AWS Key Management Service (SSE-KMS) provides robust encryption of data at rest, integrated with AWS KMS for key management and auditing.

Automatic Key Rotation: By enabling automatic rotation for the KMS keys, the system ensures that keys are rotated annually without manual intervention, meeting compliance requirements.

Logging and Auditing: AWS KMS automatically logs all key usage and management actions in AWS CloudTrail, providing the necessary audit logs.

Implementation:

Create a KMS key with automatic rotation enabled.

Configure the S3 bucket to use SSE-KMS with the created KMS key.

Ensure CloudTrail is enabled for logging KMS key usage.

Operational Efficiency: This solution provides encryption, automatic key management, and auditing in a seamless, fully managed way, reducing operational overhead.

AWS KMS Automatic Key Rotation

Amazon S3 Server-Side Encryption

asked 16/09/2024
charles ratchagaraj
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first