Phase 11 · Cloud Architecture Patterns
TopicsDesigning for Scalability
Part of the Cloud Computing Roadmap.
Summary
Building systems that can grow to handle increased load — horizontal scaling (more instances) is generally preferred over vertical scaling (bigger instances) for its higher ceiling and better fault tolerance.
How to Learn This
- 1Identify the bottleneck in a hypothetical architecture that would break first under 10x traffic.
- 2Learn why horizontal scaling requires stateless application design (no local session state).
- 3Practice designing a scaling plan for a hypothetical system as its user base grows.
More topics in Cloud Architecture Patterns
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.