Skip to content

AI Services

Garot Conklin edited this page Apr 29, 2025 · 1 revision

AI Services in CloudOpsAI

Service Distribution

Amazon Bedrock (Claude)

  • Primary decision-making engine
  • Incident analysis
  • Remediation planning
  • Pattern recognition

Amazon Q

  • Operational knowledge base
  • Documentation search
  • Best practices lookup
  • Previous incident correlation

Integration Architecture

flowchart TD
    A[Alert] --> B[Amazon Q]
    A --> C[Bedrock]
    B --> D[Knowledge Context]
    C --> E[Decision Making]
    D --> E
    E --> F[Action Dispatch]
Loading

Configuration

ai_services:
  bedrock:
    model: anthropic.claude-v2
    temperature: 0.7
  amazon_q:
    app_id: your-q-app-id
    knowledge_bases:
      - ops-runbooks
      - incident-history

Clone this wiki locally