Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.