eu
EuroOpenCost
GitHub
verified_user 100% EU Sovereign

Truly EU
Sovereign
Cloud Costs.

The open-source CLI that calculates your Terraform plan costs across European cloud providers. Transparent pricing. No vendor lock-in. One command.

# Install (Linux / macOS)

curl -sSL https://euroopencost.eu/install.sh | sh

# Or download binary from GitHub Releases

eucost plan plan.json

# eucost plan real-plan.json

+---------------------------+-------------------+------------+-----------+

| RESSOURCE | TYP | EUR/STUNDE | EUR/MONAT |

+---------------------------+-------------------+------------+-----------+

| main | ECS s3.medium.4 | 0.0529 | 38.09 |

| main (boot volume) | EVS SSD 20GB | 0.0030 | 2.20 |

| main (eip) | EIP | 0.0044 | 3.17 |

| cce-cluster | CCE cce.s2.small | 0.3800 | 273.60 |

| main (security group) | Security Group | 0.0000 | 0.00 |

| main (vpc) | VPC | 0.0000 | 0.00 |

+---------------------------+-------------------+------------+-----------+

| TOTAL | | 0.4403 | 317.06 |

+---------------------------+-------------------+------------+-----------+

# Also export as HTML report:

eucost plan real-plan.json -o html > report.html

Supported European Cloud Providers

OTC
OpenTelekomCloud
HZ
Hetzner Cloud
STK
STACKIT
ION
IONOS Cloud
+
More soon

Why EuroOpenCost

Built for European Infrastructure Teams

terminal

One Command

Point at any Terraform plan JSON and get instant cost breakdowns — no signup, no API keys, no SaaS.

eucost plan plan.json
compare_arrows

Compare Providers

Side-by-side comparison across OTC, Hetzner, STACKIT and IONOS — see exactly how much you save by switching.

eucost compare otc.json hz.json
verified_user

EU Sovereign

Every supported provider is EU-owned and EU-located. NIS2 compliant by default. Your data stays in Europe.

-o html > report.html
Output Formats

From Terminal to Boardroom

Use the table view for daily DevOps work, JSON for CI/CD pipelines, and the HTML report for management reviews.

table_chart

Table

-o table

data_object

JSON

-o json

description

HTML Report

-o html

verified_user Open Source & Free Forever

Start calculating your EU cloud costs.

No signup. No SaaS. No cloud account required. Just your Terraform plan JSON.

# Download and run

eucost plan your-plan.json