AWS - Elastic Load Balancing
Given the following AWS CLI command to enable cross-zone load balancing on a Classic Load Balancer:
What will be the effect of running this command?
aws elb modify-load-balancer-attributes --load-balancer-name my-load-balancer --load-balancer-attributes '{"CrossZoneLoadBalancing":{"Enabled":true}}'What will be the effect of running this command?
