AWS Certified Security – Specialty — Question 318

A company is using AWS Secrets Manager to manage database credentials that an application uses to access Amazon DocumentDB (with MongoDB compatibility). The company needs to implement automated password rotation.

Which solution will meet this requirement with the LEAST administrative overhead?

Answer options

Correct answer: B

Explanation

AWS Secrets Manager provides native integration to automatically create and configure the rotation AWS Lambda function for supported databases like Amazon DocumentDB. Choosing this option requires the least administrative effort because AWS handles the deployment and configuration of the rotation function. Options A, C, and D involve manually writing code or deploying templates through AWS SAM, which increases operational complexity and overhead.