
Ultimate access to all questions.
In an AWS serverless application with a Lambda function interfacing with an Amazon RDS PostgreSQL database, how should a developer manage and regularly rotate database user credentials using AWS Secrets Manager to maintain high availability without application downtime?
A
Use managed rotation for a single user.
B
Use managed rotation with alternating users.
C
Implement automatic rotation for a single user.
D
Implement automatic rotation with alternating users.