Listing ElasticBeanstalk applications with the aws CLI tool.
howto aws
2018-12-21
You can easily list EB applications in your default AWS account with the following query.
$ aws elasticbeanstalk describe-applications --query 'Applications[*].{Name:ApplicationName}' --output=text