Easy1 markMultiple Choice
AWS SAP-C02 · Question 63 · Domain 4.4: Modernization Requirements
A development team is modernizing a legacy application by breaking it into event-driven microservices. They need a central event bus to route events between the services. The routing logic needs to be based on the content of the event payload. The service must be fully managed and serverless. Which AWS service should they use?
A development team is modernizing a legacy application by breaking it into event-driven microservices. They need a central event bus to route events between the services. The routing logic needs to be based on the content of the event payload. The service must be fully managed and serverless. Which AWS service should they use?
Answer options:
A.
Amazon SNS
B.
Amazon SQS
C.
Amazon EventBridge
D.
Amazon MQ
How to approach this question
Match 'serverless event bus' and 'content-based routing' to EventBridge.
Full Answer
C.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. It excels at content-based routing.
Common mistakes
Choosing SNS, which is a pub/sub service but lacks the advanced event bus features of EventBridge.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert