The team is reducing operational risk in a mobile backend deployed to eu-west-1. Multiple consumers must react to the same business event, and producers must not know which consumers exist. Rules need to route events by attributes. Which solution is MOST appropriate?
Explanation
EventBridge supports loosely coupled event-driven routing with rules that match event attributes. The strongest distractor is 'Send synchronous HTTP requests from the producer to every consumer.', but it fails because it couples producer availability and latency to every consumer.