Skip to content

Instantly share code, notes, and snippets.

@JohnPreston
Created May 12, 2015 21:44
Show Gist options
  • Select an option

  • Save JohnPreston/67ddbd3817cf2db46076 to your computer and use it in GitHub Desktop.

Select an option

Save JohnPreston/67ddbd3817cf2db46076 to your computer and use it in GitHub Desktop.
Euca shortcuts
#!/usr/bin/env bash
# for TYPED in `euca-describe-instance-types | grep -v Name | awk '{print $2}'` ; do euca-modify-instance-type $TYPED -d `euca-describe-instance-types $TYPED | grep -v GiB | awk '{print $5 - 5}' | bc` ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment