Skip to content

Instantly share code, notes, and snippets.

@zaa
Last active May 13, 2018 07:13
Show Gist options
  • Save zaa/9523526 to your computer and use it in GitHub Desktop.
Save zaa/9523526 to your computer and use it in GitHub Desktop.
Fetch AWS instance prices (per month)
curl -s 'http://aws-assets-pricing-prod.s3.amazonaws.com/pricing/ec2/linux-od.js' | sed -e 's/callback(//;s/^)$//' | jq '[.config.regions[] | select(.region == "us-west") |.instanceTypes[].sizes[] | {key: (.size), value: ((.valueColumns[0].prices.USD|tonumber)*720)} ] | from_entries'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment