Listing ElasticBeanstalk applications with the aws CLI tool.

December 21, 2018 howto, aws

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