Savings Plan & Reserved Instance Coverage Report
Monthly: analyze compute spend vs. Savings Plan coverage; recommend commitment purchases; flag expiring commitments to prevent over-paying on-demand.
Overview
**What it does**: Monthly schedule → query cloud billing (AWS Cost Explorer, GCP BigQuery billing, Azure Cost Analysis) → calculate: total compute spend, Savings Plan coverage %, on-demand % → identify commitment expirations next 30 days → LLM generates recommendations (buy 1-year EC2 commitment for this workload, 3-year term saves $X, renewal needed for RDS in 14 days) → Slack to #finops with report. **Setup (4 steps)**: 1. Connect cloud billing: AWS Cost Explorer, GCP BigQuery, Azure Cost Management API 2. Set commitment thresholds: recommend purchase if coverage < 60% 3. Configure Slack channel: #finops 4. Test: run manually; verify report structure **Apps/nodes**: Schedule, HTTP request (billing API), code node (coverage calc), Claude/OpenAI (recommendations), Slack. **Credentials required**: Cloud billing API key, OpenAI account, Slack workspace. **Difficulty**: High | **Setup time**: 15 minutes. **Business outcome**: Commitment optimization ↑ proactive, on-demand overspend ↓ prevented, annual savings 10-20%.
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 Cost
Cloud Spend Anomaly Alert
Daily spend check: if AWS/GCP/Azure cost is >50% above 7-day average, LLM diagnoses (new instance, expensive query, idle resource) and suggests cost recovery.
Data Egress Cost Anomaly Alert
Daily: track data transfer costs; alert if egress costs spike >50% above average; diagnose (new service, data leak, misconfiguration).