AWS Security ChangesHomeSearch

AWS autoscaling documentation change

Service: autoscaling · 2025-08-22 · Documentation low

File: autoscaling/application/userguide/resource-tagging-support.md

Summary

Formatting changes in IAM policy JSON examples

Security assessment

JSON formatting adjustments and minor policy syntax changes. No security content added or modified.

Diff

diff --git a/autoscaling/application/userguide/resource-tagging-support.md b/autoscaling/application/userguide/resource-tagging-support.md
index 7a9436628..7afd95495 100644
--- a//autoscaling/application/userguide/resource-tagging-support.md
+++ b//autoscaling/application/userguide/resource-tagging-support.md
@@ -67,0 +68,6 @@ For example, the following IAM policy grants permissions to use the `DeregisterS
+JSON
+    
+
+****
+    
+    
@@ -80 +85,0 @@ For example, the following IAM policy grants permissions to use the `DeregisterS
-                }
@@ -91 +96,3 @@ For example, the following IAM policy grants permissions to use the `DeregisterS
-                    "StringEquals": {"aws:ResourceTag/environment": "production"}
+                    "StringEquals": {
+                        "aws:ResourceTag/environment": "production"
+                    }