Here’s how to display a list of application load balancers.

<pre lang="bash">
aws elbv2 describe-load-balancers --profile --region us-east-1

Here’s how to display classic load balancers.

<pre lang="bash">
aws elb describe-load-balancers --profile --region us-east-1