
Answer-first summary for fast verification
Answer: Leverage AWS Key Management Service (AWS KMS) for encryption key management.
The correct answer is B: Leverage AWS Key Management Service (AWS KMS) for encryption key management. AWS KMS is designed to provide a scalable and secure key management system that integrates with many AWS services. It reduces the operational burden by automating key management tasks, including key generation, rotation, and access control. Options A and D involve additional security measures and access controls but do not address the scalable infrastructure requirement directly. Option C, AWS Certificate Manager (ACM), is used for managing SSL/TLS certificates rather than general encryption keys.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a solutions architect design a scalable key management system for developers to encrypt application data, minimizing operational overhead?
A
Implement multi-factor authentication (MFA) for encryption key protection.
B
Leverage AWS Key Management Service (AWS KMS) for encryption key management.
C
Utilize AWS Certificate Manager (ACM) for encryption key creation, storage, and assignment.
D
Apply IAM policies to restrict access permissions for encryption key protection.
No comments yet.