AWS CodePipeline
Receive execution state notifications and log deployments as changes for incident correlation.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for AWS CodePipeline.
Configure AWS CodePipeline
Add the webhook URL in your AWS CodePipeline settings.
Auto-Detected
Alert24 auto-detects AWS CodePipeline payloads and maps them to incidents.
Step-by-Step Setup Instructions
AWS CodePipeline Webhook Setup
{
"source": ["aws.codepipeline"],
"detail-type": ["CodePipeline Pipeline Execution State Change"]
}Example Webhook Payload
This is a sample payload that AWS CodePipeline sends to Alert24 when an alert fires.
{
"source": "aws.codepipeline",
"detail-type": "CodePipeline Pipeline Execution State Change",
"detail": {
"pipeline": "production-deploy",
"state": "FAILED",
"execution-id": "abc-123"
}
}How Alert24 Maps AWS CodePipeline Data
Status Field
detail.state
Message Field
detail.pipeline
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | AWS CodePipeline Values |
|---|---|
| operational | SUCCEEDED |
| down | FAILED |
Connect AWS CodePipeline to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More CI/CD & DevOps Integrations
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.