
Answer-first summary for fast verification
Answer: Employ AWS Secrets Manager to store credentials with a configuration for daily rotation to meet the security requirement.
The correct answer is C: Employ AWS Secrets Manager to store credentials with a configuration for daily rotation to meet the security requirement. AWS Secrets Manager allows you to securely store and automatically rotate database credentials. By setting up daily rotation in Secrets Manager, you ensure that the credentials are rotated frequently enough to meet the weekly rotation requirement set by the security team.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How should a developer configure database credentials for an application deployed on Amazon EC2 with an Amazon RDS for Microsoft SQL Server, adhering to a weekly rotation policy set by the company's security team?
A
Utilize AWS Systems Manager Parameter Store to securely store database credentials, enabling rotation of the encryption key.
B
Implement IAM authentication for the database, creating a user and enabling automatic password rotation.
C
Employ AWS Secrets Manager to store credentials with a configuration for daily rotation to meet the security requirement.
D
Leverage EC2 user data for database user creation, passing credentials via environment variables to the application.