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/
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)- A57% (13)
- B4% (1)
- C26% (6)
- D13% (3)
Explanation
https://aws.amazon.com/blogs/devops/enhancing-automated-database-continuous-integration- with-aws-codebuild-and-amazon-rds-database-snapshot/
Topics
Community Discussion
No community discussion yet for this question.