Tracks/Track 6 — Product Economics/6-1
Track 6 — Product Economics

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.

2 Lessons~45 min

🎯 What You'll Learn

  • Calculate pure Cloud COGS
  • Allocate shared cluster costs
  • Establish per-tenant unit economic modeling
Free Preview — Lesson 1
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.

Gross Margin Target

Revenue minus COGS divided by Revenue.

Elite: >85% | Good: 75-80% | Warning: <70%
COGS Contamination

Percentage of non-production infra mistakenly billed as COGS.

< 5% margin of error
📝 Exercise

Audit your master cloud billing account and separate production (COGS) from R&D (Opex).

Execution Checklist

Action Items

0% Complete
Knowledge Check

Why is it critical to separate staging environments from production in cloud billing?

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.

Toxic Tenant Ratio

Percentage of customers whose allocated infrastructure cost exceeds their MRR.

< 2% of customer base
Allocation Accuracy

Percentage of total shared infrastructure successfully mapped to specific tenants.

> 90% allocation rate
📝 Exercise

Identify your shared database cost and build a proportional allocation model based on tenant query volume.

Execution Checklist

Action Items

0% Complete
Knowledge Check

What is a "Toxic Tenant"?

Interactive Execution Module
Unlock Full Access

Continue Learning: Track 6 — Product Economics

1 more lesson with actionable playbooks, executive dashboards, and engineering architecture.

Most Popular
$149
This Track · Lifetime
$999
All 23 Tracks · Lifetime
Secure Stripe Checkout·Lifetime Access·Instant Delivery
End of Free Sequence

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.

Highly Classified Assets

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.

Telemetry Stream
Inference Architecture
01import { orchestrator } from '@exogram/core';
02
03const router = new AgentRouter({);
04strategy: 'COST_EFFICIENT_SLM',
05fallback: 'FRONTIER_MODEL'
06});
07
08await router.guardrail(payload);
+ 340%

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.

15 MIN

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.

20 MIN
Encrypted Vault Asset