Skip to content

doriancpl/finopsmap

Repository files navigation

FinOpsMap — AWS & Azure Cloud Pricing Comparator

Compare AWS EC2, RDS and Azure VM, Database pricing in real time. Free, open-source FinOps tool.

🌐 finopsmap.doriancpl.github.io/finopsmap


What is FinOpsMap?

FinOpsMap is a Python tool that fetches live pricing from AWS and Azure APIs and generates a self-contained interactive index.html dashboard — no server, no dependencies, just open the file.

Built for FinOps engineers and cloud architects who need to compare instance pricing across regions without opening a dozen browser tabs.

Features

  • EC2 / RDS / Azure VM / Azure DB pricing across multiple regions
  • Interactive heatmap — world map with per-region cost coloring
  • GreenOps — carbon intensity per region (gCO2eq/kWh)
  • Latency — measure real network latency from your browser
  • Reserved pricing — 1yr / 3yr with No Upfront / All Upfront
  • FinOps Score — composite score based on cost, generation and ARM architecture
  • EUR/USD conversion via FRED API (Federal Reserve)
  • FinOps Blog — curated articles from AWS, Azure and FinOps Foundation

Usage

# Install dependencies (none — uses Python stdlib only)
python3 fetch_prices.py

Open index.html in your browser.

Optional: live EUR/USD rate

Get a free API key at fred.stlouisfed.org and run:

FRED_API_KEY=your_key python3 fetch_prices.py

Cache

Pricing data is cached in data/aws/ and data/azure/ for 7 days. Delete the cache to force a refresh:

rm -rf data/aws/ data/azure/

Data Sources

Source Data
AWS Price List API EC2, RDS On-Demand & Reserved
Azure Retail Prices API VM, Database On-Demand & Reserved
Electricity Maps Carbon intensity (static, open-source)
FRED API EUR/USD exchange rate

Regions covered

AWS — Paris, Ireland, Frankfurt, London, Stockholm, Virginia

Azure — France Central, North Europe, West Europe, Germany West Central, UK South, Sweden Central, East US

Contributing

PRs welcome. Open an issue for bugs or feature requests.

Support

If FinOpsMap saves you time or money, consider supporting it:

buymeacoffee.com/finopsmap

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors