Describe Spot Price History
GET {{aws_ec2_base_url}}/?AvailabilityZone&DryRun&EndTime&Filter.N&InstanceType.N&MaxResults&NextToken&ProductDescription.N&StartTime&Action=DescribeSpotPriceHistory
Describes the Spot price history.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AvailabilityZone | null | Filters the results by the specified Availability Zone. | |
DryRun | null | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
EndTime | null | The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). | |
Filter.N | null | One or more filters. | |
InstanceType.N | null | Filters the results by the specified instance types. | |
MaxResults | null | The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value. | |
NextToken | null | The token for the next set of results. | |
ProductDescription.N | null | Filters the results by the specified basic product descriptions. | |
StartTime | null | The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). | |
Action | string |