Idle Resource Reaper Digest
Weekly: detect unused EC2 instances, RDS databases, and storage; flag for cleanup with cost impact; auto-tag for shutdown and notify team.
Overview
**What it does**: Weekly schedule → scan cloud resources (AWS EC2, RDS, EBS, GCP Compute Engine, GCS, Azure VMs) → code analyzes: CPU/network activity last 7 days, any traffic → IF idle (activity < 5%) → identify cost: dollars/month saved per resource → LLM generates cleanup digest (list idle resources, total monthly savings, termination risk) → tag resources as "schedule:terminate", send Slack alert with cleanup link. **Setup (4 steps)**: 1. Connect cloud provider: AWS (EC2/RDS APIs), GCP, Azure 2. Set idle threshold: activity % (default <5%), min resource age (default 7 days) 3. Configure Slack channel: #finops 4. Test: spin up unused resource; verify detected next run **Apps/nodes**: Schedule, HTTP request (cloud resource API), code node (activity analysis), Claude/OpenAI (digest), Slack. **Credentials required**: Cloud API credentials, OpenAI account, Slack workspace. **Difficulty**: Medium | **Setup time**: 10 minutes. **Business outcome**: Idle resources caught weekly → waste ↓ 15-30%, cost ↓ predictable, FinOps visibility ↑.
What's included
Inside this workflow
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 Compute
Scheduled Scale-Down for Non-Prod Environments
Auto-scale down or stop non-prod resources (staging, dev EC2, RDS, K8s) during off-hours; resume before business hours.
Service Quota Watcher
Weekly: monitor service quotas (EC2, RDS, Lambda, K8s); alert when usage approaches limit; auto-request quota increase.