cloud

 

Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push notification service that lets you send individual messages or to fan-out messages to large numbers of recipients. Amazon SNS makes it simple and cost effective to send push notifications to mobile device users, email recipients or even send messages to other distributed services.

INCEPTION :

Amazon SNS was officially launched in 2006 ,with the launch of Amazon Web services .Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud.With Amazon SNS you can provide push notification service to the providers such as Apple, Google, Fire OS, and Windows devices.

PROS :

  • Instantaneous, push-based delivery (no polling)
  • Simple APIs and easy integration with applications
  • Flexible message delivery over multiple transport protocols
  • Inexpensive, pay-as-you-go model with no up-front costs
  • Web-based AWS Management Console offers the simplicity of a point-and-click interface

Supporting push notifications at large scale has been incredibly complicated for mobile app developers. Each popular mobile platform maintains a different free relay service that delivers notifications through persistent connections to devices running the platforms they own. This means that to support millions of users on multiple mobile platforms, developers must integrate with each of these platform-specific relay services, which introduces operational complexity and cost. In addition, the nature of mobile app distribution is such that successful apps can become popular almost overnight, exacerbating these challenges for customers.

From the sender’s viewpoint, SNS acts as a single message bus that can message to a wide variety of devices and platforms like Apple, Google, UC browser etc. A single code interface can address all of these equally, or message formats can be tailored to the particular needs of each platform

PRICING :

The pricing for Amazon SNS is , for first 1 million push notification. IT’s FREE 🙂Your first 1 million Amazon SNS requests per month are free, then it costs $0.50 per 1 million Amazon SNS requests thereafter.

It costs $1.00 to send one million mobile push notifications. With the SNS free tier, your first million push notifications (publishes and deliveries) are free every month.

THAT’S ALL FOLKS !!!!