Loading...
Loading...
Have a fast, conversational analysis with the AWS DevOps Agent. Use for cost optimization, architecture review, topology mapping, knowledge / runbook discovery, security audits, dependency questions, and quick diagnostics — anything that needs a 5-30 second answer rather than a 5-8 minute deep investigation. Trigger words include cost, optimize, review, architecture, topology, what runbooks, show me, compare, audit, what if.
npx skill4agent add aws/agent-toolkit-for-aws chatting-with-aws-devops-agentAgentSpace routing (SigV4 only): Ifis available in your tool list and the multi-space orchestration skill has NOT been invoked yet this session, invoke it first to determine whichlist_agent_spacesto use. Then passagent_space_idon all tool calls below. For bearer token auth this is unnecessary — the token is already scoped to one space.agent_space_id
executionIdinvestigating-incidents-with-aws-devops-agentchataws_devops_agent__chat(message="What's causing the 503 errors on checkout-service?")
→ {"executionId": "uuid", "answer": "Based on my analysis..."}send_messageexecution_idaws_devops_agent__send_message(
execution_id="<executionId from chat response>",
content="What about the upstream dependency?"
)
→ "The upstream service shows..."executionIdchataws_devops_agent__list_chats()
→ {"chats": [...]}messageaws_devops_agent__chat(message="""[Local Context]
Service: checkout-service (from package.json)
Last deploy: commit abc1234 — 2h ago
CDK Stack: lib/checkout-stack.ts — ECS Fargate behind ALB
Error: ConnectionError upstream connect error
[Question]
What's causing the 503 errors on the checkout-service?""")git log --oneline -10| Phrasing | Response time |
|---|---|
| "Analyze...", "Review...", "Compare...", "What if...", "Show topology..." | 5–30s (chat) |
| "List...", "Show me...", "What is..." | instant (discovery) |
| "Investigate...", "Root cause of...", "What's wrong with..." | 5–8 min (deep — escalate to |
investigating-incidents-with-aws-devops-agentaws_devops_agent__investigate(title="Root cause of <thing chat found>")investigating-incidents-with-aws-devops-agentaws-devops-agentaws-mcpaws devops-agent create-chat --agent-space-id SPACE_ID --user-id USER_ID --user-type IAM --region us-east-1
→ executionIdaws devops-agent send-message \
--agent-space-id SPACE_ID \
--execution-id EXEC_ID \
--user-id USER_ID \
--content '<your question with local context>' \
--region us-east-1chatchataws-mcpchatsend_messageexecution_idchatlist_chatssend_messageexecution_id