Skip to content

Instantly share code, notes, and snippets.

@jsyi
Created January 5, 2018 09:50
Show Gist options
  • Save jsyi/4d2b84f592f7b7e90ec85d4ae6c14b47 to your computer and use it in GitHub Desktop.
Save jsyi/4d2b84f592f7b7e90ec85d4ae6c14b47 to your computer and use it in GitHub Desktop.
List AWS Elastic Beanstalk Environment ARNs
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