AWS Security ChangesHomeSearch

AWS sns documentation change

Service: sns · 2026-05-04 · Documentation low

File: sns/latest/dg/example_iot_GettingStarted_079_section.md

Summary

Added resource tagging commands for IAM role, audit tasks, mitigation actions, and SNS topics in IoT Device Defender tutorial.

Security assessment

Tagging enhancements for resource organization don't indicate security fixes. IoT Device Defender features were already documented; changes only add tagging.

Diff

diff --git a/sns/latest/dg/example_iot_GettingStarted_079_section.md b/sns/latest/dg/example_iot_GettingStarted_079_section.md
index 57b08bd1c..dd2413b66 100644
--- a//sns/latest/dg/example_iot_GettingStarted_079_section.md
+++ b//sns/latest/dg/example_iot_GettingStarted_079_section.md
@@ -154,0 +155,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        aws iam tag-role --role-name "$ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true
+        
@@ -417,0 +420,3 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    # Tag the audit task via IoT service
+    aws iot tag-resource --resource-arn "arn:aws:iot:$(aws configure get region):${ACCOUNT_ID}:audittask/${TASK_ID}" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true
+    
@@ -526,0 +532 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+            aws iot tag-resource --resource-arn "$MITIGATION_ACTION_ARN" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true
@@ -606 +612 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        SNS_RESULT=$(aws sns create-topic --name "IoTDDNotifications" --output json 2>&1) || true
+        SNS_RESULT=$(aws sns create-topic --name "IoTDDNotifications" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs --output json 2>&1) || true