
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to build a scalable key management infrastructure to support developers who need to encrypt data in their applications. What should a solutions architect do to reduce the operational burden?
A
Use multi-factor authentication (MFA) to protect the encryption keys.
B
Use AWS Key Management Service (AWS KMS) to protect the encryption keys.
C
Use AWS Certificate Manager (ACM) to create, store, and assign the encryption keys.
D
Use an IAM policy to limit the scope of users who have access permissions to protect the encryption keys.
Explanation:
Correct Answer: B - Use AWS Key Management Service (AWS KMS) to protect the encryption keys.
AWS KMS is specifically designed to reduce the operational burden of key management by providing a fully managed service for creating and controlling encryption keys. Here's why:
A. Use multi-factor authentication (MFA) to protect the encryption keys.
C. Use AWS Certificate Manager (ACM) to create, store, and assign the encryption keys.
D. Use an IAM policy to limit the scope of users who have access permissions to protect the encryption keys.
By using AWS KMS, the solutions architect can provide developers with a secure, scalable, and operationally efficient key management solution that integrates seamlessly with their applications while maintaining compliance and security standards.