Problem scenario
You run an AWS CLI command to list load balancers. It returns none. You know there are load balancers. What should you do?
Solution
Run these commands:
aws elb describe-load-balancers
aws elbv2 describe-load-balancers
(It could be that you have a newer load balancer or an older style load balancer. If you run both of the above commands, you should find it.)