View file File name : add-tags.rst Content :**To add a tag to a load balancer** This example adds tags to the specified load balancer. Command:: aws elb add-tags --load-balancer-name my-load-balancer --tags "Key=project,Value=lima" "Key=department,Value=digital-media"