Wednesday, March 16, 2022

AWS Application Integration: SNS (Simple Notification Service)

 


before SNS, there was SQS..

so now SNS:

Step 1: Search for Simple Notification Service

Step 2:  Click on Topics and Create a Topic button

Step 3: Configure Below details

             Type: Standard

             Name: SendMail

             Click on Create Topic

Step 4: Click on Subscription and Click on Create Subscription button

              Protocol : email

             End Point: email address

             Click on Create Subscription

Step 5: Go to your mentioned email and provide the confirmation for the subscription.

Step 6: Once the subscription is confirmed then select Topic SendMail and Click on Publish Message with subject and message body then the subscribers should receive the message.


No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...