AWS Certified SysOps Administrator – Associate — Question 233

A SysOps administrator needs to secure the credentials for an Amazon RDS database that is created by an AWS CloudFormation template. The solution must encrypt the credentials and must support automatic rotation.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because AWS Secrets Manager is designed for managing and rotating credentials securely. Options B and C do not provide the required automatic rotation feature, and option D does not encrypt the credentials, as it relies on parameters without the security features offered by Secrets Manager.