amazonka-ec2-1.0.1: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateReservedInstancesListing

Contents

Description

Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Reserved Instance listing at a time. To get a list of your Reserved Instances, you can use the DescribeReservedInstances operation.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

To sell your Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Reserved Instances, and specify the upfront price to receive for them. Your Reserved Instance listings then become available for purchase. To view the details of your Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

See: AWS API Reference for CreateReservedInstancesListing.

Synopsis

Creating a Request

createReservedInstancesListing Source

Creates a value of CreateReservedInstancesListing with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

crilReservedInstancesId :: Lens' CreateReservedInstancesListing Text Source

The ID of the active Reserved Instance.

crilInstanceCount :: Lens' CreateReservedInstancesListing Int Source

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

crilPriceSchedules :: Lens' CreateReservedInstancesListing [PriceScheduleSpecification] Source

A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.

crilClientToken :: Lens' CreateReservedInstancesListing Text Source

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

Destructuring the Response

createReservedInstancesListingResponse Source

Creates a value of CreateReservedInstancesListingResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses