aws elb modify-load-balancer-attributes
command to enable access logs for the ELB.--load-balancer-name
parameter to specify the name of the ELB.--load-balancer-attributes
parameter to set the access log configuration.--access-log.enabled
attribute to true
to enable access logs.--access-log.s3-bucket-name
attribute.aws elb modify-load-balancer-attributes
command to enable cross-zone load balancing for the ELB.--load-balancer-name
parameter to specify the name of the ELB.--load-balancer-attributes
parameter to set the load balancer attributes.--cross-zone-load-balancing.enabled
attribute to true
to enable cross-zone load balancing.aws elb set-load-balancer-listener-ssl-certificate
command to enable SSL/TLS termination for the ELB.--load-balancer-name
parameter to specify the name of the ELB.--load-balancer-port
parameter to specify the port number of the listener.--ssl-certificate-id
parameter to specify the ARN of the SSL/TLS certificate to be used for termination.elb_name
, bucket_name
, security_group_id
) with the actual values specific to your environment.