Created
January 5, 2018 09:50
-
-
Save jsyi/4d2b84f592f7b7e90ec85d4ae6c14b47 to your computer and use it in GitHub Desktop.
List AWS Elastic Beanstalk Environment ARNs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws elasticbeanstalk describe-environments | jq ".Environments[].EnvironmentArn" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment