AWS S3 Bucket + Event Notification

 

The below post shows how to create an S3 bucket and configure event notification via SNS (Mail) to send a mail when a new object is uploaded.










We are done with creating a bucket by name called "rsinfominds".

Let's proceed with setting up event notifications.








We are creating an event notification for any new file created with the extension called ".py".



Now, We will create an SNS topic and subscription.





We are going to create an email subscription.









 We are done with the SNS part. Let's go back to the S3 event notification setup.






The above error indicates an SNS access policy issue. We need to give S3 bucket to publish messages to SNS.





We are done with the configuration. Uploading objects to the S3 bucket will send an email notification.



Comments

Popular posts from this blog

SRE/DevOps Syllabus

AWS Code Commit - CI/CD Series Part 1

Docker - Preventing IP overlapping