Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

SpotInstanceRequestSetItemType

The SpotInstanceRequestSetItemType data type.

Ancestors

  • SpotInstanceRequestSetType

Relevant Operations

  • DescribeSpotInstanceRequests

  • RequestSpotInstances

Contents

spotInstanceRequestId

The ID of the Spot Instance request.

Type: String

spotPrice

The maximum hourly price for any Spot Instance launched to fulfill the request.

Type: String

type

The Spot Instance request type.

Type: String

Valid values: one-time | persistent

state

The state of the Spot Instance request. Spot bid status information can help you track your Amazon EC2 Spot Instance requests. For information, see Tracking Spot Requests with Bid Status Codes in the Amazon Elastic Compute Cloud User Guide.

Type: String

Valid values: open | active | closed | cancelled | failed

fault

The fault codes for the Spot Instance request, if any.

Type: SpotInstanceStateFaultType

status

The status code and status message describing the Spot Instance request.

Type: SpotInstanceStatusMessageType

validFrom

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

Type: DateTime

validUntil

The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached.

Type: DateTime

launchGroup

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Type: String

availabilityZoneGroup

The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

Type: String

launchedAvailabilityZone

The Availability Zone in which the bid is launched.

Type: String

launchSpecification

Additional information for launching instances.

Type: LaunchSpecificationResponseType

instanceId

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

Type: String

createTime

The time stamp when the Spot Instance request was created.

Type: DateTime

productDescription

The product description associated with the Spot Instance.

Type: String

tagSet

Any tags assigned to the resource, each one wrapped in an item element.

Type: ResourceTagSetItemType