
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs its databases on Amazon RDS for PostgreSQL. The company wants a secure solution to manage the master user password by rotating the password every 30 days.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use Amazon EventBridge to schedule a custom AWS Lambda function to rotate the password every 30 days.
B
Use the modify-db-instance command in the AWS CLI to change the password.
C
Integrate AWS Secrets Manager with Amazon RDS for PostgreSQL to automate password rotation.
D
Integrate AWS Systems Manager Parameter Store with Amazon RDS for PostgreSQL to automate password rotation.
Explanation:
Correct Answer: C - Integrate AWS Secrets Manager with Amazon RDS for PostgreSQL to automate password rotation.
AWS Secrets Manager is specifically designed for managing and rotating secrets like database passwords. It provides:
Why other options are not optimal:
Key AWS Services:
Best Practice: Always use managed services like Secrets Manager for secret rotation to minimize operational overhead and ensure security compliance.