1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
#!/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 |
|||
|
Loading…
Reference in new issue