What are the two ElastiCache deployment models and when should you use each?
spaceto flip
Serverless: auto-scales storage and compute, pay per GB-hour + ECPUs, no capacity planning. Good for variable traffic, dev/test, and teams avoiding instance sizing. Node-based: fixed instance types, manual scaling, lower cost at steady load. Good for predictable high-throughput production workloads where cost control matters.