Scenario: You are designing a data processing workflow that involves multiple AWS services such as S3, Lambda, and DynamoDB. Which AWS service would you use to orchestrate the workflow and handle error handling?
- AWS ECS
- AWS Glue
- AWS Step Functions
- Amazon SQS
AWS Step Functions provides a serverless orchestration service that allows you to coordinate multiple AWS services, including error handling and retry logic, in a visual workflow.
Loading...
Related Quiz
- What are the primary methods for granting Cross-Account Access in AWS?
- When using a custom runtime, you have full control over the __________ and execution environment of your Lambda functions.
- Scenario: You're experiencing performance issues with your AWS Lambda functions due to high concurrency. What steps would you take to diagnose and address the problem?
- What are some best practices for logging and error handling in AWS Lambda for production environments?
- When using AWS Step Functions, what defines the workflow and transitions between states?