Medium1 markMultiple Choice
AWS SAP-C02 · Question 48 · Domain 4.4: Modernization Requirements
An architect is modernizing a monolithic application by breaking it into event-driven microservices. Service A needs to publish events that are consumed by Service B, Service C, and a third-party SaaS application. Which AWS service is BEST suited as the event router?
An architect is modernizing a monolithic application by breaking it into event-driven microservices. Service A needs to publish events that are consumed by Service B, Service C, and a third-party SaaS application. Which AWS service is BEST suited as the event router?
Answer options:
A.
Amazon SQS
B.
Amazon EventBridge
C.
Amazon MQ
D.
AWS Step Functions
How to approach this question
Identify the service designed for event routing and SaaS integration.
Full Answer
B.Amazon EventBridge✓ Correct
Amazon EventBridge
Amazon EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own applications, SaaS applications, and AWS services.
Common mistakes
Choosing SQS, which does not support publish/subscribe patterns natively.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert