Skip to main content

AWS CloudWatch

Fluidify Regen receives CloudWatch alarms via Amazon SNS webhooks. When an alarm transitions to ALARM state, Regen creates an alert and optionally an incident.

Webhook URL

Setup

Step 1: Create an SNS topic

Note the topic ARN: arn:aws:sns:us-east-1:123456789:fluidify-regen-alerts

Step 2: Subscribe Regen as an HTTPS endpoint

Regen automatically confirms the subscription when it receives the confirmation request from SNS.
Note: SNS requires HTTPS. Use a domain with a valid TLS certificate. For local testing, use an HTTPS tunnel (e.g. ngrok).

Step 3: Add the SNS topic to a CloudWatch alarm

Always add both --alarm-actions (firing) and --ok-actions (resolving) so Regen can close the alert automatically.

How alarm fields map to Regen

Severity mapping

CloudWatch alarms don’t have a native severity field. Regen maps based on alarm name keywords: To set severity explicitly, include it in the alarm name:
  • payments-api-error-rate-critical
  • disk-usage-warning