Hard1 markMultiple Choice
AWS SAA-C03 · Question 32 · Domain 2.3: Decoupling Mechanisms
A company wants to build an event-driven architecture. They need a central event bus that can ingest events from their own applications, AWS services, and third-party SaaS applications (like Zendesk or Datadog). The service must be able to route events to different targets based on the content of the event payload.<br/><br/>Which AWS service is BEST suited for this requirement?
A company wants to build an event-driven architecture. They need a central event bus that can ingest events from their own applications, AWS services, and third-party SaaS applications (like Zendesk or Datadog). The service must be able to route events to different targets based on the content of the event payload.<br/><br/>Which AWS service is BEST suited for this requirement?
Answer options:
A.
Amazon SNS
B.
Amazon SQS
C.
Amazon EventBridge
D.
AWS Step Functions
How to approach this question
Look for keywords like 'event bus', 'SaaS applications', and 'content-based routing'.
Full Answer
C.Amazon EventBridge✓ Correct
Amazon EventBridge
Amazon EventBridge is a serverless event bus that makes it easier to build event-driven applications at scale using events generated from your applications, integrated Software-as-a-Service (SaaS) applications, and AWS services.
Common mistakes
Choosing SNS, which is a simpler pub/sub service without native SaaS integrations.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert