Ultimate access to all questions.
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?
Explanation:
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.