What is the AWS CLI Command to List Load Balancers?

Problem scenario
You want to list the elastic load balancers in your AWS account. How do you view the ELBs?

Solution
Run this command:

aws elbv2 describe-load-balancers

Leave a comment

Your email address will not be published. Required fields are marked *