ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

236 / 500

Question 236:

You are using an AWS CodePipeline to create a CloudFormation stack. The stack is used to deploy resources for a human approval project that allows the execution of a state machine to pause during a task. The workflow continues to the next state once the user has approved the task. In the CloudFormation template, there are already resources including Lambda functions that send email links for approval, an API Gateway endpoint that triggers Lambda functions and an SNS topic that sends an email for approval. What is another key resource that needs to be created in the template?

Answer options:

A.A state machine resource created in the type of AWS::StepFunctions::Activity.
B.A SWF state machine resource configured in AWS::SWFFunctions::StateMachine.
C.A Step Function resource created in the type AWS::StepFunctions::StateMachine.
D.A SWF resource in the CloudFormation type AWS::SWFFunctions::Activity.