Amazon ECS + Alert24
Stream events from Amazon ECS into Alert24 to correlate changes with incidents and shorten time to resolution.
Receive Amazon ECS container task and service state change events via EventBridge.
Auto-detected payloads
Alert24 recognizes Amazon ECS 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 Amazon ECS.
Configure Amazon ECS
Add the webhook URL in your Amazon ECS settings.
Auto-Detected
Alert24 auto-detects Amazon ECS payloads and maps them to incidents.
Step-by-Step Setup Instructions
Amazon ECS Webhook Setup
aws.ecs and detail-type ECS Task State Change or ECS Service ActionExample Webhook Payload
This is a sample payload that Amazon ECS sends to Alert24 when an alert fires.
{
"version": "0",
"source": "aws.ecs",
"detail-type": "ECS Task State Change",
"detail": {
"clusterArn": "arn:aws:ecs:us-east-1:123456789012:cluster/production",
"taskArn": "arn:aws:ecs:us-east-1:123456789012:task/production/abcdef123456",
"taskDefinitionArn": "arn:aws:ecs:us-east-1:123456789012:task-definition/my-service:42",
"lastStatus": "STOPPED",
"desiredStatus": "STOPPED",
"stoppedReason": "Essential container in task exited",
"group": "service:my-service",
"containers": [
{
"name": "app",
"lastStatus": "STOPPED",
"exitCode": 1,
"reason": "OutOfMemoryError"
}
],
"createdAt": "2024-01-15T10:00:00Z",
"stoppedAt": "2024-01-15T10:30:00Z"
}
}How Alert24 Maps Amazon ECS Data
Status Field
detail.lastStatus
Message Field
detail.stoppedReason
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Amazon ECS Values |
|---|---|
| operational | RUNNING |
| degraded | PENDINGPROVISIONINGACTIVATING |
| down | STOPPEDDEPROVISIONING |
Connect Amazon ECS 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.