AWS Certified Solutions Architect – Associate (SAA-C03) — Question 352

A company is moving its data management application to AWS. The company wants to transition to an event-driven architecture. The architecture needs to be more distributed and to use serverless concepts while performing the different aspects of the workflow. The company also wants to minimize operational overhead.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

AWS Step Functions combined with AWS Lambda delivers a fully managed, serverless orchestration solution that minimizes operational overhead and supports distributed, event-driven designs. Option B is incorrect because using Amazon EC2 instances introduces server management, which violates the serverless and low operational overhead requirements. Options A and C are incorrect because AWS Glue is not intended for general workflow orchestration, and scheduling Lambda functions via EventBridge lacks the state management capabilities provided by Step Functions.