AWS Config + Alert24
Stream events from AWS Config into Alert24 to correlate changes with incidents and shorten time to resolution.
Receive AWS Config compliance alerts and log configuration changes to correlate with incidents.
Auto-detected payloads
Alert24 recognizes AWS Config webhooks out of the box and maps fields to incidents automatically.
On-call routing & escalations
Page the right engineer over SMS, voice, push, email, or chat with policy-driven escalations.
Auto-updating status pages
Promote incidents to a public or private status page with one click and keep customers informed.
Change correlation & AI RCA
Recent deploys, infra updates, and feature flag flips surface alongside the incident for faster root cause.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for AWS Config.
Configure AWS Config
Add the webhook URL in your AWS Config settings.
Auto-Detected
Alert24 auto-detects AWS Config payloads and maps them to incidents.
Step-by-Step Setup Instructions
AWS Config Webhook Setup
aws.config and detail-type Config Rules Compliance ChangeExample Webhook Payload
This is a sample payload that AWS Config sends to Alert24 when an alert fires.
{
"version": "0",
"source": "aws.config",
"detail-type": "Config Rules Compliance Change",
"detail": {
"configRuleName": "s3-bucket-public-read-prohibited",
"resourceType": "AWS::S3::Bucket",
"resourceId": "my-public-bucket",
"awsAccountId": "123456789012",
"awsRegion": "us-east-1",
"messageType": "ComplianceChangeNotification",
"newEvaluationResult": {
"complianceType": "NON_COMPLIANT",
"resultRecordedTime": "2024-01-15T10:30:00Z"
},
"oldEvaluationResult": {
"complianceType": "COMPLIANT"
}
}
}How Alert24 Maps AWS Config Data
Status Field
detail.newEvaluationResult.complianceType
Message Field
detail.configRuleName
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | AWS Config Values |
|---|---|
| operational | COMPLIANT |
| down | NON_COMPLIANT |
Connect AWS Config to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Cloud Platforms Integrations
AWS CloudWatch
InboundReceive CloudWatch alarm notifications via SNS webhook.
Azure Monitor
InboundReceive Azure Monitor alerts and log Activity Log changes to correlate infrastructure changes with incidents.
Azure Service Health
InboundReceive Azure Service Health incident, maintenance, and advisory notifications.
Azure Resource Health
InboundReceive Azure Resource Health notifications for individual resource availability.
Google Cloud Monitoring
InboundReceive Google Cloud Monitoring (formerly Stackdriver) alerts.
Google Cloud SCC
InboundReceive Google Cloud Security Command Center threat and vulnerability findings via Pub/Sub.