AWS devopsagent documentation change
Summary
Added new 'Custom Agents' section and updated documentation links
Security assessment
Adds documentation for custom AI agents used for operational automation (reports, auditing). While auditing could be security-adjacent, the change describes general functionality without security-specific context or features.
Diff
diff --git a/devopsagent/latest/userguide/working-with-devops-agent.md b/devopsagent/latest/userguide/working-with-devops-agent.md index 244b67ac6..0336865c8 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 preventionInterfacing with the DevOps Agent +Working with DevOps AgentAutonomous incident responseOn-demand DevOps tasksProactive incident preventionInterfacing with the DevOps AgentCustom Agents @@ -29 +29,5 @@ After resolving incidents, DevOps Agent analyzes patterns across your investigat -AWS DevOps Agent supports multiple access methods including the web app console, MCP integration for IDEs, Agent Client Protocol (ACP), webhooks for event-driven automation, and direct API access. For more information, see [Interfacing with the DevOps Agent](./working-with-devops-agent-interfacing-with-the-devops-agent.html). +AWS DevOps Agent supports multiple access methods including the web app console, MCP integration for IDEs, Agent Client Protocol (ACP), webhooks for event-driven automation, and direct API access. For more information, see [Interfacing with the DevOps Agent](./working-with-devops-agent-interfacing-with-the-devops-agent-index.html). + +## Custom Agents + +Custom agents let you define your own AI agents tailored to your infrastructure and workflows. You configure a system prompt, select which MCP tools the agent can use, and assign skills that provide domain knowledge. Custom agents run on demand or on a schedule to automate recurring operational work such as generating reports, auditing configurations, and analyzing trends. For more information, see [Custom Agents](./working-with-devops-agent-custom-agents-index.html).