Fork me on GitHub
#aws
<
2018-12-18
>
aaelony18:12:59

is there a way to retrieve the current instance type price via the ec2 API? Would be cool to compute an expected monetary cost before performing an action…

aaelony18:12:25

I do see :DescribeSpotPriceHistory, which is a start

aaelony18:12:59

I guess there must be a JSON spec for the pricing list (https://aws.amazon.com/ec2/pricing/on-demand/) somewhere…