Missiora
High Availability, Scalability & Elasticity

Technology Fundamentals

High Availability, Scalability & Elasticity

1 min readPublished 22 Jul 2026

Track your progress. Sign in to mark this guide complete and build your Job Readiness Score.

Well-architected cloud is designed for two things: handling demand (scaling) and surviving failure (availability).

Scalability & elasticity

Interactive explainer

Scalability & Elasticity

Scaling up vs out — and why elasticity makes the cloud efficient.

1Vertical scaling (up)2Horizontal scaling (out)3Elasticity4Why it matters

Tap or hover a part to learn more.

Vertical scaling (up)

Bigger machine.

Scale up by adding CPU/RAM to an existing instance. Simple, but there's a ceiling and it usually needs downtime — you can only make one box so big.

Check your understanding

1. Adding more instances behind a load balancer is…

2. Elasticity means…

Practise this in AI Interview™

Scale up (bigger instance) has a ceiling; scale out (more instances behind a load balancer) is the cloud-native way. Elasticity adds and removes capacity automatically as demand changes — the key to paying only for what you use.

High availability

Interactive explainer

High Availability & Redundancy

Keeping services running through failure: load balancing and failover.

RequestsLoad balancerS1activeS2activeS3standby99.9% ≈ 8.7h/yr · 99.99% ≈ 52min/yr

Tap or hover a part to learn more.

Redundancy

No single point of failure.

High availability starts by removing single points of failure — duplicate servers, links, power and paths so no one component can take the whole service down.

Check your understanding

1. What does a load balancer do?

2. Roughly how much downtime does 99.9% allow per year?

Practise this in AI Interview™

High availability spreads workloads across multiple instances and availability zones so a single failure doesn't take the service down. Combine elasticity with HA and you get services that are both cost-efficient and resilient.

This is core to cloud operations and every vendor pathway.

Interview Intelligence

How this topic actually shows up in interviews — and how to demonstrate you understand it.

Why employers ask about this

Designing for scale and failure is what separates cloud-ready engineers from server admins. Employers probe this heavily.

Technical questions
How would you design a service to handle a big traffic spike?+

Stateless, horizontally scaled instances behind a load balancer with elastic auto-scaling and multi-AZ HA.

Behavioural questions
Tell me about handling a demand spike or outage.+

STAR: the event, the scaling/HA design or fix, and the restored/maintained service.

Real-world scenarios
“A service crashes during peak sales events.”+

Expected answer: Move to stateless horizontal scaling with auto-scaling and multi-zone redundancy.

Employability Intelligence

Where this knowledge takes you — the jobs, skills and certifications it feeds into.

Relevant roles
Cloud EngineerAWS Solutions ArchitectAzure Administrator
Skills you're proving
ScalabilityHigh availabilityCost efficiency
Recommended certifications
Career progression

Cloud Fundamentals → Azure/AWS pathway → Cloud/DevOps Engineer → Architect.

What employers expect

That you understand cloud concepts well enough to be productive and safe on Azure or AWS from day one.

Frequently asked questions

What's the difference between scalability and elasticity?

Scalability is the ability to grow; elasticity is automatically scaling out AND back in with demand.

Vertical or horizontal scaling for the cloud?

Horizontal (more instances) is the cloud-native approach — near-limitless and resilient.

How does high availability work?

By running redundant instances across availability zones so one failure doesn't cause an outage.

Related guides

Practise what you've learned

Turn this guide into real, evidenced progress

Missiora helps you measure, improve and evidence the capabilities employers actually value — start with the tools best suited to this topic.

M
Published by
Missiora

Missiora is an AI Employability Intelligence platform. Our resources are researched and reviewed by the Missiora team to help you measure, improve and prove your career readiness.