AWS Security ChangesHomeSearch

AWS devopsagent documentation change

Service: devopsagent · 2026-03-28 · Documentation low

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

Summary

Updated IAM permission names from aidevops:StreamMessage to aidevops:SendMessage and added ListChats and CreateChat permissions

Security assessment

This change updates IAM permission documentation which is security-related but doesn't indicate a security vulnerability. It adds documentation about security features (IAM permissions) and corrects permission names for proper access control.

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 aa0f6bb9f..4f9b99974 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
@@ -45 +45 @@ Chat requires the following IAM permissions to function:
-  * **aidevops:StreamMessage** – Allows users to submit queries and receive streaming responses.
+  * **aidevops:SendMessage** – Allows users to submit queries and receive streaming responses.
@@ -172 +172,3 @@ This policy grants access to investigation and prevention features without admin
-            "aidevops:SendChatMessage",
+            "aidevops:ListChats",
+            "aidevops:CreateChat",
+            "aidevops:SendMessage",