
Answer-first summary for fast verification
Answer: AWS Secrets Manager with managed rotation.
The correct answer is B (AWS Secrets Manager with managed rotation). AWS Secrets Manager is specifically designed to store and manage sensitive information such as database credentials. It offers built-in functionality for encrypting these credentials and automatically rotating secrets, which fits the requirement of automatic password rotation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which AWS service should a developer use to store and manage database credentials for a Lambda function connecting to an Amazon RDS MySQL instance, ensuring both encryption and automatic password rotation?
A
Environment variables with automatic rotation for the Lambda function.
B
AWS Secrets Manager with managed rotation.
C
AWS Systems Manager Parameter Store with secure string parameters and managed rotation.
D
X-Amz-Security-Token parameter with managed rotation.
No comments yet.