ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

185 / 500

Question 185:

You are helping a team to design a new CI/CD pipeline on the AWS platform. The requirement is that the whole pipeline should be managed by an orchestration tool including source control, build and deploy. In the deployment stage, there are different workflow-driven behaviors to be considered so that a state machine engine is needed to handle these actions properly. The pipeline and state machine execution status should be visualized. What two services in combinations can implement this solution? (Select TWO.)

Answer options:

A.Set up AWS CodeStar to manage the whole CI/CD services in AWS. 
B.Configure an AWS CodeDeploy application to process the continuous deployment tasks.
C.Set up an AWS CodePipeline. In its deployment stage, call a Lambda function which is the trigger for the state machine.
D.Configure AWS Step Functions State Machine to process the state transition. Return the running state when being asked.
E.Create an AWS SWF workflow for the state machine execution. Use workflow decider to control the activity steps.