From the course: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Hands-on learning: Create an event bus and rule

Hands-on learning: Create an event bus and rule

- [Instructor] In this lab, we'll take a look at S3 event notifications and how to configure a bucket to send these notifications to an EventBridge event bus. Okay, let's start by going into our bucket and enabling the object creation notification. So go to the bucket for your course, choose properties, and down near the bottom you'll see the event notifications section. And if you wanted to send an event notification to SNS SQS or Lambda directly, you can set that up here. But for our purposes, we want to use EventBridge. So instead we're going to send notifications to Amazon EventBridge for all events in this bucket. So we just have to turn that on by clicking edit and then save our changes. So now our bucket is enabled for EventBridge. Okay, so for our target for EventBridge, we're just going to have EventBridge send us a notification to our email address using SNS. So we're going to start by setting up the SNS topic and subscribing to it. So we're just going to search for SNS…

Contents