
Answer-first summary for fast verification
Answer: Implement AWS Secrets Manager with automatic rotation.
The correct answer is A: Implement AWS Secrets Manager with automatic rotation. AWS Secrets Manager is designed specifically for managing sensitive information such as database credentials. It allows for automatic rotation of secrets, which significantly reduces the operational overhead and risk associated with credentials stored locally on EC2 instances. This ensures that credentials are always up-to-date and securely managed without manual intervention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a solutions architect minimize operational overhead for credential management in an application running on Amazon EC2 instances with an Amazon Aurora database, where credentials are currently stored locally?
A
Implement AWS Secrets Manager with automatic rotation.
B
Utilize AWS Systems Manager Parameter Store with automatic rotation.
C
Migrate credentials to an encrypted S3 bucket and update application to retrieve from S3 using AWS KMS.
D
Migrate credentials to encrypted Amazon EBS volumes attached to EC2 instances.
No comments yet.