一键导入
cloudwatch
Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
| name | cloudwatch |
| id | cloudwatch |
| description | Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically |
| category | observability |
| connection_check | {"method":"provider_in_preference","provider_key":"cloudwatch"} |
| tools | [] |
| index | CloudWatch — observation-only alarm ingestion via SNS webhook, no CLI tools |
| rca_priority | 30 |
| allowed-tools | |
| metadata | {"author":"aurora","version":"1.0"} |
Amazon CloudWatch alarm integration. Aurora receives alarm state-change notifications from CloudWatch via AWS SNS webhooks and creates incidents automatically.
cloud_exec('cloudwatch', ...) — there is no CloudWatch CLI connector.cloud_exec('aws', ...) to query CloudWatch metrics and logs via the AWS CLI.cloud_exec with 'aws') to investigate.During RCA the agent may:
The agent must never write or modify CloudWatch alarms during RCA.
| CloudWatch State | Aurora Behavior |
|---|---|
| ALARM | Creates incident — severity high (or critical if "critical" in alarm name) |
| INSUFFICIENT_DATA | No incident created (state recorded only) |
| OK | Resolves matching open incident (no new incident created) |