I'm starting to learn how to manage a cloud infrastructure and I'm going through the AWS documentation right now. If my question didn't make it obvious enough, I'm a complete beginner about this stuff. When creating a ELB (Elastic Load balancer), I get the option of selecting which availability zones I want my load balancers to serve.
My question is: Why would I not always select all of them? Seems like the worst case scenario is that the load balancers serve zones with no instances, which as far as I know is not a problem. Also, since I'll be using Spot Fleet with multiple zones to launch my instances, I won't know in which zones the instances are going to be launched, so I might as well select them all.
Am I wrong? Thank you.