> For the complete documentation index, see [llms.txt](https://amartyushov.gitbook.io/tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amartyushov.gitbook.io/tech/platforms/aws/sns.md).

# SNS

## SNS (Simple Notification Service)

A notification service generally used in conjunction with CloudWatch to email or text alerts when some event occurs in account

What is it? Sending email or text message notifications, based on events in your AWS account.

Two types of clients:

* publishers
* subscribers

### How to use

* create topic
* create subscription

### Basic components

* Topics
  * how you label and group different endpoints that you send messages to
* Subscriptions
  * the endpoints that a topic sends messages to  (i.e. email address or phone number of our system admin)

### [Pricing](https://aws.amazon.com/sns/pricing/)

Free tier available.

* Publishes
  * number of SNS request (message that needs to be sent)
* Notification Deliveries
  * number of subscribers   the message is sent to
* Data transfer in/out of SNS
