AWS CloudWatch
Fluidify Regen receives CloudWatch alarms via Amazon SNS webhooks. When an alarm transitions toALARM state, Regen creates an alert and optionally an incident.
Webhook URL
Setup
Step 1: Create an SNS topic
arn:aws:sns:us-east-1:123456789:fluidify-regen-alerts
Step 2: Subscribe Regen as an HTTPS endpoint
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
--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-criticaldisk-usage-warning
