Wednesday, April 2, 2014

AWS CLI memorandum - Describe the maximum and minumum price from the spot price history

I begin to use Amazon EC2 Spot Instances and feel like knowing the maximum and minimum price from the spot price history with a combination of AWS CLI and jq.
The sample below is supposed that Instance type is m1.small and Availability Zone is ap-northeast-1a in Tokyo region.

* Describe the maximum price

* Describe the minimum price
I tried, but I am not sure if it's possible to output both maximum and minimum in one line.



iJAWS@Doorkeeper