Describe Reserved Instances Offerings
GET {{aws_ec2_base_url}}/?AvailabilityZone&DryRun&Filter.N&IncludeMarketplace&InstanceTenancy&InstanceType&MaxDuration&MaxInstanceCount&MaxResults&MinDuration&NextToken&OfferingClass&OfferingType&ProductDescription&ReservedInstancesOfferingId.N&Action=DescribeReservedInstancesOfferings
Describes Reserved Instance offerings that are available for purchase.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AvailabilityZone | null | The Availability Zone in which the Reserved Instance can be used. | |
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. | |
Filter.N | null | One or more filters. | |
IncludeMarketplace | null | Include Reserved Instance Marketplace offerings in the response. | |
InstanceTenancy | null | The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances). | |
InstanceType | null | The instance type that the reservation will cover (for example, m1.small). For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide. | |
MaxDuration | null | The maximum duration (in seconds) to filter when searching for offerings. | |
MaxInstanceCount | null | The maximum number of instances to filter when searching for offerings. | |
MaxResults | null | The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100. | |
MinDuration | null | The minimum duration (in seconds) to filter when searching for offerings. | |
NextToken | null | The token to retrieve the next page of results. | |
OfferingClass | null | The offering class of the Reserved Instance. Can be standard or convertible. | |
OfferingType | null | The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type. | |
ProductDescription | null | The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC. | |
ReservedInstancesOfferingId.N | null | One or more Reserved Instances offering IDs. | |
Action | string |