Introduction:
Table of Contents
Amazon Simple Notification (SNS) is a highly available, durable, secure, fully managed pub/sub messaging service that enables you to decouple microservices, distributed systems, and server less applications. Amazon SNS provides topics for high throughput, push-based, many to many messaging. Let us discuss AWS SNS: CREATE TOPIC AND SUBSCRIBE
What is SNS?
SNS Stands for Simple Notification Service.
It is a web service that makes it easy to set up, operate, and send a notification from the cloud.
Start Few AWS Trial Now- Click Here to know more
SNS provides developers with a highly scalable, cost-effective, flexible capability to publish a message from an application and sends them to other applications.
Step1: Create a topic
Sign in to the amazon console at, and choose SNS.
* Choose the create option.
* In the create a topic section, enter a topic name, and the Display name option will appear.


Choose topic is created

The topic’s name, ARN display name, name topic owner’s

Step 2: Create a Subscribe for the topic.
On the navigation panel, choose subscriptions.
Subscriptions page, choose create subscriptions.

- On the create subscription page,
- For protocol choose an endpoint type.
- On the end point block field the mail id.

Choose create subscription option.


In your email client, check the email address that you specified and choose confirm subscription in the email from amazon SNS.

Conclusion
AWS SNS: CREATE TOPIC AND SUBSCRIBE blog describes its properties and concept.