AWS Event Bridge Rule

 

Amazon EventBridge Event Bus is a serverless event bus that helps you receive, filter, transform, route, and deliver events.

We will configure s3 event notifications for any new objects created, delete, and trigger mail alerts.

Steps:

1) Create a SNS topic and confirm subscription with the mail ID.
2) Enable event bridge notification for the bucket.
3) Create an event bridge rule for the S3 event Object created and deleted.

Creating SNS topic and subscription.




Next, We will create an event bridge rule.








Enable event bridge notification for the bucket.


Let’s test by deleting object from the bucket.



It worked.

Comments

Popular posts from this blog

SRE/DevOps Syllabus

AWS Code Commit - CI/CD Series Part 1

Docker - Preventing IP overlapping