it is a serverless service that uses events to connect application components together to build scalable event-driven applications.
EventBridge used to be known as CloudWatch Events
Event Sources (AWS Services, or custom apps ) dispatch Events ( a state-change - something that happened that you likely want something else to react to) to an Event Bus which will process the information using Rules that will decide if and to what Targets the event will be forwarded.