| Did this page help you? Yes No Tell us about it... |
Describes the datafeed for Spot Instances. For more information about Spot Instances, go to Spot Instances in the Amazon Elastic Compute Cloud User Guide.
The DescribeSpotDatafeedSubscription
operation does not have any request parameters.
The elements in the following table are wrapped in a
DescribeSpotDatafeedSubscriptionResponse structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
The Spot Instance datafeed subscription. |
This example describes the datafeed for the account.
https://ec2.amazonaws.com/?Action=DescribeSpotDatafeedSubscription &AUTHPARAMS
<DescribeSpotDatafeedSubscriptionResponse xmlns="http://ec2.amazonaws.com/doc/2011-12-15/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<spotDatafeedSubscription>
<ownerId>111122223333</ownerId>
<bucket>mybucket</bucket>
<prefix>spotdata</prefix>
<state>Active</state>
</spotDatafeedSubscription>
</DescribeSpotDatafeedSubscriptionResponse>