Modular Monolith Guide: Prime Video & Monolith Revival

Prerequisite: This is the executive summary and introductory overview of the Modular Monolith Architecture series. No prior reading is required to start here. Part 0: Executive Summary — How Amazon Prime Video Saved 90% on Infrastructure Costs Answer-first: Amazon Prime Video reduced infrastructure costs by 90% by consolidating their audio/video monitoring service from serverless AWS Lambda/Step Functions into a single modular monolith. This transition eliminated high-frequency state transition fees and S3 network egress bottlenecks, demonstrating that in-memory data processing outperforms distributed microservices for high-throughput workloads. ...

July 3, 2026 · 12 min · Lê Tuấn Anh

Monolith FinOps: Reducing Infrastructure Cloud Costs

Prerequisite: Before reading this part, please review Part 1: Architectural Decision Framework. Part 2: FinOps Cost Reality - The “Hidden Tax” of Microservices Answer-first: The true cost of microservices lies in hidden infrastructure charges: sidecar proxy memory overhead, cross-AZ data transfer egress fees, NAT Gateway processing fees, and high-cardinality logging ingestion. A modular monolith co-locates processing within the same private subnet and container task, bypassing these multi-thousand-dollar cloud bills entirely. ...

July 3, 2026 · 10 min · Lê Tuấn Anh