All Products
Search
Document Center

Elastic Compute Service:AllocateDedicatedHosts

Last Updated:Mar 19, 2024

Creates pay-as-you-go or subscription dedicated hosts. A dedicated host is a physical server dedicated to a single tenant. You can create Elastic Compute Service (ECS) instances on a dedicated host and view the attributes of a dedicated host.

Operation description

Before you create a dedicated host, you can call the DescribeAvailableResource operation to query the resources available in a specific region or zone.

We recommend that you understand the billing methods of resources before you create a dedicated host. You are charged for resources used by the created dedicated host. For more information, see Billing overview.

  • You can create up to 100 pay-as-you-go or subscription dedicated hosts at a time.
  • After a dedicated host is created, you can use the returned dedicated host ID as the value of a request parameter to call the DescribeDedicatedHosts operation to query the state of the dedicated host.
  • After you submit a request to create a dedicated host, an error is returned if a specific parameter is invalid or if the requested resources are insufficient. For more information about error causes, see the "Error codes" section of this topic.
  • After a dedicated host is created, you can call the ModifyInstanceDeployment operation to migrate ECS instances from a shared host to the dedicated host. You can also migrate ECS instances from another dedicated host to the created dedicated host.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region in which to create the dedicated host. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
Tagobject []No

The tags to add to the dedicated host.

KeystringNo

The key of tag N to add to the dedicated host. Valid values of N: 1 to 20.

The tag key cannot be an empty string. It can be up to 128 characters in length and cannot start with acs: or aliyun. It cannot contain http:// or https://.

Environment
ValuestringNo

The value of tag N to add to the dedicated host. Valid values of N: 1 to 20.

The tag value can be an empty string. It can be up to 128 characters in length and cannot start with acs: or contain http:// or https://.

Production
ResourceGroupIdstringNo

The ID of the resource group to which to assign the dedicated host.

rg-bp67acfmxazb4ph***
ZoneIdstringNo

The ID of the zone in which to create the dedicated host.

This parameter is empty by default. If you do not specify a zone, the system selects a zone.

cn-hangzhou-f
DedicatedHostNamestringNo

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

myDDH
DedicatedHostClusterIdstringNo

The ID of the dedicated host cluster in which to create the dedicated host.

dc-bp12wlf6am0vz9v2****
DedicatedHostTypestringYes

The dedicated host type. You can call the DescribeDedicatedHostTypes operation to query the most recent list of dedicated host types.

ddh.c5
ActionOnMaintenancestringNo

The policy used to migrate the instances deployed on the dedicated host when the dedicated host fails or needs to be repaired online. Valid values:

  • Migrate: The instances are migrated to another physical server and restarted.

    If cloud disks are attached to the dedicated host, the default value is Migrate.

  • Stop: The instances are stopped. If the dedicated host cannot be repaired, the instances are migrated to another physical machine and then restarted.

    If local disks are attached to the dedicated host, the default value is Stop.

Migrate
NetworkAttributes.SlbUdpTimeoutintegerNo

The timeout period for a UDP session between a Server Load Balancer (SLB) instance and the dedicated host. Unit: seconds. Valid values: 15 to 310.

60
NetworkAttributes.UdpTimeoutintegerNo

The timeout period for a UDP session between a user and an Alibaba Cloud service on the dedicated host. Unit: seconds. Valid values: 15 to 310.

60
DescriptionstringNo

The description of the dedicated host. The description must be 2 to 256 characters in length and cannot start with http:// or https://.

This-is-my-DDH
AutoPlacementstringNo

Specifies whether to add the dedicated host to the resource pool for automatic deployment. If you create an ECS instance on a dedicated host without specifying the DedicatedHostId parameter, Alibaba Cloud selects a dedicated host from the resource pool to host the instance. For more information, see Automatic deployment. Valid values:

  • on: adds the dedicated host to the resource pool for automatic deployment.
  • off: does not add the dedicated host to the resource pool for automatic deployment.

Default value: on.

Note If you do not want to add the dedicated host to the resource pool for automatic deployment, set this parameter to off.
off
CpuOverCommitRatiofloatNo

The CPU overcommit ratio. You can configure CPU overcommit ratios only for the following dedicated host types: g6s, c6s, and r6s. Valid values: 1 to 5.

The CPU overcommit ratio affects the number of available vCPUs on a dedicated host. You can use the following formula to calculate the number of available vCPUs on a dedicated host: Number of available vCPUs = Number of physical CPU cores × 2 × CPU overcommit ratio. For example, the number of physical CPU cores on each g6s dedicated host is 52. If you set the CPU overcommit ratio of a g6s dedicated host to 4, the number of available vCPUs on the dedicated host is 416. For scenarios that have minimal requirements on CPU stability or where CPU load is not heavy, such as development and test environments, you can increase the number of available vCPUs on a dedicated host by increasing the CPU overcommit ratio. This way, you can deploy more ECS instances of the same specifications on the dedicated host and reduce the unit deployment cost.

1
MinQuantityintegerNo

The minimum number of dedicated hosts to create. Valid values: 1 to 100.

Note If the number of available dedicated hosts is less than the minimum number of dedicated hosts to create, the dedicated hosts fail to be created.
2
ChargeTypestringNo

The billing method of the dedicated host. Valid values:

  • PrePaid: subscription. If you set this parameter to PrePaid, make sure that you have sufficient account balance or credits. Otherwise, InvalidPayMethod is returned.
  • PostPaid: pay-as-you-go.

Default value: PostPaid.

PrePaid
QuantityintegerNo

The number of dedicated hosts that you want to create. Valid values: 1 to 100.

Default value: 1.

2
PeriodintegerNo

The subscription duration of the dedicated host. The Period parameter is required and takes effect only when the ChargeType parameter is set to PrePaid. Valid values:

  • Valid values when the PeriodUnit parameter is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
  • Valid values when the PeriodUnit parameter is set to Year: 1, 2, 3, 4, and 5.
6
PeriodUnitstringNo

The unit of the subscription duration of the dedicated host. Valid values:

  • Month
  • Year

Default value: Month.

Month
AutoRenewbooleanNo

Specifies whether to automatically renew the subscription dedicated host.

Note The AutoRenew parameter takes effect only when the ChargeType parameter is set to PrePaid.

Default value: false

false
AutoRenewPeriodintegerNo

The auto-renewal duration of the dedicated host. The AutoRenewPeriod parameter takes effect and is required only when the AutoRenew parameter is set to true. Valid values:

Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, and 12.

1
AutoReleaseTimestringNo

The time when to automatically release the dedicated host. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

Note
  • It must be at least half an hour later than the current time.

  • It must be at most three years later than the current time.

  • If the value of seconds (ss) is not 00, it is automatically set to 00.

2019-08-21T12:30:24Z
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 token 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

Response parameters

ParameterTypeDescriptionExample
object

test

RequestIdstring

The ID of the request.

E2A664A6-2933-4C64-88AE-5033D003****
DedicatedHostIdSetsarray

The IDs of the dedicated hosts.

string

The IDs of the dedicated hosts.

"DedicatedHostIdSets":{"DedicatedHostId":["dh-bp67acfmxazb4p****", "dh-bp67acfmxazb4d****"]}

Examples

Sample success responses

JSONformat

{
  "RequestId": "E2A664A6-2933-4C64-88AE-5033D003****",
  "DedicatedHostIdSets": {
    "DedicatedHostId": [
      "\"DedicatedHostIdSets\":{\"DedicatedHostId\":[\"dh-bp67acfmxazb4p****\", \"dh-bp67acfmxazb4d****\"]}"
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
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.
400InvalidAutoRenewPeriod.ValueNotSupportedThe specified autoRenewPeriod is not valid.The specified AutoRenewPeriod parameter is invalid.
400InvalidTagKey.MalformedThe specified Tag.n.Key is not valid.The specified Tag.N.Key parameter is invalid.
400InvalidDedicatedHostType.ValueNotSupported%s-
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.
400OperationDeniedThe specified DedicatedHostType or Zone is not available or not authorized.The specified dedicated host type or zone is unavailable or you are not authorized to manage the resources.
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.
400QuotaExceed.AfterpayDedicatedHostThe maximum number of Pay-As-You-Go DedicatedHosts is exceeded: %s-
400InvalidChargeType.ValueNotSupportedChargeType is not validThe billing method is invalid.
400InvalidParameter.SlbUdpTimeoutThe specified value is invalid.The specified SlbUdpTimeout parameter is invalid.
400InvalidParameter.UdpTimeoutThe specified value is invalid.The specified UdpTimeout parameter is invalid.
400Duplicate.TagKeyThe Tag.N.Key contain duplicate key.The specified tag key already exists. Tag keys must be unique.
400InvalidParameter.QuantityThe specified Quantity is invalid.-
400InvalidDedicatedHostPrice.NotFoundThe specified Dedicated price is not found.-
400InvalidDedicatedHostType.CpuOverCommitRatioNotSupported%s-
400InvalidCpuOverCommitRatio.ValueNotSupported%s-
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.
403InvalidUserData.ForbiddenUser not authorized to input the parameter "UserData", please apply for permission "UserData"-
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-
403InvalidDedicatedHostType.ValueNotSupportedThe specified DedicatedHostType does not exist or beyond the permitted range.-
403InvalidDedicatedHostType.ZoneNotSupportedThe specified zone does not support this dedicatedHostType.-
403InvalidUserData.Base64FormatInvalidThe specified UserData is not validAn error occurred when the specified UserData parameter is encoded.
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.
404InvalidZoneId.NotFoundThe ZoneId provided does not exist in our records.The specified zone ID does not exist.
404OperationDeniedAnother Host has been creatingAnother host is being created.
404PaymentMethodNotFoundNo payment method has been registered on the account.You have not configured a payment method for your account.
404InvalidDedicatedHostName.MalformedThe specified parameter DedicatedHostName is not valid.-
404InvalidZoneId.NotFoundThe specified ZoneId does not exist.The specified zone ID does not exist.
404InvalidDedicatedHostClusterId.NotFoundThe specified DedicatedHostClusterId does not exist.-
404InvalidDedicatedHostClusterId.ExceedMaxSizeThe specified Dedicated Host Cluster exceeded max capacity.-
404InvalidParameter.ActionOnMaintenanceThe specified ActionOnMaintenance 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.

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

Change history

Change timeSummary of changesOperation
2023-09-04The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 404 change
    delete Error Codes: 400
    delete Error Codes: 403
    delete Error Codes: 500