
Answer-first summary for fast verification
Answer: AWS Step Functions, for coordinating serverless workflows.
The correct answer is C, AWS Step Functions. This service is designed for building and coordinating serverless workflows. It allows you to orchestrate multiple AWS services, including AWS Lambda, into a single workflow. This makes it easier to manage complex, multi-step processes with features like conditional branching, error handling, and wait states. While AWS Lambda is a key component of serverless architecture, it is the execution service rather than the orchestration service. AWS Step Functions is specifically designed for the orchestration of serverless workflows, making it the best choice for this question.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Select the appropriate AWS service for creating serverless workflows:
A
Amazon Connect, a cloud-based contact center.
B
AWS Lambda, for running code without server management.
C
AWS Step Functions, for coordinating serverless workflows.
D
Amazon EBS, offering block storage for EC2.
E
AWS CodeBuild, for CI/CD of source code.
No comments yet.