Multi-Region Backup Status Check
Every 6 hours: check backup health across all regions; flag stale, failed, or missing backups with remediation steps — prevent RTO/RPO misses.
Overview
**What it does**: Scheduled (every 6h) → loop through configured regions (us-east-1, eu-west-1, ap-southeast-1) → HTTP request each region's backup API → code validates (status=completed, age<24h, size>100MB) → IF any failed → LLM explains age, storage issues, next recovery steps → Slack to #backup-alerts. IF all healthy → success confirmation. **Setup (5 steps)**: 1. Connect backup provider: AWS RDS, Azure Backup, GCP, or custom backup store (provide API endpoints) 2. Configure regions: list all regions you back up to (comma-separated) 3. Set thresholds: max backup age (default 24h), min size (default 100MB) 4. Configure Slack channel: #backup-alerts 5. Test: manually run workflow; verify all regions report status **Apps/nodes**: HTTP request (backup API), code node (validation), Slack. **Credentials required**: Backup provider API key/credentials, Slack workspace. **Difficulty**: Medium | **Setup time**: 10 minutes. **Business outcome**: Catch backup failures before you need them → SLA compliance ↑, RTO/RPO violations ↓ 100%.
What's included
Quickstart
- 01
Download the JSON
With an active Library Pass, download the workflow file right from this page or your dashboard.
- 02
Import into n8n
Choose Import from File and select the downloaded JSON. The full agent graph appears, ready to configure.
- 03
Plug in credentials
Each integration node prompts for credentials on first run. The setup guide lists every credential the agent expects.
- 04
Activate and test
Run once with sample input, confirm the expected output, then flip the activate toggle.
Frequently Asked Questions
How do I import this workflow into n8n?
What credentials do I need to provide?
Are the credentials included in the JSON file?
Can I edit or customize the workflow after importing?
What n8n version is required?
What if something breaks after I import it?
Can I use this workflow for my customers or business?
Will the workflow receive updates?
Do I need n8n Pro or a paid plan?
Can I ask for a custom workflow?
Reviews (0)
No reviews yet. Be the first.
Sign in to leave a review.
Included with any pass
This agent — and every other in the library — comes with a Library Pass. One pass, the whole catalog.
Get a Library Pass- Every agent in the library
- All new releases while active
- Unlimited downloads
- Commercial-use license
- Priority email support
- 30-day money-back guarantee
More in Monitoring
Cron Job Failure Watchdog
Monitor cron job heartbeats; on failure, LLM summarizes what failed, when it last ran, and recovery steps — escalate to #batch-jobs.
Database Backup Verification
Daily: verify latest DB backup exists, completed successfully, and is recent (<24h old) — flag stale or failed backups to #databases.
Error Budget Burn Alert
Hourly check: if error budget burn rate exceeds 50%, escalate to the on-call engineer with burn %, incident rate, and time to exhaustion.