You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eqx/eqx-market-spot-lowest

10 lines
206 B

#!/bin/bash
# Gets lowest spot price for device type hardcoded in script below
eqx-market-spot-prices | \
jq '.spot_market_prices | .[]."m3.large.x86".price' | \
sort -Vu | \
grep -v null