/
Automate the script execution via EventBridge

Automate the script execution via EventBridge

To automate the importing of IOCs from Infoblox an EventBridge can be used. This allows for the ingestion of IOCs from Infoblox via the Python script to occur on a schedule. To configure an Amazon EventBridge, perform the following steps:

  1. Input Lambda into the search bar located at the top of the AWS interface.

  1. Locate and click on Lambda to navigate to the Lambda page.

A screenshot of a computer

Description automatically generated with medium confidence
  1. Locate and click the Lambda function that was created in the previous section.

A screenshot of a computer

Description automatically generated with medium confidence
  1. In the Function overview panel of the function’s page, click the Add trigger button

A screenshot of a computer

Description automatically generated with medium confidence
  1. On the Add trigger page, perform the following steps:

    • Select EventBridge from the Select a trigger drop-down menu located in the Trigger configuration panel

A screenshot of a computer

Description automatically generated with medium confidence
  • Under the Rule header, click the Create a new rule bubble.

image-20240414-194831.png
  • Give the Rule a name.

image-20240414-194908.png
  • (Optional) If desired, give the rule a description.

image-20240414-195048.png
  • Under the Rule type header, click the Schedule expression bubble.

image-20240414-195125.png
  • In the Schedule expression text panel, input a Cron or Rate expression. Note, for more information about the accepted input types, see the AWS documentation here.

A picture containing text, screenshot, font, line

Description automatically generated
  • Click Add to confirm the addition of the trigger.

A picture containing text, screenshot, font, rectangle

Description automatically generated

Related content