Files
nexus/wiki/concepts/FinOps.md
2026-04-16 20:05:13 +08:00

32 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "FinOps"
type: concept
tags: [cloud, finops, cost-management, financial-operations]
sources: [Cloud-Operating-Model-Key-Strategies-and-Best-Practices]
last_updated: 2026-04-16
---
## Summary
FinOps云财务运营是整合财务管理与云资源优化的实践旨在实现云支出的可见性、控制和持续优化。
## Definition
FinOps 弥合了传统财务与云工程团队之间的差距,通过实时监控、智能分析和自动化优化确保云支出合理。
## Key Practices
- **成本可见性**:跨云、跨团队的成本分配和追踪
- **实时监控**:使用 AWS Cost Explorer、Azure Cost Management、GCP Billing Reports
- **自动化优化**预留实例、Spot 实例、自动扩缩容
- **预算告警**:设置阈值,超过时自动通知
- **持续优化**:定期审查资源使用情况,淘汰闲置资源
## Metrics
- **Cloud Cost Efficiency**:云成本效率 = 业务价值 / 云支出
- **Unit Cost**:单位成本 = 总支出 / 产出单位
- **Savings Rate**:储蓄率 =(优化前支出 - 优化后支出)/ 优化前支出
## Connections
- [[Cloud Operating Model]] ← includes ← [[FinOps]]
- [[Cost Optimization]] ← implements ← [[FinOps]]:成本优化是 FinOps 的核心
- [[Pay-as-you-go]] ← enabled_by ← [[FinOps]]FinOps 优化按需付费模式
- [[AIOps]] ← optimizes ← [[FinOps]]AI 驱动的 FinOps 可预测成本趋势
- [[Multi-Cloud]] ← requires ← [[FinOps]]:多云环境尤其需要 FinOps