nerdexam
Amazon

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…

Submitted by saadiq_pk· Mar 5, 2026Security

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)
  • A
    3% (2)
  • B
    81% (56)
  • C
    6% (4)
  • D
    10% (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.

Full DVA-C02 Practice