LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


A company uses AWS Lambda functions to access an Amazon RDS database. The security policy mandates a database password change every 30 days. Identify the most secure method to automate this requirement.

Exam-Like



Explanation:

The correct answer is B. AWS Secrets Manager is specifically designed to manage secrets, such as database credentials, and supports automatic rotation of those secrets according to a predefined schedule. This makes it the most secure and automated solution for rotating database passwords every 30 days, ensuring compliance with security policies. Other options either do not support automatic rotation or do not provide an equally secure and managed approach.

Powered ByGPT-5