aws elb modify-load-balancer-attributes
command to enable access logs for your ELB.--load-balancer-name
parameter to specify the name of your ELB.--attributes
parameter to set the access_log.enabled
attribute to true
.aws elb modify-load-balancer-attributes
command to enable cross-zone load balancing for your ELB.--load-balancer-name
parameter to specify the name of your ELB.--attributes
parameter to set the cross_zone_load_balancing.enabled
attribute to true
.aws elb modify-load-balancer-attributes
command to enable connection draining for your ELB.--load-balancer-name
parameter to specify the name of your ELB.--attributes
parameter to set the connection_draining.enabled
attribute to true
.'my-elb'
, 'my-bucket'
, 'sg-12345678'
, and 300
with the actual values specific to your environment.