원클릭으로
cloudwatch
// Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically
// Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically
On-prem Kubernetes cluster integration for running kubectl commands on connected clusters via Aurora agent relay
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
Postmortem generation and management tools for writing, reading, and versioning incident postmortems
GitLab code repository integration for investigating code changes, deployments, commits, MRs, and suggesting fixes during RCA
Sentry error tracking integration for searching issues, fetching stacktraces, listing projects, and running Discover event searches during RCA investigations
Slack integration tools for reading channel messages and thread replies
| 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) |