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
Why EuroOpenCost
Built for European Infrastructure Teams
One Command
Point at any Terraform plan JSON and get instant cost breakdowns — no signup, no API keys, no SaaS.
Compare Providers
Side-by-side comparison across OTC, Hetzner, STACKIT and IONOS — see exactly how much you save by switching.
EU Sovereign
Every supported provider is EU-owned and EU-located. NIS2 compliant by default. Your data stays in Europe.
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
-o table
JSON
-o json
HTML Report
-o html
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