# Overview

* SNS is a managed service that **provides message delivery from publishers to subscribers (also known as producers and consumers)**.<br>
* **Publishers communicate asynchronously with subscribers by sending messages to a topic**, which is a logical access point and communication channel.<br>
* **Clients can subscribe to the SNS topic and receive published messages** using a supported protocol, such as **SQS, Lambda, HTTP, email, mobile push notifications, and mobile text messages (SMS)**.<br>
* By default, SNS offers **10 million subscriptions per topic**, and **100,000 topics per account**.<br>
* After you **create an SNS topic and subscribe an endpoint to it**, you can **publish messages to the topic**.\
  &#x20;
* When a message is published, **SNS attempts to deliver the message to the subscribed endpoints**.

![](https://4079160698-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MOmHH1M7R1RV5MGm4F7%2F-MPG-6s0lF8IQQrtDFjV%2F-MPK6G-lwI7YVEM4dSYH%2Fimage.png?alt=media\&token=09dcccaa-ab3d-4b42-95f6-306a90e8ddb8)

## Security

* Encryption in transit using HTTPS API.<br>
* Encryption at rest using KMS.<br>
* Access Controls using IAM Policies.<br>
* Cross-account policies using SNS Access Policies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://karansingh.gitbook.io/aws-saa-c02/simple-notification-service-sns/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
