# AWS EventBridge

With the **Rhythm + EventBridge** integration, you can subscribe to different types of activity within Rhythm, and receive
notifications in your AWS account when that activity occurs. AWS EventBridge supports a wide range of rules and targets,
allowing you to filter this activity, invoke custom behavior, or kick off workflows within your AWS account.

## Getting Started


```mermaid
flowchart LR
    A[Open Rhythm Console]-->B[Go to Security & Settings > Integrations > EventBridge]
    B-->C[Supply AWS account, region, and pick events]
    C-->D[Associate event bus]
    D-->E[Add rules & targets to your event bus]
```

To start receiving events in your AWS account, you must first configure the following information in Rhythm:

- AWS account number
- AWS region where you want to receive events
- Events you are interested in receiving.


You can supply this information in the Rhythm console under **Security & Settings > Integrations > EventBridge**.

![EventBridge Settings in Rhythm](/assets/eventbridge-rhythm.8abd37a2dd7ab7130a29fb545e827077a43fe19647f408012bcf2b44ca99ec5e.9c1bb791.png)

Once you have completed this step, Rhythm will create a **Partner event source** in your AWS account and region. You must
then associate this **Partner event source** with an event bus in your AWS account.

![Associate Event Bus in AWS](/assets/eventbridge-aws.bc63bed7eb208f523290e4e44c2cb78eb401086031a1399c5a1330d8b3c4564b.9c1bb791.png)

If you do not **Association with event bus** within 7 days, you must delete your settings and start this process again.

## Event Details

You can explore the **AWS EventBridge > Event Reference** section to see the details of a particular event, including the structure
of the event you will receive in your AWS Account.