DescribeReservedInstancesOfferings
The DescribeReservedInstancesOfferings
operation describes Reserved Instance offerings that are available for purchase. With Amazon EC2 Reserved Instances,
you purchase the right to launch Amazon EC2 instances for a period of time (without getting insufficient capacity errors) and pay a lower usage rate for the actual time used. For more
information about Reserved Instances, see Reserving Amazon EC2 Instances for Long-Term Use.
Request Parameters
The following table describes the request parameters for
DescribeReservedInstancesOfferings
. Parameter names are
case sensitive.
Name | Description | Required |
---|---|---|
|
Displays Reserved Instances with the specified offering IDs. Type: xsd:string[] Default: none Valid Values: Valid offering IDs. Constraints: none |
No |
|
Displays Reserved Instances of the specified instance type. Type: xsd:string[] Default: none Valid Values: Valid instance type. Constraints: none |
No |
|
Displays Reserved Instances within the specified Availability Zone. Type: xsd:string[] Default: none Valid Values: Valid Availability Zone Constraints: none |
No |
|
Displays Reserved Instances with the specified product description. Type: xsd:string[] Default: none Valid Values: Valid product description Constraints: none |
No |
Response Elements
The following table describes the default response tags included
in DescribeReservedInstancesOfferings
responses.
Name | Description |
---|---|
|
The ID of the Reserved Instance offering. Type: xsd:string |
|
The instance type. For more information on instance types, see Instance Types. Type: xsd:string |
|
The Availability Zone in which the Reserved Instance is available. Type: xsd:string |
|
The duration of the Reserved Instance, in seconds. Type: xsd:string |
|
The purchase price of the Reserved Instance. Type: xsd:string |
|
The usage price of the Reserved Instance, per hour. Type: xsd:string |
|
The Reserved Instance description. Type: xsd:string |
Sample Request
<DescribeReservedInstancesOfferings xmlns="http://ec2.amazonaws.com/doc/2009-03-01/"/>
Sample Response
<DescribeReservedInstancesOfferingsResponse xmlns="http://ec2.amazonaws.com/doc/2009-03-01/"> <reservedInstancesOfferingsSet> <item> <reservedInstancesOfferingId>4b2293b4-5813-4cc8-9ce3-1957fc1dcfc8</reservedInstancesOfferingId> <instanceType>m1.small</instanceType> <availabilityZone>us-east-1a</availabilityZone> <duration>12</duration> <fixedPrice>0.00</fixedPrice> <usagePrice>0.00</usagePrice> <productDescription>m1.small offering in us-east-1a</productDescription> </item> </reservedInstancesOfferingsSet> </DescribeReservedInstancesOfferingsResponse>