Wednesday, December 9, 2020

how to configure SNS service in aws

Amazon Simple Notification Service is a notification service provided as part of Amazon Web Services since 2010. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users

 
 
Note : this is basic configuration of SNS

Step 1) login in aws login console panal
 
  • Root login : is a admin user
  • IAM           : is a user, which has limited rights by given root user

Step 2) click on services > search sns > click on sns

Step 3) create topic > select standard > write name > write Display name

  • leave Encryption optional
  • leave Access policy optional
  • leave Delivery retry policy (HTTP/S) optional
  • leave Delivery status logging optional
 
Step 5) click on Tags optional > write key name > write key value

Step 6) click on create topic

Assign the Subscriptions to SNS

Step 1) click on Subscriptions >> create Subscriptions

Step 2) select ARN > select protocol Email > write Email address in Endpoint Box

  • leave Subscription filter policy optional
  • leave Redrive policy (dead-letter queue) optional

Step 5) Click on create Subscription button


Confirm you pending Email Subscriptions

Step 1) click on services > search sns > click on Subscriptions

  •  your Subscriptions is under Email Pending confirmation
  •  check your email and confirm

Step 2) after email confirmation see the confirmation (tick)

 

 

No comments:

Post a Comment

testing