You are on page 1of 7

ABSTRACT

Amazon Simple Notification Service (SNS) is a notification 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.From the sender's viewpoint, SNS acts as a
single message bus that can message to a variety of devices and platforms, from the Kindle
Fire to Baidu. A single code interface can address all of these equally, or message formats can
be tailored to the particular needs of each platform. SNS can also deliver messages by SMS to
200+ countries.Amazon SNS allows to push messeges to Windows,Apple,Google and certain
internet connected device by using Application Programming Interface(API) or Amazon
Management Console.
INTRODUCTION TO AWS AND TOOLS
Amazon Web Services is a cloud computing platform that provides
customers with a wide array of cloud services. We can define AWS (Amazon
Web Services) as a secured cloud services platform that offers compute
power, database storage, content delivery and various other functionalities.
To be more specific, it is a large bundle of cloud based services. Consider we
need electricity for our home. Either we can generate our own electricity or
purchase it from electric power companies. When we generate our own
electricity, we need set up a lot of Infrastructure costing us a lot of money.
Instead of that, we could purchase electricity and pay as we use. Similarly,
AWS is one of the cloud computing providers that provide us computing,
storage, networking and lot more services that we can pay as we use.
Steps:
1.login to your AWS management console.

2.from services select Simple Notification Service from application integration.


3.click on topics than choose create topic.

4.provide your topic name than click on create topic. Topic name should not contain any space.

5.click on create subscription than select email from protocol selection. And than give any other
working mail id as end-point. Than click on create subscription. Subscription is successfully
created.
6.Before sending the message the receiver should confirm the mail. Select a person whom you
want send a message. Than click on publish message. If you are not selecting any one than by
default it will send to all the subscribers.
7.The message was published successfully for the receiver.
Conclusion:
We have learnt how to send a mail notification to the end user.

You might also like