AWS Certified Database – Specialty — Question 92

A company has an AWS CloudFormation template written in JSON that is used to launch new Amazon RDS for MySQL DB instances. The security team has asked a database specialist to ensure that the master password is automatically rotated every 30 days for all new DB instances that are launched using the template.
What is the MOST operationally efficient solution to meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because it directly utilizes AWS Secrets Manager, which is designed for managing and rotating secrets, ensuring the master password is automatically changed every 30 days. Option A is less efficient as it involves manual processes with S3 and does not provide automatic rotation. Option C incorrectly suggests using KMS for password management, which is not suitable. Option D focuses on IAM integration but does not address the password rotation requirement effectively.