Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 231 Bytes

File metadata and controls

8 lines (4 loc) · 231 Bytes

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"