Amazon Web Services AWS Certified DevOps Engineer - Professional DOP-C02 Question # 21 Topic 3 Discussion

Amazon Web Services AWS Certified DevOps Engineer - Professional DOP-C02 Question # 21 Topic 3 Discussion

DOP-C02 Exam Topic 3 Question 21 Discussion:
Question #: 21
Topic #: 3

A company has application code in an AWS CodeConnections compatible Git repository. The company wants to configure unit tests to run when pull requests are opened. The company wants to ensure that the test status is visible in pull requests when the tests are completed. The company wants to save output data files that the tests generate to an Amazon S3 bucket after the tests are finished. Which combination of solutions will meet these requirements? (Select THREE.)


A.

Create an IAM service role to allow access to the resources that are required to run the tests.


B.

Create a pipeline in AWS CodePipeline that has a test stage. Create a trigger to run the pipeline when pull requests are created or updated. Add a source action to report test results.


C.

Create an AWS CodeBuild project to run the tests. Enable webhook triggers to run the tests when pull requests are created or updated. Enable build status reporting to report test results.


D.

Create a buildspec.yml file that has a reports section to upload output files when the tests have finished running.


E.

Create a buildspec.yml file that has an artifacts section to upload artifacts when the tests have finished running.


F.

Create an appspec.yml file that has a files section to upload output files when the tests have finished running.


Get Premium DOP-C02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.