All Products
Search
Document Center

Elastic Compute Service:PurchaseReservedInstancesOffering

Last Updated:Nov 14, 2024

Purchases a reserved instance. When you call this operation, you can specify parameters, such as InstanceType and Scope, in the request. Reserved instances can be applied to automatically offset fees for pay-as-you-go Elastic Compute Service (ECS) instances.

Operation description

Usage notes

  • Before you call this operation, make sure that you fully understand the billing method of reserved instances. For more information, see Reserved instances.
  • Before you purchase a reserved instance, you can call the DescribeAvailableResource operation to query available instance resources.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ecs:PurchaseReservedInstancesOfferingcreate
*ReservedInstance
acs:ecs:{#regionId}:{#accountId}:reservedinstance/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
Tagarray<object>No

The list of tags.

objectNo
KeystringNo

The key of tag N of the reserved instance. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain http:// or https://. It cannot start with acs: or aliyun.

TestKey
ValuestringNo

The value of tag N of the reserved instance. Valid values of N: 1 to 20. The tag value cannot be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://. It cannot start with acs: or aliyun.

TestValue
ResourceGroupIdstringNo

The ID of the resource group.

rg-bp199lyny9b3****
ZoneIdstringNo

The zone ID of the instance. This parameter is required when Scope is set to Zone. You can call the DescribeZones operation to query the most recent zone list.

cn-hangzhou-g
ReservedInstanceNamestringNo

The name of the reserved instance. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).

testReservedInstanceName
InstanceTypestringYes

The type of the reserved instance. For more information, see Instance family.

ecs.g5.large
ScopestringNo

The scope of reserved instance N. Valid values:

  • Region: regional
  • Zone: zonal

Default value: Region.

Zone
InstanceAmountintegerNo

The number of pay-as-you-go instances of the same instance type that the reserved instance can match at the same time. Valid values: 1 to 50.

For example, if you set the InstanceAmount parameter to 3 and the InstanceType parameter to ecs.g5.large, the reserved instance can be matched three ecs.g5.large pay-as-you-go instances at the same time.

3
OfferingTypestringNo

The payment option of the reserved instance. Valid values:

  • No Upfront
  • Partial Upfront
  • All Upfront

Default value: All Upfront.

All Upfront
DescriptionstringNo

The description of the reserved instance. The description can be 2 to 256 characters in length and cannot start with http:// or https://.

This parameter is left empty by default.

testDescription
PlatformstringNo

The operating system of the image used by the instance. Valid values:

  • Windows: Windows Server operating system
  • Linux: Linux and UNIX-like operating system

Default value: Linux.

Linux
PeriodintegerNo

The validity period of the reserved instance.

Valid values: 1 and 3.

Default value: 1.

1
PeriodUnitstringNo

The unit of the validity period of the reserved instance.

Valid value: Year.

Default value: Year.

Year
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.

123e4567-e89b-12d3-a456-426655440000
AutoRenewbooleanNo

Specifies whether to enable auto-renewal for the reserved instance. Valid values:

  • true
  • false (default)
true
AutoRenewPeriodintegerNo

The auto-renewal term of the reserved instance. Unit: months. This parameter takes effect only when AutoRenew is set to true.

Valid values: 12 and 36.

Default value when PeriodUnit is set to Year: 12.

1
StartTimestringNo

The time when the reserved instance takes effect. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHHZ format. The time must be in UTC.

2024-07-04T15Z

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

8C314443-AF0D-4766-9562-C83B7F1A3C8B
ReservedInstanceIdSetsarray

The IDs of the reserved instances.

ReservedInstanceIdstring

The ID of the reserved instance.

ecsri-2ze53qonjqxg7r****

Examples

Sample success responses

JSONformat

{
  "RequestId": "8C314443-AF0D-4766-9562-C83B7F1A3C8B",
  "ReservedInstanceIdSets": {
    "ReservedInstanceId": [
      "ecsri-2ze53qonjqxg7r****"
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidStartTime.ScopeNotMatchZonal reservedInstance not supported for scheduled creating.-
400InvalidInstanceType.ValueUnauthorizedThe specified InstanceType is not authorized.You are not authorized to use the specified instance type.
400InvalidDescription.MalformedThe specified parameter "Description" is not valid.The source description can be 2 to 256 characters in length. It cannot start with http:// and https://.
400InvalidParameter.ConflictThe specified region and cluster do not match.The specified region and cluster do not correspond to each other.
400InvalidTagKey.MalformedThe specified Tag.n.Key is not valid.The specified Tag.N.Key parameter is invalid.
400RegionUnauthorized%s-
400Zone.NotOnSale%sThe requested resources are unavailable in the specified zone. %s is a variable. An error message is dynamically returned based on call conditions.
400InvalidPeriodUnit.ValueNotSupportedThe specified parameter PeriodUnit is not valid.The specified PeriodUnit parameter is invalid.
400InvalidTagValue.MalformedThe specified Tag.n.Value is not valid.The specified tag value is invalid.
400InvalidChargeType.ValueNotSupportedChargeType is not valid.This billing method is not supported. Select another billing method.
400InvalidParameter.ScopeThe specified parameter 'Scope' is invalid.-
400InvalidReservedInstanceStatus.ValueNotSupportedReservedInstance status is not supported.-
400InvalidReservedInstanceOfferingType.ValueNotSupportedThe OfferingType is not supported.-
400InvalidReservedInstanceOfferingClass.ValueNotSupportedThe OfferingClass is not supported.-
400MissingParameter.ZoneIdThe specified zoneId should be not empty.-
400MissingParameter.InstanceTypeThe instanceType should be not empty.-
400MissingParameter.ReservedInstanceIdThe ids of reservedInstance can not be empty.-
400MissingParameter.ReservedInstanceConfigurationThe configurations of reservedInstance can not be empty.-
400InvalidParameter.SplitOrMergeThe Many-to-many of modification is not supported.-
400MissingParameter.InstanceTypeAndAmountBothEmptyThe instanceType and amount can not be both empty.-
400InvalidReservedInstancePlatform.ValueNotSupportedThe Platform is not supported.-
400InvalidParameter.ReservedInstanceNameReservedInstanceName is invalid.-
400InvalidReservedInstanceZone.ValueNotSupportedThe zoneId is not exist.-
400OperationDeniedThe specified InstanceType or Zone is not authorized for current user.-
400InvalidInstanceType.ValueNotSupportedThe specified InstanceType beyond the permitted range.-
400InvalidInstanceType.ValueNotSupportedThe specified InstanceType does not exist or beyond the permitted range.The specified instance type does not exist or you are not authorized to manage instances of this instance type.
403OperationDeniedThe creation of Host to the specified Zone is not allowed.Dedicated hosts cannot be created in the specified zone.
403OperationDenied.NoStockThe requested resource is sold out in the specified zone; try other types of resources or other regions and zones.The requested resources are insufficient.
403OperationDeniedSales of this resource are temporarily suspended in the specified region; please try again later.The requested resource is unavailable in the specified region. Try again later.
403NodeControllerUnavailableThe Node Controller is temporarily unavailable.The node controller is unavailable.
403OperationDeniedThe resource is out of usage.The instance is not in the Running state. Start the instance or check whether the specified operation is valid.
403InvalidParameter.ResourceOwnerAccountResourceOwnerAccount is Invalid.The specified ResourceOwnerAccount parameter is invalid.
403Zone.NotOpenThe specified zone is not granted to you to buy resources yet.You are not authorized to purchase resources in the specified zone.
403Zone.NotOnSaleThe specified zone is not available for purchase.The requested resources are unavailable in the specified zone. Try a different instance type or select a different region or zone.
403InvalidResourceType.NotSupported%s-
403InvalidParameter.NotMatch%sA specified parameter is invalid. Check whether parameter conflicts exist.
403Account.ArrearageYour account has been in arrears.Your account does not have enough balance. Please add funds to your account.
403InvalidStartTime.MalFormedThe specified StartTime is not valid.-
403InvalidStartTime.NotSupportedThe specified startTime is not supported.-
404InvalidZoneId.NotFoundThe ZoneId provided does not exist in our records.The specified zone ID does not exist.
404PaymentMethodNotFoundNo payment method has been registered on the account.You have not configured a payment method for your account.
404InvalidZoneId.NotFoundThe specified ZoneId does not exist.The specified zone ID does not exist.
500InternalErrorThe request processing has failed due to some unknown error.An internal error has occurred. Try again later.
500InternalError%sAn internal error has occurred.
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.An internal error has occurred. Try again later.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-08-21The Error code has changed. The request parameters of the API has changedView Change Details
2022-11-02The Error code has changed. The request parameters of the API has changedView Change Details