Every 6 hours: check backup health across all regions (us-east-1, eu-west-1, etc.); flag stale, failed, or missing backups — prevent RTO/RPO misses.
What it does: Scheduled (every 6h) → loop through configured regions → HTTP request each region's backup service → code validates (status=completed, age<24h, size>threshold) → IF any failed → LLM explains age, storage issues, next recovery steps → Slack to #backup-alerts. IF all healthy → success confirmation.
Connect backup service: AWS (cross-region backups), GCP, Azure (cross-region replication)
Configure regions: list all regions you back up to (e.g., us-east-1, eu-west-1, ap-southeast-1)
Set thresholds: max backup age (default 24h), min size
Configure Slack channel: #backup-alerts
Test: manually run workflow; verify all regions report status
Apps/nodes: HTTP request (backup API), code node (validation), Slack.
Credentials required: Backup provider credentials, Slack workspace.
Difficulty: Medium | Setup time: 10 minutes.
Business outcome: Catch backup failures across regions → disaster recovery ↑ confidence, SLA compliance ↑, RTO/RPO violations ↓ 100%.
With an active subscription, download the workflow file right from this page or your dashboard.
Choose Import from File and select the downloaded JSON. The full agent graph appears, ready to configure.
Each integration node prompts for credentials on first run. The setup guide lists every credential the agent expects.
Run once with sample input, confirm the expected output, then flip the activate toggle.
No reviews yet. Be the first.
Sign in to leave a review.
This agent — and every other in the collection — comes with your subscription. One plan, the whole catalog.
Subscribe to downloadOn cloud incident: auto-generate postmortem structure (timeline, root cause, lessons learned, action items); save to doc store and notify team.