AWS Security ChangesHomeSearch

AWS iot documentation change

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

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

Summary

Fixed URL formatting by adding double slashes in documentation links

Security assessment

The changes only correct URL syntax by adding double slashes in documentation links. There is no evidence of addressing security vulnerabilities or adding security-related content. The modifications are purely documentation formatting improvements.

Diff

diff --git a/iot/latest/developerguide/iot-create-rule.md b/iot/latest/developerguide/iot-create-rule.md
index a1e22403d..52f8e492f 100644
--- a//iot/latest/developerguide/iot-create-rule.md
+++ b//iot/latest/developerguide/iot-create-rule.md
@@ -20 +20 @@ An error action | The action AWS IoT performs when it's unable to perform a rule
-Before you create an AWS IoT rule, you must create an IAM role with a policy that allows access to the required AWS resources. AWS IoT assumes this role when implementing a rule. For more information, see [Granting an AWS IoT rule the access it requires](https://docs.aws.amazon.com/iot/latest/developerguide/iot-create-role.html) and [Passing role permissions](https://docs.aws.amazon.com/iot/latest/developerguide/pass-role.html).
+Before you create an AWS IoT rule, you must create an IAM role with a policy that allows access to the required AWS resources. AWS IoT assumes this role when implementing a rule. For more information, see [Granting an AWS IoT rule the access it requires](https://docs.aws.amazon.com//iot/latest/developerguide/iot-create-role.html) and [Passing role permissions](https://docs.aws.amazon.com//iot/latest/developerguide/pass-role.html).
@@ -32 +32 @@ Creating and updating rules are administrator-level actions. Any user who has pe
-Use the [AWS Management Console](https://console.aws.amazon.com/iot/home#/home) command to create a rule:
+Use the [AWS Management Console](https://console.aws.amazon.com//iot/home#/home) command to create a rule:
@@ -34 +34 @@ Use the [AWS Management Console](https://console.aws.amazon.com/iot/home#/home)
-  1. Open the [AWS IoT console](https://console.aws.amazon.com/iot/home#/home).
+  1. Open the [AWS IoT console](https://console.aws.amazon.com//iot/home#/home).
@@ -42 +42 @@ Use the [AWS Management Console](https://console.aws.amazon.com/iot/home#/home)
-  5. On the **Configure SQL statement** page, choose a SQL version and enter a SQL statement. An example SQL statement can be `SELECT temperature FROM 'iot/topic' WHERE temperature > 50`. For more information, see [SQL versions](https://docs.aws.amazon.com/iot/latest/developerguide/iot-rule-sql-version.html) and [AWS IoT SQL reference](https://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-reference.html).
+  5. On the **Configure SQL statement** page, choose a SQL version and enter a SQL statement. An example SQL statement can be `SELECT temperature FROM 'iot/topic' WHERE temperature > 50`. For more information, see [SQL versions](https://docs.aws.amazon.com//iot/latest/developerguide/iot-rule-sql-version.html) and [AWS IoT SQL reference](https://docs.aws.amazon.com//iot/latest/developerguide/iot-sql-reference.html).
@@ -46 +46 @@ Use the [AWS Management Console](https://console.aws.amazon.com/iot/home#/home)
-    1. In **Rule actions** , select a rule action from the drop down list. For example, you can choose **Kinesis Stream**. For more information about rule actions, see [AWS IoT rule actions](https://docs.aws.amazon.com/iot/latest/developerguide/iot-rule-actions.html).
+    1. In **Rule actions** , select a rule action from the drop down list. For example, you can choose **Kinesis Stream**. For more information about rule actions, see [AWS IoT rule actions](https://docs.aws.amazon.com//iot/latest/developerguide/iot-rule-actions.html).
@@ -50 +50 @@ Use the [AWS Management Console](https://console.aws.amazon.com/iot/home#/home)
-    3. In **IAM role** , choose or create a role to grant AWS IoT access to your endpoint. Note that AWS IoT will automatically create a policy with a prefix of `aws-iot-rule` under your IAM role selected. You can choose **View** to view your IAM role and the policy from the IAM console. **Error action** is optional. You can find more information in [Error handling (error action)](https://docs.aws.amazon.com/iot/latest/developerguide/rule-error-handling.html). For more information about creating an IAM role for your rule, see [Grant a rule the access it requires](https://docs.aws.amazon.com/iot/latest/developerguide/iot-create-role.html). Choose **Next**.
+    3. In **IAM role** , choose or create a role to grant AWS IoT access to your endpoint. Note that AWS IoT will automatically create a policy with a prefix of `aws-iot-rule` under your IAM role selected. You can choose **View** to view your IAM role and the policy from the IAM console. **Error action** is optional. You can find more information in [Error handling (error action)](https://docs.aws.amazon.com//iot/latest/developerguide/rule-error-handling.html). For more information about creating an IAM role for your rule, see [Grant a rule the access it requires](https://docs.aws.amazon.com//iot/latest/developerguide/iot-create-role.html). Choose **Next**.