AWS Security ChangesHomeSearch

AWS devopsagent documentation change

Service: devopsagent · 2026-04-25 · Documentation low

File: devopsagent/latest/userguide/working-with-devops-agent.md

Summary

Added new section 'Engaging DevOps Agent via MCP' describing integration with MCP-compatible clients and IDEs, including specific mention of Kiro integration.

Security assessment

This change documents new integration capabilities through MCP (Model Context Protocol) and third-party tools like Kiro. While integration methods can have security implications, this documentation change itself doesn't address security vulnerabilities or add security-specific documentation.

Diff

diff --git a/devopsagent/latest/userguide/working-with-devops-agent.md b/devopsagent/latest/userguide/working-with-devops-agent.md
index 3b708d189..a71ac66d0 100644
--- a//devopsagent/latest/userguide/working-with-devops-agent.md
+++ b//devopsagent/latest/userguide/working-with-devops-agent.md
@@ -7 +7 @@
-Working with DevOps AgentAutonomous incident responseOn-demand DevOps tasksProactive incident prevention
+Working with DevOps AgentAutonomous incident responseOn-demand DevOps tasksProactive incident preventionEngaging DevOps Agent via MCP
@@ -26,0 +27,6 @@ After resolving incidents, DevOps Agent analyzes patterns across your investigat
+## Engaging DevOps Agent via MCP
+
+You can access AWS DevOps Agent capabilities directly from MCP-compatible clients and IDEs using the [AWS MCP Server](https://docs.aws.amazon.com/aws-mcp/latest/userguide/what-is-mcp-server.html). This enables you to investigate incidents, optimize costs, review architecture, map topology, and get remediation guidance through DevOps Agent APIs without leaving your development environment.
+
+For [Kiro](https://kiro.dev/) users, a dedicated **aws-devops-agent** power is available in the [Kiro powers repository](https://github.com/kirodotdev/powers). This power provides a pre-configured setup that connects Kiro to AWS DevOps Agent through the AWS MCP Server, giving you AI-powered operational intelligence directly in your IDE.
+