Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company is migrating its data management application to AWS, aiming for an event-driven, serverless, and distributed architecture with minimal operational overhead. Which approach aligns with these requirements?
A
Utilize AWS Glue to orchestrate workflow steps, invoking Lambda for processing.
B
Employ AWS Step Functions for workflow management, with application deployment on EC2, and Step Functions to manage EC2-based workflow execution.
C
Leverage Amazon EventBridge to schedule and trigger Lambda functions for workflow processing.
D
Construct a state machine with AWS Step Functions to coordinate Lambda functions for executing workflow steps.