This walks you through setting up load balancers like HAProxy and AWS ELB/ALB/NLB to spread traffic across multiple servers. You get reference guides for HAProxy config files, CloudFormation templates for AWS ALB, health check scripts, and monitoring setups. It covers the practical stuff: session persistence, SSL termination, health checks, and cross-region balancing. The best practices section is genuinely helpful, steering you away from common mistakes like skipping health checks or creating single points of failure. If you're moving beyond a single server or need failover that actually works, this gives you working configs and deployment patterns rather than just theory.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill load-balancer-setup