Skip to content

Commit 8be64e8

Browse files
committed
Update format
1 parent 95ee0f7 commit 8be64e8

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

source/_components/notify.aws_sns.markdown

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,22 @@ AWS SNS is a notify platform and thus can be controlled by calling the notify se
4141

4242
If one exists, the SNS Subject will be set to the title. All attributes from the payload except message will be sent as stringified message attributes.
4343

44-
Setting up SNS within AWS:
44+
#### {% linkable_title Setting up SNS within AWS %}
45+
4546
- Log into your AWS console and under "Security and Identity", select "Identity & Access Management".
46-
- On the left hand side, select "Users" then click “Create New Users”. Enter a name here and then click "Create".
47-
- You can either download the credentials or click the arrow to display them one time.
48-
**Caution** If you do not download them you’ll lose them and will have to recreate a new user.
49-
- Copy/Paste the two Keys that you’re provided here in your configuration.yaml respectively.
50-
- On the left hand side of the screen go back to “Users” and select the user you just created. On the “Permissions” tab click the “Attach Policy” icon. Search for “SNS” and attach the policy “AmazonSNSFUullAccess”
51-
- Back to the AWS Console you now need to find “SNS” and click in to that service. It is under the Mobile Services group.
52-
- On the left hand side, select “Topics” then “Create new topic”
47+
- On the left hand side, select "Users" then click "Create New Users". Enter a name here and then click "Create".
48+
- You can either download the credentials or click the arrow to display them one time.
49+
50+
<p class='note warning'>
51+
If you do not download them you will lose them and will have to recreate a new user.
52+
</p>
53+
54+
- Copy/Paste the two keys that you are provided here in your `configuration.yaml` file respectively.
55+
- On the left hand side of the screen go back to "Users" and select the user you just created. On the "Permissions" tab click the "Attach Policy" icon. Search for "SNS" and attach the policy "AmazonSNSFUullAccess".
56+
- Back to the AWS Console you now need to find "SNS" and click in to that service. It is under the Mobile Services group.
57+
- On the left hand side, select "Topics" then "Create new topic".
5358
- Choose a Topic Name and Display Name.
54-
- Now check the box next to the Topic you just created and under Actions, select Subscribe to topic
55-
- In the box that pops up, select the Protocol = SMS and enter in the phone number next to "Endpoint" you wish to SMS. Now click "Create".
56-
- Repeat for additional numbers
57-
- Back in the "Users" section you’ll see a long alphanumeric line that starts with "arn:" and ends with the Topic Name you chose previously. This is what your target in Home Assistant will be.
59+
- Now check the box next to the Topic you just created and under Actions, select "Subscribe to topic".
60+
- In the box that pops up, select the Protocol = SMS and enter in the phone number next to "Endpoint" you wish to SMS. Now click "Create".
61+
- Repeat for additional numbers.
62+
- Back in the "Users" section you will see a long alphanumeric line that starts with "arn:" and ends with the Topic Name you choose previously. This is what your "target" in Home Assistant will be.

0 commit comments

Comments
 (0)