SOA-C02 · Question #626
A SysOps administrator needs to build an event infrastructure for a set of custom application- specific events. The events must be sent to an AWS Lambda function for processing. The SysOps…
The correct answer is A. Create an Amazon EventBridge custom event bus. Create an archive on the custom event bus. Using an Amazon EventBridge custom event bus allows you to send your custom application- specific events. By creating an archive on this custom event bus, you can store and later replay events filtered by type or time. Additionally, by defining a rule that sends the events to…
Question
A SysOps administrator needs to build an event infrastructure for a set of custom application- specific events. The events must be sent to an AWS Lambda function for processing. The SysOps administrator must record the events to replay later by event type or event time. Which solution will meet these requirements?
Options
- ACreate an Amazon EventBridge custom event bus. Create an archive on the custom event bus.
- BCreate an archive on the Amazon EventBridge default event bus. Use pattern matching to record
- CCreate an archive on the Amazon EventBridge default event bus. Create an EventBridge pipe to
- DCreate a log group in Amazon CloudWatch Logs. Create an Amazon EventBridge rule to send the
How the community answered
(26 responses)- A77% (20)
- B4% (1)
- C8% (2)
- D12% (3)
Explanation
Using an Amazon EventBridge custom event bus allows you to send your custom application- specific events. By creating an archive on this custom event bus, you can store and later replay events filtered by type or time. Additionally, by defining a rule that sends the events to your AWS Lambda function, you ensure that the events are processed as needed. This configuration meets the requirement of both processing events in real time and recording them for future replay.
Topics
Community Discussion
No community discussion yet for this question.