AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-10-01 · Documentation low

File: AmazonECS/latest/developerguide/private-auth.md

Summary

Updated IAM policy example with concrete region/account values and formatting changes

Security assessment

Added example values improve clarity but don't introduce new security features. Policy structure remains equivalent. No vulnerability addressed.

Diff

diff --git a/AmazonECS/latest/developerguide/private-auth.md b/AmazonECS/latest/developerguide/private-auth.md
index b372e6563..aa66fd5ac 100644
--- a//AmazonECS/latest/developerguide/private-auth.md
+++ b//AmazonECS/latest/developerguide/private-auth.md
@@ -65,0 +66,6 @@ The following is an example inline policy that adds the permissions.
+JSON
+    
+
+****
+    
+    
@@ -67 +73 @@ The following is an example inline policy that adds the permissions.
-        "Version": "2012-10-17",&TCX5-2025-waiver;
+        "Version":"2012-10-17",		 	 	 
@@ -76,2 +82,2 @@ The following is an example inline policy that adds the permissions.
-                    "arn:aws:secretsmanager:<region>:<aws_account_id>:secret:secret_name",
-                    "arn:aws:kms:<region>:<aws_account_id>:key/key_id"
+                    "arn:aws:secretsmanager:us-east-1:111122223333:secret:secret_name",
+                    "arn:aws:kms:us-east-1:111122223333:key/key_id"