Medium1 markMultiple Choice
AWS SAA-C03 · Question 25 · Domain 2.3: Decoupling Mechanisms
A company wants to build an event-driven architecture. When a new object is uploaded to an S3 bucket, multiple independent microservices need to process the event. The solution must support advanced event filtering based on the object's metadata. Which service should route the events?
A company wants to build an event-driven architecture. When a new object is uploaded to an S3 bucket, multiple independent microservices need to process the event. The solution must support advanced event filtering based on the object's metadata. Which service should route the events?
Answer options:
A.
Amazon SNS
B.
Amazon SQS
C.
Amazon EventBridge
D.
AWS Step Functions
How to approach this question
Identify the need for an event bus with advanced filtering capabilities.
Full Answer
C.Amazon EventBridge✓ Correct
Amazon EventBridge
Amazon EventBridge is a serverless event bus that makes it easy to connect applications together. It provides advanced filtering rules based on the content of the event payload, making it ideal for this scenario.
Common mistakes
Choosing SNS, which has more limited filtering capabilities compared to EventBridge.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert