EventBridge
Create and manage EventBridge rules with DuploCloud
Amazon EventBridge lets you easily ingest, filter, transform, and route events to build event-driven applications. DuploCloud simplifies this by allowing you to create routing rules that send data to the right targets, enabling real-time, automated responses across your applications.
Adding EventBridge rules
In the DuploCloud Portal, navigate to Cloud Services -> App Integration.
Click the EventBridge tab.
Click Add. The Add EventBridge Rule page displays.
Add EventBridge Rule page In the Rule Name field, specify the rule name.
In the Description field, enter a rule description.
In the Schedule Expression field, enter the interval using rate(x interval) format, for example, rate(5 minutes). Include a space between the number and the interval (seconds, minutes, hours, or days).
In the State list box, select whether the rule is ENABLED (active and running on schedule) or DISABLED (inactive and not triggered).
Click Submit. The rule is displayed in the EventBridge tab.
Updating EventBridge rules
In the DuploCloud Portal, navigate to Cloud Services -> App Integration.
Click the EventBridge tab.
Select the menu (
) icon in the Actions column for the rule you want to update, and click Update. The Update EventBridge Rule page displays.
Edit the EventBridge rule configurations as needed.
Click Submit to update the rule.
Adding EventBridge targets
A target is a resource where EventBridge sends an event that matches the pattern defined for a rule. Each rule can send events to up to five targets. In DuploCloud, you can choose ECS Task or Lambda as the target type, and DuploCloud automatically handles the permissions needed to let EventBridge send the event.
Complete the following steps to add an EventBridge target in DuploCloud.
In the DuploCloud Portal, navigate to Cloud Services -> App Integration.
Click the EventBridge tab. The defined rules are displayed.
Click the name of the EventBridge rule where you want to add a target.
In the Target tab, click Add. The Add Rule Target page displays.

In the Name field, enter a target name.
From the Target Type list box, select a target type.
From the Task Definition Family list box, select a task definition family.
In the Task Version field, enter a numeric version number.
Click Submit. The target displays on the Target tab.

Last updated
Was this helpful?