nerdexam
Amazon

DOP-C02 · Question #151

A DevOps team is merging code revisions for an application that uses an Amazon RDS Multi-AZ DB cluster for its production database. The DevOps team uses continuous integration to periodically verify t

The correct answer is A. Use a buildspec file in AWS CodeBuild to restore the DB cluster from a snapshot of the. https://aws.amazon.com/blogs/devops/enhancing-automated-database-continuous-integration- with-aws-codebuild-and-amazon-rds-database-snapshot/

Submitted by emma.c· Mar 6, 2026SDLC Automation

Question

A DevOps team is merging code revisions for an application that uses an Amazon RDS Multi-AZ DB cluster for its production database. The DevOps team uses continuous integration to periodically verify that the application works. The DevOps team needs to test the changes before the changes are deployed to the production database. Which solution will meet these requirements?

Options

  • AUse a buildspec file in AWS CodeBuild to restore the DB cluster from a snapshot of the
  • BDeploy the application to production. Configure an audit log of data control language (DCL)
  • CCreate a snapshot of the DB cluster before deploying the application. Use the Update
  • DEnsure that the DB cluster is a Multi-AZ deployment. Deploy the application with the updates. Fail

How the community answered

(23 responses)
  • A
    57% (13)
  • B
    4% (1)
  • C
    26% (6)
  • D
    13% (3)

Explanation

https://aws.amazon.com/blogs/devops/enhancing-automated-database-continuous-integration- with-aws-codebuild-and-amazon-rds-database-snapshot/

Topics

#Amazon RDS#Database Testing#CI/CD#Snapshots

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice