Skip to content

Amazon EventBridge Hands On

In EventBridge you have EventBuses. There is a Default event bus that Amazon Creates for you and you can use it to define rules for Amazon Services. You can also create custom event buses for your applications.


If you need to enable cross account options, you can set up the Resource-based policy as well.

Events

We have event sources that can come from partners

You can follow the steps on the setup page and you'll have events coming in from the service.

Once we have events, we can set up some rules.

We can select the bus and type (whenever a specific event happens or schedule the rule)

We can have multiple targets for the rule that can be either: - EventBridge bus - EventBridge API destination - Other AWS service.

This will send an email each time an instance is stopped or terminated.


We can also access the event archives.


We can also replay events.


We can also look up event schemas.

You can also download the code bindings for them.