AWS Security ChangesHomeSearch

AWS iot documentation change

Service: iot · 2025-11-22 · Documentation low

File: iot/latest/developerguide/iot-sns-rule.md

Summary

Updated URLs in documentation by adding double slashes after domain in multiple Amazon SNS and AWS IoT console links

Security assessment

The changes only modify URL formatting (adding redundant slashes) without altering security-related content. No security vulnerabilities, access controls, or security features are mentioned in the modified text. The updates appear to be typo corrections or URL standardization.

Diff

diff --git a/iot/latest/developerguide/iot-sns-rule.md b/iot/latest/developerguide/iot-sns-rule.md
index 71566bae6..1319f6e5f 100644
--- a//iot/latest/developerguide/iot-sns-rule.md
+++ b//iot/latest/developerguide/iot-sns-rule.md
@@ -51 +51 @@ Be sure you can use the MQTT client to subscribe and publish to a topic. You'll
-  * ###### Reviewed the [Amazon Simple Notification Service](https://docs.aws.amazon.com/sns/latest/dg/welcome.html)
+  * ###### Reviewed the [Amazon Simple Notification Service](https://docs.aws.amazon.com//sns/latest/dg/welcome.html)
@@ -53 +53 @@ Be sure you can use the MQTT client to subscribe and publish to a topic. You'll
-If you haven't used Amazon SNS before, review [Setting up access for Amazon SNS](https://docs.aws.amazon.com/sns/latest/dg/sns-setting-up.html). If you've already completed other AWS IoT tutorials, your AWS account should already be configured correctly.
+If you haven't used Amazon SNS before, review [Setting up access for Amazon SNS](https://docs.aws.amazon.com//sns/latest/dg/sns-setting-up.html). If you've already completed other AWS IoT tutorials, your AWS account should already be configured correctly.
@@ -66 +66 @@ This procedure exaplains how to create the Amazon SNS topic your weather sensor
-    1. Sign in to the [Amazon SNS console](https://console.aws.amazon.com/sns/home).
+    1. Sign in to the [Amazon SNS console](https://console.aws.amazon.com//sns/home).
@@ -96 +96 @@ The phone number that you use in this subscription might incur text messaging ch
-    1. In the [Amazon SNS console](https://console.aws.amazon.com/sns/home), in the left navigation pane, choose **Topics**.
+    1. In the [Amazon SNS console](https://console.aws.amazon.com//sns/home), in the left navigation pane, choose **Topics**.
@@ -110 +110 @@ If you did not receive the test message, double check the phone number and your
-Make sure you can publish test messages from the [Amazon SNS console](https://console.aws.amazon.com/sns/home) before you continue the tutorial.
+Make sure you can publish test messages from the [Amazon SNS console](https://console.aws.amazon.com//sns/home) before you continue the tutorial.
@@ -145 +145 @@ The rule's rule query statement takes the `temperature` value from the message p
-  1. Open [the **Rules** hub of the AWS IoT console](https://console.aws.amazon.com/iot/home#/rulehub).
+  1. Open [the **Rules** hub of the AWS IoT console](https://console.aws.amazon.com//iot/home#/rulehub).
@@ -216 +216 @@ To test your new rule, you'll use the MQTT client to publish and subscribe to th
-Open the [MQTT client in the AWS IoT console](https://console.aws.amazon.com/iot/home#/test) in a new window. This will let you edit the rule without losing the configuration of your MQTT client. If you leave the MQTT client to go to another page in the console, it won't retain any subscriptions or message logs.
+Open the [MQTT client in the AWS IoT console](https://console.aws.amazon.com//iot/home#/test) in a new window. This will let you edit the rule without losing the configuration of your MQTT client. If you leave the MQTT client to go to another page in the console, it won't retain any subscriptions or message logs.
@@ -220 +220 @@ Open the [MQTT client in the AWS IoT console](https://console.aws.amazon.com/iot
-  1. In the [MQTT client in the AWS IoT console](https://console.aws.amazon.com/iot/home#/test), subscribe to the input topics, in this case, `device/+/data`.
+  1. In the [MQTT client in the AWS IoT console](https://console.aws.amazon.com//iot/home#/test), subscribe to the input topics, in this case, `device/+/data`.
@@ -274 +274 @@ The green dot indicates that one or more new messages have been received since t
-Notice that the `device_id` value is a quoted string and the `temperature` value is numeric. This is because the [`topic()`](https://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-functions.html#iot-function-topic) function extracted the string from the input message's topic name while the `temperature` value uses the numeric value from the input message's payload.
+Notice that the `device_id` value is a quoted string and the `temperature` value is numeric. This is because the [`topic()`](https://docs.aws.amazon.com//iot/latest/developerguide/iot-sql-functions.html#iot-function-topic) function extracted the string from the input message's topic name while the `temperature` value uses the numeric value from the input message's payload.