Skip to content

Что такое FinOps

Коротко:

FinOps (Financial Operations, Cloud FinOps) — cultural practice management cloud spending. Ответ на проблему "мы потратили $500k в AWS, не понимая почему". FinOps Foundation (2019, Linux Foundation) — standards organization. Three phases: Inform (tagging, dashboards), Optimize (RIs, savings plans, right-sizing), Operate (automation, governance). Teams: FinOps practitioner + Finance + Engineering.

Ниже: подробности, пример, смежные термины, FAQ.

Подробности

  • Tagging: каждый resource имеет owner + project tags
  • Dashboards: по команде, проекту, environment — кто сколько тратит
  • Savings instruments: AWS Reserved Instances, Savings Plans, Committed Use Discounts
  • Right-sizing: unused EC2 instances → смaller type
  • Spot/preemptible: 60-90% cheaper для batch workloads

Пример

AWS cost example:
- Tag: Project=enterno, Env=prod
- EC2 on-demand:        $100/month
- EC2 3-year RI:        $35/month  (-65%)
- Spot (batch jobs):    $15/month  (-85%)

Смежные термины

Больше по теме

Часто задаваемые вопросы

FinOps — роль или практика?

Обычно практика, но в large companies — dedicated role. Practitioner знает cloud pricing + engineering + finance.

Tooling?

AWS Cost Explorer + Cost Anomaly Detection (free). Vendors: CloudHealth (VMware), Apptio Cloudability, nOps. Open-source: OpenCost (Kubernetes), Kubecost.

Savings ROI?

Typical: 20-40% reduction в первый год. Ценность higher в larger spend (>$10k/мес monthly makes justify).