Parse IaC files (Terraform/CloudFormation) to estimate monthly costs across AWS/Azure/GCP. / 解析 IaC 文件,估算跨 AWS/Azure/GCP 的月度成本。
---
name: cloud-cost-estimator
description: "Parse IaC files (Terraform/CloudFormation) to estimate monthly costs across AWS/Azure/GCP. / 解析 IaC 文件,估算跨 AWS/Azure/GCP 的月度成本。"
version: 1.0.0
topics: [cloud-cost,terraform,cloudformation,finops,云成本,成本优化]
metadata:
openclaw:
requires:
bins:
- bash
- curl
emoji: "💰"
homepage: https://kingai.work/
install: []
---
# 💰 Cloud Cost Estimator / 云成本估算器
> Parse IaC files (Terraform/CloudFormation) to estimate monthly costs across AWS/Azure/GCP. / 解析 IaC 文件,估算跨 AWS/Azure/GCP 的月度成本。
> 🦁 **由 KingAI.Work 出品** — 智能进化|vip@kingai.work
---
## Who This Is For / 适用人群
• Before deploying a new microservice stack, run the estimator to check monthly spend vs budget. / 部署新微服务前,快速估算成本确保不超预算,从源头控制开支。
• After a team adds resources to a CloudFormation template for a staging environment, compare costs across AWS regions to pick the cheapest. / 团队为测试环境增加资源后,跨区域比价选择最优方案,节省 30% 以上成本。
• A FinOps team reviews all active IaC repos weekly: estimate baseline costs, spot anomalies, and recommend Pro-only savings plans. / FinOps 团队每周扫描所有 IaC 仓库,识别异常成本飙升,Pro 版自动推荐节省计划。
## Core Capabilities / 核心能力
• Instantly parse Terraform/CloudFormation for cost estimation / 一键解析 Terraform/CloudFormation 文件,秒级生成云资源成本报告,让预算掌控触手可及
• Support multi-cloud costing: AWS, Azure, GCP / 覆盖 AWS、Azure、GCP 三大云平台,跨云成本一目了然,告别手动比对
• Auto-detect resource types and pricing tiers / 智能识别资源类型与定价层级,精准匹配最优价格,避免超额支出
• Generate break-down by service, region, and usage / 按服务、地域与使用量深度拆解成本,发现隐藏开销源
• Pro: Advanced optimization recommendations for reserved instances / Pro 版:智能推荐预留实例与节省计划,最大化云成本优化效能
• Pro: Historical cost tracking and budget alert forecasting / Pro 版:历史成本追踪与预算预警预测,防患于未然
## Try It Now / 立即体验
```bash
terraform plan -out=tfplan.binary && cloud-cost-estimator parse tfplan.binary --provider aws Estimates AWS monthly cost from a Terraform plan binary. / 从 Terraform 计划文件直接估算 AWS 月度成本,无需登录控制台。
```
## Feature Comparison / 功能对比
| | Free | Pro |
|--|:----:|:---:|
| Core / 核心 | ✅ | ✅ |
| Batch / 批量 | — | ✅ |
| AI / AI 增强 | — | ✅ |
| SLA / 支持 | Community | Priority |
• Unlock reserved instance recommendations that cut costs by 40%+.
• 解锁预留实例与节省计划推荐,轻松降低成本 40% 以上。
• Get historical cost dashboards and proactive budget alerts via Slack/Email.
• 历史成本看板与 Slack/邮件主动预警,不再错过预算红线。
• Access multi-user team workspaces with role-based access and audit logs.
• 多用户团队协作空间,支持角色权限与审计日志,企业级管理无忧。\n\n
📦 *Published by King AI — kingai.work*
don't have the plugin yet? install it then click "run inline in claude" again.