Skip to content

Instantly share code, notes, and snippets.

@softwaregravy
Created March 13, 2012 20:30
Show Gist options
  • Select an option

  • Save softwaregravy/2031358 to your computer and use it in GitHub Desktop.

Select an option

Save softwaregravy/2031358 to your computer and use it in GitHub Desktop.
Delete old beanstalk application versions
elastic-beanstalk-describe-application-versions -a venice-sandbox | sed '1,2d' | sed '/1331617235/d' | cut -d '|' -f 6 | xargs -L 1 elastic-beanstalk-delete-application-version -a venice-sandbox -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment