원클릭으로
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) |