Skip to content

Instantly share code, notes, and snippets.

@shunfunaki
Created January 17, 2017 15:39
Show Gist options
  • Save shunfunaki/2bfa01ec70a961d8fa1e17352c31ff5c to your computer and use it in GitHub Desktop.
Save shunfunaki/2bfa01ec70a961d8fa1e17352c31ff5c to your computer and use it in GitHub Desktop.
AWS Price Table One-Liner
$ curl http://a0.awsstatic.com/pricing/1/ec2/linux-od.min.js  | sed -n 's/.*callback(//p' | sed -e 's/);$//g' | sed 's/\([0-9a-zA-Z]*\):/\"\1\":/g' | jq .config.regions[]  | jq 'select(.region=="ap-northeast-1")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment