FinOps¶
FinOps - the practice of bringing financial accountability to cloud spend. Covers the FinOps Foundation cert family, per-cloud cost-optimization deep-dives, the well-architected cost pillars, and the architectural patterns that compound to lower bills.
flowchart LR
TAG[Tag + allocate<br/>cost by team / product] --> SEE[See:<br/>dashboards, reports]
SEE --> OPT[Optimize:<br/>rightsize, RIs, savings plans]
OPT --> AUTO[Automate:<br/>budgets, anomaly alerts, scheduled stops]
AUTO --> ACC[Accountable teams:<br/>showback / chargeback]
ACC --> TAG Learn¶
- What is cloud computing? - capex β opex is the FinOps premise
- Serverless explained - pay-per-use lever
- Regions and availability zones - region pricing matters
Compare¶
- Compute - the largest single cost line for most workloads
- Storage - tiering, lifecycle, egress
- Databases - managed DBs are cost-heavy; choosing right matters
Reference¶
- Cost optimization: AWS - RIs, Savings Plans, S3 tiering, EBS gp3, Compute Optimizer
- Cost optimization: Azure - Reserved Instances, Hybrid Benefit, Cost Management
- Cost optimization: GCP - committed use, sustained use, Recommender
- FinOps principles - the discipline itself
- Well-architected: AWS cost pillar, Azure, GCP
- Free tier guide - free credits and continuous-free services for study
Build¶
- Build infra with Terraform - tagged-from-day-one IaC is the FinOps default
- Set up a monitoring stack - cost dashboards alongside performance
Certify¶
The full FinOps Foundation cert family:
Foundational - FinOps Certified Practitioner - the entry cert
Specialty - FinOps Certified Engineer - FinOps Certified Analyst - FinOps Certified Professional
Adjacent certs that hit FinOps content: - AWS Cloud Practitioner (CLF-C02) - AWS pricing fundamentals - AWS Solutions Architect Pro (SAP-C02) - cost-aware architecture - Azure Solutions Architect Expert (AZ-305) - Azure cost design - GCP Professional Cloud Architect - GCP cost design
Roadmap¶
The career-track view: FinOps roadmap.
Related topics¶
- SRE and reliability - cost vs reliability tradeoffs are the daily work
- Serverless - pay-per-execution is FinOps in action
- Observability - cost dashboards live alongside ops dashboards