volume_mute
Match the terms on the left with the appropriate definition
publish date: 2024/09/02 06:35:6.223007 UTC
volume_muteTo complete the line match
- Click on an item in the first group
- Click on the match in the second group
To delete a match, double click on a line
Term
Producer
Router
Consumer
Definition
Create events with all required information
Ingests and filters events using rules
Subscribe and are notified when events occur
Correct Answer
(1) Producer,Create events with all required information
(2) Router,"Ingests and filters events using rules
(3) Consumer,Subscribe and are notified when events occur
Explanation
- Producers are users who create the events. Events contain all the necessary information required for the consumers to take action on the event.
- The router ingests, filters, and pushes the events to the appropriate consumers. It does this by using a set of rules or another service, such as Amazon Simple Notification Service (Amazon SNS), to send the messages.
- Consumers subscribe to be notified about the events, or they can monitor an event stream and act on events that pertain only to them.
Reference
AWS Skill Builder