ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

193 / 500

Question 193:

You are using AWS CodePipeline service to build up a pipeline for a new web application. In the Source stage, the source provider is GitHub, and its output artifact is configured as WebApp. In the Build stage, there are two build actions in parallel and both of them have used AWS CodeBuild as the service provider. For these two build actions, which configurations of input/output artifacts are correct?

Answer options:

A.Build Action 1 (input artifact: WebApp, output artifact:WebAppBuild1); Build Action 2 (input artifact: WebApp2, output artifact:WebAppBuild2)
B.Build Action 1 (input artifact: empty, output artifact:WebAppBuild1); Build Action 2 (input artifact: WebApp2, output artifact:WebAppBuild2)
C.Build Action 1 (input artifact: WebApp, output artifact:WebAppBuild1); Build Action 2 (input artifact: WebApp, output artifact:WebAppBuild2)
D.Build Action 1 (input artifact: WebApp, output artifact:WebAppBuild); Build Action 2 (input artifact: WebApp, output artifact:WebAppBuild)