fix cloud aws sns notification meta (#16379)
Ilya Mashchenko committed
Nov 10, 2023 at 20:04 UTC
45f752bfceca2d3834e5fec9a13a9ef8384c0c00
1 file changed
+4
-4
integrations/cloud-notifications/metadata.yaml
+4
-4
@@ -321,10 +321,10 @@
321
To enable the webhook integration on AWS SNS you need:
322
1. [Setting up access for Amazon SNS](https://docs.aws.amazon.com/sns/latest/dg/sns-setting-up.html)
323
2. Create a topic
324
- - On AWS SNS management console click on **Create topic**
325
- - On the **Details** section, the standard type and provide the topic name
326
- - On the **Access policy** section, change the **Publishers** option to **Only the specified AWS accounts** and provide the Netdata AWS account **(123269920060)** that will be used to publish notifications to the topic being created
327
- - Finally, click on **Create topic** on the bottom of the page
324
+ - On AWS SNS management console click on **Create topic**
325
+ - On the **Details** section, the standard type and provide the topic name
326
+ - On the **Access policy** section, change the **Publishers** option to **Only the specified AWS accounts** and provide the Netdata AWS account **(123269920060)** that will be used to publish notifications to the topic being created
327
+ - Finally, click on **Create topic** on the bottom of the page
328
3. Now, use the new **Topic ARN** while adding AWS SNS integration on your space.
329
330
- id: 'notify-cloud-webhook'