summaryrefslogtreecommitdiffstats
path: root/health/notifications/awssns/README.md
diff options
context:
space:
mode:
authorVincent Van Ouytsel <vvanouytsel@gmail.com>2019-08-02 18:16:19 +0200
committerJoel Hans <joel@netdata.cloud>2019-08-02 09:16:19 -0700
commit0cb8dbff6faee1418036e3ae1f6856e420df0970 (patch)
tree50c674d562cb03c9eb443af1169474de7962f898 /health/notifications/awssns/README.md
parent2a2549e92286cc3414feb3a38a63639b90dbf765 (diff)
Fixed typo (#6575)
Diffstat (limited to 'health/notifications/awssns/README.md')
-rw-r--r--health/notifications/awssns/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/notifications/awssns/README.md b/health/notifications/awssns/README.md
index 5205d4cb42..82c7ef7a0a 100644
--- a/health/notifications/awssns/README.md
+++ b/health/notifications/awssns/README.md
@@ -16,7 +16,7 @@ To get this working, you will need:
* An Amazon SNS topic to send notifications to with one or more subscribers. The [Getting Started](https://docs.aws.amazon.com/sns/latest/dg/GettingStarted.html) section of the Amazon SNS documentation covers the basics of how to set this up. Make note of the Topic ARN when you create the topic.
* While not mandatory, it is highly recommended to create a dedicated IAM user on your account for netdata to send notifications. This user needs to have programmatic access, and should only allow access to SNS. If you're really paranoid, you can create one for each system or group of systems.
-Once you have all the above, run the follwing command as the user netdata runs under:
+Once you have all the above, run the following command as the user netdata runs under:
aws configure