SOA-C03 · Question #39
SOA-C03 Question #39: Real Exam Question with Answer & Explanation
The correct answer is A: Create an Amazon EventBridge custom event bus, create an archive, and create a rule to send. Amazon EventBridge supports custom event buses for application-specific events. EventBridge archives allow events to be retained and replayed later based on time ranges or event patterns, directly meeting the replay requirement. Creating a custom event bus provides isolation and
Question
A CloudOps engineer needs to build an event infrastructure for custom application-specific events. The events must be sent to an AWS Lambda function for processing. The CloudOps engineer must record the events so they can be replayed later by event type or event time. Which solution will meet these requirements?
Options
- ACreate an Amazon EventBridge custom event bus, create an archive, and create a rule to send
- BCreate an archive on the default event bus and use pattern matching.
- CCreate an EventBridge pipe and store events in an archive.
- DCreate a CloudWatch Logs log group and route events there.
Explanation
Amazon EventBridge supports custom event buses for application-specific events. EventBridge archives allow events to be retained and replayed later based on time ranges or event patterns, directly meeting the replay requirement. Creating a custom event bus provides isolation and governance for application events. The archive preserves events automatically, and EventBridge rules route events to AWS Lambda for processing without custom code. Options B and C do not properly align with custom event use cases or supported archive Option D lacks native replay functionality. Therefore, a custom event bus with an archive and rule is the correct solution.
Community Discussion
No community discussion yet for this question.