DVA-C02 · Question #207
A company is migrating its PostgreSQL database into the AWS Cloud. The company wants to use a database that will secure and regularly rotate database credentials. The company wants a solution that…
The correct answer is B. Use Amazon Aurora PostgreSQL for the database. Store the database credentials in AWS. Using a database that secures and regularly changes database credentials: Amazon Aurora PostgreSQL offers built-in credential rotation, which allows you to change database credentials at regular intervals. Solution that requires no additional programming overhead: Amazon Aurora…
Question
A company is migrating its PostgreSQL database into the AWS Cloud. The company wants to use a database that will secure and regularly rotate database credentials. The company wants a solution that does not require additional programming overhead. Which solution will meet these requirements?
Options
- AUse Amazon Aurora PostgreSQL for the database. Store the database credentials in AWS
- BUse Amazon Aurora PostgreSQL for the database. Store the database credentials in AWS
- CUse Amazon DynamoDB for the database. Store the database credentials in AWS Systems
- DUse Amazon DynamoDB for the database. Store the database credentials in AWS Secrets
How the community answered
(69 responses)- A3% (2)
- B81% (56)
- C6% (4)
- D10% (7)
Explanation
Using a database that secures and regularly changes database credentials: Amazon Aurora PostgreSQL offers built-in credential rotation, which allows you to change database credentials at regular intervals. Solution that requires no additional programming overhead: Amazon Aurora PostgreSQL credential rotation is fully automated, so it requires no additional programming overhead.
Community Discussion
No community discussion yet for this question.