AWS Security ChangesHomeSearch

AWS devopsagent documentation change

Service: devopsagent · 2026-02-10 · Documentation low

File: devopsagent/latest/userguide/aws-devops-agent-security-devops-agent-iam-permissions.md

Summary

Reformatted IAM policy JSON examples with consistent indentation and fixed typo in action name 'UpdateKnowledgelItem' to 'UpdateKnowledgeItem'

Security assessment

Changes involve formatting improvements and minor typo fixes in IAM policy examples. No evidence of security vulnerability fixes or new security guidance. The typo correction improves accuracy but doesn't address a known exploit.

Diff

diff --git a/devopsagent/latest/userguide/aws-devops-agent-security-devops-agent-iam-permissions.md b/devopsagent/latest/userguide/aws-devops-agent-security-devops-agent-iam-permissions.md
index 95ed220fe..e7c63083f 100644
--- a//devopsagent/latest/userguide/aws-devops-agent-security-devops-agent-iam-permissions.md
+++ b//devopsagent/latest/userguide/aws-devops-agent-security-devops-agent-iam-permissions.md
@@ -121,8 +121,8 @@ This policy grants full access to all AWS DevOps Agent features:
-      "Version": "2012-10-17",		 	 	 		 	 	 
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": "aidevops:*",
-          "Resource": "*"
-        }
-      ]
+      "Version": "2012-10-17",		 	 	 		 	 	 
+      "Statement": [
+        {
+          "Effect": "Allow",
+          "Action": "aidevops:*",
+          "Resource": "*"
+        }
+      ]
@@ -137,32 +137,32 @@ This policy grants access to investigation and prevention features without admin
-      "Version": "2012-10-17",		 	 	 		 	 	 
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": [
-            "aidevops:GetAgentSpace",
-            "aidevops:InvokeAgent",
-            "aidevops:ListExecutions",
-            "aidevops:ListJournalRecords",
-            "aidevops:ListAssociations",
-            "aidevops:GetAssociation",
-            "aidevops:DiscoverTopology",
-            "aidevops:ListRecommendations",
-            "aidevops:GetRecommendation",
-            "aidevops:CreateBacklogTask",
-            "aidevops:UpdateBacklogTask",
-            "aidevops:GetBacklogTask",
-            "aidevops:ListBacklogTasks",
-            "aidevops:ListKnowledgeItems",
-            "aidevops:GetKnowledgeItem",
-            "aidevops:InitiateChatForCase",
-            "aidevops:EndChatForCase",
-            "aidevops:SendChatMessage",
-            "aidevops:ListGoals",
-            "aidevops:CreteKnowledgeItem",
-            "aidevops:UpdateKnowledgelItem",
-            "aidevops:DescribeSupportLevel",
-            "aidevops:ListPendingMessages"
-          ],
-          "Resource": "*"
-        }
-      ]
+      "Version": "2012-10-17",		 	 	 		 	 	 
+      "Statement": [
+        {
+          "Effect": "Allow",
+          "Action": [
+            "aidevops:GetAgentSpace",
+            "aidevops:InvokeAgent",
+            "aidevops:ListExecutions",
+            "aidevops:ListJournalRecords",
+            "aidevops:ListAssociations",
+            "aidevops:GetAssociation",
+            "aidevops:DiscoverTopology",
+            "aidevops:ListRecommendations",
+            "aidevops:GetRecommendation",
+            "aidevops:CreateBacklogTask",
+            "aidevops:UpdateBacklogTask",
+            "aidevops:GetBacklogTask",
+            "aidevops:ListBacklogTasks",
+            "aidevops:ListKnowledgeItems",
+            "aidevops:GetKnowledgeItem",
+            "aidevops:InitiateChatForCase",
+            "aidevops:EndChatForCase",
+            "aidevops:SendChatMessage",
+            "aidevops:ListGoals",
+            "aidevops:CreteKnowledgeItem",
+            "aidevops:UpdateKnowledgelItem",
+            "aidevops:DescribeSupportLevel",
+            "aidevops:ListPendingMessages"
+          ],
+          "Resource": "*"
+        }
+      ]
@@ -177,21 +177,21 @@ This policy grants view-only access to investigations and recommendations:
-      "Version": "2012-10-17",		 	 	 		 	 	 
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": [
-            "aidevops:GetAgentSpace",
-            "aidevops:ListAssociations",
-            "aidevops:GetAssociation",
-            "aidevops:ListExecutions",
-            "aidevops:ListJournalRecords",
-            "aidevops:ListRecommendations",
-            "aidevops:GetRecommendation",
-            "aidevops:ListBacklogTasks",
-            "aidevops:GetBacklogTask",
-            "aidevops:ListKnowledgeItems",
-            "aidevops:GetKnowledgeItem",
-            "aidevops:GetAccountUsage"
-          ],
-          "Resource": "*"
-        }
-      ]
+      "Version": "2012-10-17",		 	 	 		 	 	 
+      "Statement": [
+        {
+          "Effect": "Allow",
+          "Action": [
+            "aidevops:GetAgentSpace",
+            "aidevops:ListAssociations",
+            "aidevops:GetAssociation",
+            "aidevops:ListExecutions",
+            "aidevops:ListJournalRecords",
+            "aidevops:ListRecommendations",
+            "aidevops:GetRecommendation",
+            "aidevops:ListBacklogTasks",
+            "aidevops:GetBacklogTask",
+            "aidevops:ListKnowledgeItems",
+            "aidevops:GetKnowledgeItem",
+            "aidevops:GetAccountUsage"
+          ],
+          "Resource": "*"
+        }
+      ]