Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 202 Bytes

File metadata and controls

12 lines (6 loc) · 202 Bytes

To add tags for a load balancer

This example adds tags for a load balancer.

Command:

aws elb add-tags  --load-balancer-name MyTCPLoadBalancer --tag "Key=project,Value=lima"

Output:

{}