# \*How to register AWS SNS

### Get started

there are 3 steps to set up SNS service

1. Create a topic
2. Create a subscription
3. Start receiving and processing notifications.

## [ASW Documentation](https://docs.aws.amazon.com/sns/latest/dg/sns-getting-started.html)

## 1. Create a topic

### 1.1 Go to AWS and search for Simple notification service

![](/files/-MCgmxLp3U97nUyGuJsu)

### 1.2 Give a name and press "Next step"

![](/files/-MCj6lLE4hNjE3Uy0LY7)

### 1.3 Give a display name

![](/files/-MCj8gwwc63tVsJNdUeC)

### 1.4 Encryption -> Disable

![](/files/-MCi7jgoq35N15QkQ3ER)

### Access policy

![](/files/-MCjB4WIbJxMtNvGLFVq)

### Delivery retry policy (http/s)

![](/files/-MCi8_mclK9yloq8N2Pd)

### Press "Create topic"

![](/files/-MCi9-eRkUcYZhQIrilD)

## 2. Create a subscription

### 2.1 Create a subscription under existing topic

![](/files/-MCjCJrBjf5rsuRUBJew)

### 2.2 Select a protocol in accordance with your project requirements

### 2.3 Add details

![](/files/-MCjFqf6wJ6WKZ7U8eDc)


---

# 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://docs-old.telematicssdk.com/platform-features/sns/how-to-register-aws-sns.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.
