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
.elb_name
, bucket_name
, security_group_id
) with the actual values specific to your environment.