如何导出Amazon EC2现货价格历史记录

时间:2019-07-14 18:26:10

标签: amazon-web-services amazon-ec2

我知道亚马逊的现货价格历史记录工具。如何导出历史价格,例如到csv。有可能获取原始数据吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

您可以使用aws cli以json格式获取数据,例如:

aws ec2 describe-spot-price-history  --start-time 2017-01-06T07:08:09 --end-time 2017-01-07T08:09:10

另一种方法是将REST API与DescribeSpotPriceHistory一起使用。
例如,要获取12/01/18的所有值:

https://ec2.amazonaws.com/?Action=DescribeSpotPriceHistory &StartTime=2018-12-01T00:00:00.000Z &EndTime=2018-12-01T23:59:59.000Z &AUTHPARAMS