Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created June 10, 2020 16:05
Show Gist options
  • Save random-robbie/3dae812ed2cc9a2e178fd74278850a0f to your computer and use it in GitHub Desktop.
Save random-robbie/3dae812ed2cc9a2e178fd74278850a0f to your computer and use it in GitHub Desktop.
#!/bin/bash
for env in `aws elasticbeanstalk describe-environments | jq -r '.Environments[].EnvironmentName'`; do
aws elasticbeanstalk retrieve-environment-info --environment-name $env --info-type tail
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment