
Answer-first summary for fast verification
Answer: Amazon Aurora PostgreSQL with AWS Secrets Manager for credentials and rotation.
The correct answer is option B. Amazon Aurora PostgreSQL is recommended because it is a fully managed relational database that supports automated credential rotation. AWS Secrets Manager is specifically designed to manage, rotate, and retrieve database credentials securely. By storing the database credentials in AWS Secrets Manager and enabling rotation, the requirements of securing and regularly rotating the database credentials without additional programming overhead are met effectively.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which AWS solution meets the requirements for a PostgreSQL database migration that secures credentials and automates their rotation without additional programming?
A
Amazon Aurora PostgreSQL with AWS Systems Manager Parameter Store for credentials and rotation.
B
Amazon Aurora PostgreSQL with AWS Secrets Manager for credentials and rotation.
C
Amazon DynamoDB with AWS Systems Manager Parameter Store for credentials and rotation.
D
Amazon DynamoDB with AWS Secrets Manager for credentials and rotation.