Medium1 markMultiple Choice
Domain 4.2: New Architecture DesignModernizationEvent-DrivenEventBridge

AWS SAP-C02 · Question 67 · Domain 4.2: New Architecture Design

A company is refactoring a monolithic application into microservices. They want to use an event-driven architecture where microservices communicate asynchronously. They need a service that can filter and route events to multiple targets based on the event content. Which THREE configurations are required? (Select THREE)

Answer options:

A.

Use Amazon SQS as the central event router.

B.

Use Amazon EventBridge as the central event bus.

C.

Configure API Gateway to route the events.

D.

Create EventBridge rules with event patterns to filter messages.

E.

Use AWS Step Functions to filter the events.

F.

Configure the EventBridge rules to send events to target microservices (e.g., Lambda, SQS).

G.

Use Amazon Kinesis Data Streams to filter events.

How to approach this question

Identify the service designed for event routing and filtering.

Full Answer

Amazon EventBridge is a serverless event bus. You create Rules with Event Patterns to filter incoming events based on their content, and then route those specific events to various targets (like Lambda functions or SQS queues belonging to other microservices).

Common mistakes

Choosing SQS for routing. SQS is a point-to-point queue, not a pub/sub router.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6

75 questions · hints · full answers · grading

More questions from this exam