6-1: Unit Economics & Cloud COGS
Master the fundamental math of Cloud FinOps. Calculate your Cloud COGS, establish per-tenant unit economics, and measure gross margin impact.
🎯 What You'll Learn
- ✓ Calculate pure Cloud COGS
- ✓ Allocate shared cluster costs
- ✓ Establish per-tenant unit economic modeling
Demystifying Cloud COGS
Not all cloud spend is COGS (Cost of Goods Sold). COGS is strictly the infrastructure required to serve production traffic to paying customers.
Development environments, CI/CD runners, and internal data warehouses are R&D or SG&A expenses. Mixing these artificially suppresses your gross margin.
Wall Street and VC boards value SaaS companies largely on Gross Margin (target: 80%+). Every dollar incorrectly categorized as COGS damages your enterprise valuation.
Revenue minus COGS divided by Revenue.
Percentage of non-production infra mistakenly billed as COGS.
Audit your master cloud billing account and separate production (COGS) from R&D (Opex).
Action Items
Why is it critical to separate staging environments from production in cloud billing?
Per-Tenant Unit Economics
In multi-tenant SaaS architectures, calculating the cost per specific customer is notoriously difficult because compute and memory are pooled.
Without per-tenant unit economics, you cannot identify "toxic tenants"—customers who pay $500/month but consume $800/month in database IOPS.
You must allocate shared costs mathematically using a proportional heuristic: usually total requests, storage footprint, or active user sessions.
Percentage of customers whose allocated infrastructure cost exceeds their MRR.
Percentage of total shared infrastructure successfully mapped to specific tenants.
Identify your shared database cost and build a proportional allocation model based on tenant query volume.
Action Items
What is a "Toxic Tenant"?
Continue Learning: Track 6 — Product Economics
1 more lesson with actionable playbooks, executive dashboards, and engineering architecture.
Unlock Execution Fidelity.
You've seen the theory. The Vault contains the exact board-ready financial models, autonomous AI orchestration codes, and executive action playbooks that drive 8-figure valuation impacts.
Executive Dashboards
Generate deterministic, board-ready financial artifacts to justify CAPEX workflows immediately to your CFO.
Defensible Economics
Replace heuristic guesswork with hard mathematical frameworks for build-vs-buy and SLA penalty negotiations.
3-Step Playbooks
Actionable remediation templates attached to every module to neutralize friction and drive instant deployment velocity.
Engineering Intelligence Awaiting Extraction
No generic advice. No filler. Just uncompromising architectural truths and unit economic calculators.
Vault Terminal Locked
Awaiting authorization clearance. Unlock the module to decrypt architectural playbooks, P&L models, and deterministic diagnostic utilities.
Module Syllabus
Lesson 1: Demystifying Cloud COGS
Not all cloud spend is COGS (Cost of Goods Sold). COGS is strictly the infrastructure required to serve production traffic to paying customers.Development environments, CI/CD runners, and internal data warehouses are R&D or SG&A expenses. Mixing these artificially suppresses your gross margin.Wall Street and VC boards value SaaS companies largely on Gross Margin (target: 80%+). Every dollar incorrectly categorized as COGS damages your enterprise valuation.
Lesson 2: Per-Tenant Unit Economics
In multi-tenant SaaS architectures, calculating the cost per specific customer is notoriously difficult because compute and memory are pooled.Without per-tenant unit economics, you cannot identify "toxic tenants"—customers who pay $500/month but consume $800/month in database IOPS.You must allocate shared costs mathematically using a proportional heuristic: usually total requests, storage footprint, or active user sessions.