This video includes a hands on exercise to set up a cronjob using amazon EventBridge.
Lab Steps
1. Create an SNS topic - ex: notify-1
2. Subscribe your email with the SNS topic.
3. Confirm subscription by accessing your email
4. Go to event bridge. Select Schedules. Create a new schedule for 2 minute recurrence. Add
SNS publish message as the target. Specify the SNS topic.
5. Observe that every 2 minutes you receive a notification email
EventBridge
Amazon EventBridge is a serverless event bus service provided by AWS that makes it easy to connect applications using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and AWS services. EventBridge delivers a stream of real-time data from event sources such as Zendesk, Shopify, and AWS services, and routes that data to targets like AWS Lambda, SNS, SQS, Step Functions, and other services.
EventBridge User Guide: https://docs.aws.amazon.com/eventbrid...
EventBridge FAQ: https://aws.amazon.com/eventbridge/faqs/