ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 125 - DOP-C02 discussion

Report
Export

A DevOps engineer has automated a web service deployment by using AWS CodePipeline with the following steps:

1) An AWS CodeBuild project compiles the deployment artifact and runs unit tests.

2) An AWS CodeDeploy deployment group deploys the web service to Amazon EC2 instances in the staging environment.

3) A CodeDeploy deployment group deploys the web service to EC2 instances in the production environment.

The quality assurance (QA) team requests permission to inspect the build artifact before the deployment to the production environment occurs. The QA team wants to run an internal penetration testing tool to conduct manual tests. The tool will be invoked by a REST API call.

Which combination of actions should the DevOps engineer take to fulfill this request? (Choose two.)

A.
Insert a manual approval action between the test actions and deployment actions of the pipeline.
Answers
A.
Insert a manual approval action between the test actions and deployment actions of the pipeline.
B.
Modify the buildspec.yml file for the compilation stage to require manual approval before completion.
Answers
B.
Modify the buildspec.yml file for the compilation stage to require manual approval before completion.
C.
Update the CodeDeploy deployment groups so that they require manual approval to proceed.
Answers
C.
Update the CodeDeploy deployment groups so that they require manual approval to proceed.
D.
Update the pipeline to directly call the REST API for the penetration testing tool.
Answers
D.
Update the pipeline to directly call the REST API for the penetration testing tool.
E.
Update the pipeline to invoke an AWS Lambda function that calls the REST API for the penetration testing tool.
Answers
E.
Update the pipeline to invoke an AWS Lambda function that calls the REST API for the penetration testing tool.
Suggested answer: A, E
asked 16/09/2024
Massimo Magliocca
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first