AWS Security ChangesHomeSearch

AWS systems-manager-automation-runbooks documentation change

Service: systems-manager-automation-runbooks · 2025-07-25 · Documentation low

File: systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md

Summary

Fixed ARN formatting and indentation in IAM/Lambda policy examples

Security assessment

Syntax corrections and formatting improvements without modifying security controls or addressing vulnerabilities.

Diff

diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md b/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md
index d22621fd6..e783b1e82 100644
--- a//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md
+++ b//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md
@@ -237 +237 @@ JSON
-    				"arn:<partition>:iam:::<account-id>::role/Automation-K8sProxy*"
+                    "arn:aws:::<account-id>::role/Automation-K8sProxy*"
@@ -254 +254 @@ JSON
-    				"arn:<partition>:iam:::<account-id>::role/Automation-K8sProxy*"
+                    "arn:aws:::<account-id>::role/Automation-K8sProxy*"
@@ -276 +276 @@ JSON
-    				"arn:<partition>:iam:::<account-id>::role/Automation-K8sProxy*"
+                    "arn:aws:::<account-id>::role/Automation-K8sProxy*"
@@ -294 +294 @@ JSON
-    			"Resource": "arn:<partition>:lambda::<region-id>:::<account-id>::function:Automation-K8sProxy*",
+                "Resource": "arn:aws::<region-id>:::<account-id>::function:Automation-K8sProxy*",
@@ -309 +309 @@ JSON
-    			"Resource": "arn:<partition>:cloudformation::<region-id>:::<account-id>::stack/AWSSupport-SetupK8sApiProxyForEKS*",
+                "Resource": "arn:aws::<region-id>:::<account-id>::stack/AWSSupport-SetupK8sApiProxyForEKS*",
@@ -328,2 +328,2 @@ JSON
-    				"arn:<partition>:logs::<region-id>:::<account-id>::log-group:/aws/lambda/Automation-K8sProxy*",
-    				"arn:<partition>:logs::<region-id>:::<account-id>::log-group:/aws/lambda/Automation-K8sProxy*:*"
+                    "arn:aws::<region-id>:::<account-id>::log-group:/aws/lambda/Automation-K8sProxy*",
+                    "arn:aws::<region-id>:::<account-id>::log-group:/aws/lambda/Automation-K8sProxy*:*"
@@ -344 +344 @@ JSON
-    				"arn:<partition>:iam:::<account-id>::role/Automation-K8sProxy-Role*"
+                    "arn:aws:::<account-id>::role/Automation-K8sProxy-Role*"