Question 5 of 474 from exam DVA-C01: AWS Certified Developer - Associate

Question 5 of 474 from exam DVA-C01: AWS Certified Developer - Associate

Prev Question Next Question

Question

You have created the following stages in CodePipeline. What happens if there is a failure detected in the "Build" stage?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Answer - D.

The AWS Documentation mentions the following.

In AWS CodePipeline, an action is a task performed on an artifact in a stage.

If an action or a set of parallel actions is not completed successfully, the pipeline stops running.

Options A, B and C are incorrect since the default action will be that the entire pipeline will be stopped if the build does not succeed.

For more information on Actions retry, please refer to the below Link-

https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-retry.html