AWS Certified Solutions Architect – Associate (SAA-C03) — Question 97

A company has several web servers that need to frequently access a common Amazon RDS MySQL Multi-AZ DB instance. The company wants a secure method for the web servers to connect to the database while meeting a security requirement to rotate user credentials frequently.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because AWS Secrets Manager is designed specifically for securely storing and managing sensitive information like database credentials, and it supports automatic credential rotation. The other options are less suitable: B uses OpsCenter which is not intended for credential management, C involves S3 which lacks built-in rotation capabilities, and D requires manual handling of decryption which could complicate security management.