ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

395 / 500

Question 395:

You have a task to build the AWS infrastructure resources for a project. In this project, there is a high-volume event source in an Amazon SQS queue. Certain steps are needed to process the messages. You want to implement a state machine and visualize the workflow. The AWS resources should be managed by a configuration orchestration tool so that they can be redeployed easily in another environment. Which tools should you use for this task?

Answer options:

A.Configure an Elastic Beanstalk worker environment for the SQS queue and include Step Functions in the environment to implement the state machine. 
B.Create a State Machine with Lambda tasks using AWS CloudFormation templates.
C.Configure an OpsWorks stack to automate the configurations of Step Functions that pull messages from the SQS queue and process messages in a state machine.
D.Configure an AWS CloudFormation stack to create the Step Functions using Lambda. Put each Lambda function in a separate Lambda layer.