Advanced Reading #cloud #AWS #infrastructure #high-availability

Reading Cloud Infrastructure Architecture Documents

5 exercises — read a realistic AWS Multi-AZ production setup document. Understand ALB, Auto Scaling, RDS failover, ElastiCache, and CloudFront, and extract key infrastructure decisions.

Reading cloud architecture documents
  • Availability Zones → separate data centres; "Multi-AZ" = survive a data centre failure
  • Scaling direction → horizontal (more instances) vs. vertical (bigger instance)
  • Caching layers → where does data live? RAM (ElastiCache), CDN (CloudFront), disk (S3/RDS)?
  • Stateless vs. stateful → stateless tiers scale freely; stateful tiers need sticky sessions or shared state
  • Numbers matter → min/max instances, TTL, failover time — read and remember these
0 / 5 completed
1 / 5
AWS Multi-AZ Production Architecture
{ex.passage}
According to the passage, what is "Multi-AZ" and why is it used for the RDS database?