AWS Certified Database – Specialty — Question 72

A company is going through a security audit. The audit team has identified cleartext master user password in the AWS CloudFormation templates for Amazon
RDS for MySQL DB instances. The audit team has flagged this as a security risk to the database team.
What should a database specialist do to mitigate this risk?

Answer options

Correct answer: B

Explanation

Option B is correct because using AWS Secrets Manager allows for secure management of sensitive information, such as passwords, by referencing them in the CloudFormation template without exposing them in plaintext. Option A, while improving security, does not address the immediate issue of cleartext passwords in templates. Option C creates a less automated process and could lead to user error, while option D still exposes passwords and does not utilize AWS's security features effectively.