本接口旨在为您提供便捷、高效的方式来创建按量付费或包年包月的 ECS 实例。它拥有一系列强大的功能和特性,不仅可以单次创建多台实例,还能在创建过程中自动启动实例并根据参数设置分配公网 IP,简化了操作流程。同时,用户可以通过设置自动释放时间、使用启动模板、自定义CPU选项等功能,更好地管理和配置自己的实例资源。
接口说明
请确保在使用该接口前,已充分了解 ECS 产品的收费方式和价格。
本接口为异步接口,当前创建实例请求发送成功后会返回实例 ID,实例的创建和启动不是立即完成的,需要调用 DescribeInstanceStatus 查看实例信息,当返回信息中的状态为Running
时代表创建并启动成功。
使用须知
-
请确保您的账号已通过实名认证。更多信息,请参见账号实名认证相关文档。
-
请确保您创建的实例总数或者全实例规格 vCPU 不会超出系统配额。更多信息,请参见配额中心。
-
创建专有网络 VPC 类型实例前,请预先在相应的阿里云地域创建 VPC。
注意事项
- 单次最多能创建 100 台实例,超出 100 台,建议您分批或并发调用。
- 如果参数
InternetMaxBandwidthOut
的值大于 0,则自动为实例分配公网 IP。
使用建议
- 测试场景:可以通过设置
DryRun=true
发送预检请求。 - 释放实例:您可以通过参数
AutoReleaseTime
设置实例自动释放时间,或者调用 DeleteInstances 进行手动释放。 - 管理与检索:建议您为每批次启动的实例指定标签(
Tag.N.Key
和Tag.N.Value
),并且为主机名(HostName
)和实例名称(InstanceName
)添加有序后缀(UniqueSuffix
)。具体操作,请参见批量设置有序的实例名称或主机名称。 - 启动模板:利用实例启动模板能为您免除每次创建实例时都需要填入大量配置参数的麻烦,您可以通过 CreateLaunchTemplate 创建实例启动模板后,在
RunInstances
请求中指定LaunchTemplateId
和LaunchTemplateVersion
使用启动模板。 - 关闭超线程:在内存密集型业务场景,可以通过设置
CpuOptions.ThreadsPerCore=1
关闭超线程来提高内存配比。 - 开启巨型帧:可以指定
NetworkOptions.EnableJumboFrame=true
在创建时开启Jumbo frame
特性。 更多信息,请参见 ECS 实例 MTU。
请求示例
假设您需要在华东 1(杭州)地域创建一些 ECS 实例。期望使用特定的镜像、实例规格、安全组和虚拟交换机,同时配置一定容量的系统盘和数据盘,并分配公网 IP 和设定实例名称与密码。相关配置请求参数如下:
RegionId:"cn-hangzhou",设置华东 1(杭州)地域。
ImageId:"aliyun_3_x64_20G_alibase_20221102.vhd",设置镜像 ID。
InstanceType:"ecs.g7.large",设置实例规格。
SecurityGroupId:"sg-bp150uqocpf9jj70****",设置安全组 ID。
VSwitchId:"vsw-bp1qo7s91cbch5i4l****",设置虚拟交换机 ID。
SystemDisk.Category:"cloud_essd",设置系统盘类别为 ESSD 云盘。
SystemDisk.Size:40,设置系统盘大小为 40GiB。
DataDisk.Category:"cloud_essd",设置数据盘类别为 ESSD 云盘。
DataDisk.Size:100,设置数据盘大小为 100GiB。
HostName:"ECS-test",设置实例主机名称。
Password:"ECS@test1234",设置实例登录密码。
InternetMaxBandwidthOut:10,设置公网出带宽为 10Mbit/s。
在上述配置的基础上,创建不同类型实例:
假设您已通过 CreateLaunchTemplate 创建了一个实例启动模版,现在需要使用该模版在华东 1(杭州)地域创建一些 ECS 实例。示例如下:
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
ecs:RunInstances | create | *全部资源 * |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 实例所属的地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ImageId | string | 否 | 镜像 ID,启动实例时选择的镜像资源。您可以通过 DescribeImages 查询您可以使用的镜像资源。如果您不指定 | aliyun_2_1903_x64_20G_alibase_20200324.vhd |
ImageFamily | string | 否 | 镜像族系名称,通过设置该参数来获取当前镜像族系内最新可用镜像来创建实例。 镜像族系的名称长度为 2~128 个字符。镜像族系名称不能以特殊字符、数字、http://、https://开头,只可包含特殊字符中的"."、"_"、"-"和":"。 您需要注意:
说明
阿里云官方镜像关联的镜像族系信息请参见公共镜像概述。
| hangzhou-daily-update |
InstanceType | string | 否 | 实例的资源规格。如果您不指定
| ecs.g6.large |
SecurityGroupId | string | 否 | 新创建实例所属于的安全组 ID。同一个安全组内的实例之间可以互相访问,一个安全组能容纳的实例数量视安全组类型而定,具体请参见使用限制的安全组章节。 说明
SecurityGroupId 决定了实例的网络类型,例如,如果设置的安全组的网络类型为专有网络 VPC,实例则为 VPC 类型,并同时需要指定参数VSwitchId 。
如果您不设置
| sg-bp15ed6xe1yxeycg7**** |
VSwitchId | string | 否 | 虚拟交换机 ID。如果您创建的是 VPC 类型 ECS 实例,必须指定虚拟交换机 ID,且安全组和虚拟交换机在同一个专有网络 VPC 中。您可以调用 DescribeVSwitches 查询已创建的交换机的相关信息。 您需要注意:
| vsw-bp1s5fnvk4gn2tws0**** |
InstanceName | string | 否 | 实例名称。长度为 2~128 个字符,支持 Unicode 中 letter 分类下的字符(其中包括英文、中文等)和数字。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。默认值为实例的 创建多台 ECS 实例时,您可以批量设置有序的实例名称,并且可以包含方括号([])和逗号(,)。具体操作,请参见批量设置有序的实例名称或主机名称。 | k8s-node-[1,4]-alibabacloud |
Description | string | 否 | 实例的描述。长度为 2~256 个英文或中文字符,不能以 | Instance_Description |
InternetMaxBandwidthIn | integer | 否 | 公网入带宽最大值,单位为 Mbit/s。取值范围:
| 10 |
InternetMaxBandwidthOut | integer | 否 | 公网出带宽最大值,单位为 Mbit/s。取值范围:0~100。 默认值:0。 | 10 |
HostName | string | 否 | 实例主机名称。限制说明如下:
创建多台 ECS 实例时,您可以:
| k8s-node-[1,4]-ecshost |
UniqueSuffix | boolean | 否 | 当创建多台实例时,是否为
默认值:false。 当 更多信息,请参见批量设置有序的实例名称或主机名称。 | true |
Password | string | 否 | 实例的密码。长度为 8 至 30 个字符,必须同时包含大小写英文字母、数字和特殊符号中的三类字符。特殊符号可以是:
其中,Windows 实例不能以正斜线(/)为密码首字符。 说明
如果传入 Password 参数,建议您使用 HTTPS 协议发送请求,避免密码泄露。
| EcsV587! |
PasswordInherit | boolean | 否 | 是否使用镜像预设的密码。取值范围:
默认值:false。 说明
使用该参数时,Password 参数必须为空,同时您需要确保使用的镜像已经设置了密码。
| false |
ZoneId | string | 否 | 实例所属的可用区 ID,您可以调用 DescribeZones 获取可用区列表。 说明
如果您指定了 VSwitchId 参数,则指定的ZoneId 参数必须和交换机所在的可用区保持一致。您也可以不指定ZoneId 参数,系统将自动选择指定的交换机所在的可用区。
默认值:系统自动选择。 | cn-hangzhou-g |
InternetChargeType | string | 否 | 网络计费类型。取值范围:
默认值:PayByTraffic。 说明
按使用流量计费模式下的出入带宽峰值都是带宽上限,不作为业务承诺指标。当出现资源争抢时,带宽峰值可能会受到限制。如果您的业务需要有带宽的保障,请使用按固定带宽计费模式。
| PayByTraffic |
SystemDisk.Size | string | 否 | 系统盘大小,单位为 GiB。取值范围:
该参数的取值必须大于或者等于 max{1, ImageSize}。 默认值:max{40, 参数 ImageId 对应的镜像大小}。 | 40 |
SystemDisk.Category | string | 否 | 系统盘的云盘种类。取值范围:
说明
仅当 InstanceType 设置为通用算力型实例规格族 u1(ecs.u1 )或经济型实例规格族 e(ecs.e )时,该参数支持取cloud_essd_entry 值。
已停售的实例规格且非 I/O 优化实例默认值为 cloud,否则默认值为 cloud_efficiency。 | cloud_ssd |
SystemDisk.DiskName | string | 否 | 系统盘名称。长度为 2~128 个字符,支持 Unicode 中 letter 分类下的字符(其中包括英文、中文和数字等)。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。 | cloud_ssdSystem |
SystemDisk.Description | string | 否 | 系统盘的描述。长度为 2~256 个英文或中文字符,不能以 | SystemDisk_Description |
SystemDisk.PerformanceLevel | string | 否 | 创建 ESSD 云盘作为系统盘使用时,设置云盘的性能等级。取值范围:
有关如何选择 ESSD 性能等级,请参见 ESSD 云盘。 | PL0 |
SystemDisk.AutoSnapshotPolicyId | string | 否 | 系统盘采用的自动快照策略 ID。 | sp-bp67acfmxazb4p**** |
IoOptimized | string | 否 | 是否为 I/O 优化实例。已停售的实例规格实例默认值是 none,其他实例规格默认值是 optimized。取值范围:
| optimized |
UserData | string | 否 | 实例自定义数据。必须填写已采用 Base64 编码后的数据,且在进行 Base64 编码前自定义数据内容的大小不能超过 32 KB。 有关实例自定义数据的使用限制、格式以及运行频率的详细信息,请参见实例自定义数据。 说明
为保证传输过程中 UserData 的安全性,请避免直接以明文形式传送敏感数据,如密码和私钥。若需传送此类信息,建议先行加密处理,并采用 Base64 编码方式,随后在实例内部进行解密以确保信息安全。
| ZWNobyBoZWxsbyBlY3Mh |
KeyPairName | string | 否 | 密钥对名称。 说明
Windows 实例,忽略该参数。默认为空。即使填写了该参数,仍旧只执行 Password 的内容。
| KeyPair_Name |
RamRoleName | string | 否 | 实例 RAM 角色名称。您可以使用 RAM API ListRoles 查询您已创建的实例 RAM 角色。 | RAM_Name |
Amount | integer | 否 | 指定创建 ECS 实例的数量。取值范围:1~100。 创建成功的 ECS 数量与指定的 Amount 和 minAmount 数量有关:
默认值:1。 | 3 |
MinAmount | integer | 否 | 指定 ECS 实例最小购买数量。取值范围:1~100。 创建成功的 ECS 数量与指定的 Amount 和 minAmount 数量有关:
| 2 |
AutoReleaseTime | string | 否 | 按量付费实例的自动释放时间。按照ISO 8601标准表示,使用 UTC+0 时间。格式为:
| 2018-01-01T12:05:00Z |
SpotStrategy | string | 否 | 按量付费实例的竞价策略。当参数
默认值:NoSpot。 | NoSpot |
SpotDuration | integer | 否 | 抢占式实例的保留时长,单位为小时。 默认值:1。取值范围:
实例回收前 5 分钟阿里云会通过 ECS 系统事件向您发送通知。抢占式实例按秒计费,建议您结合具体任务执行耗时来选择合适的保留时长。 | 1 |
SpotPriceLimit | float | 否 | 设置实例的每小时最高价格。支持最大 3 位小数,参数 | 0.97 |
SpotInterruptionBehavior | string | 否 | Terminate | |
SecurityEnhancementStrategy | string | 否 | 是否开启安全加固。取值范围:
| Active |
ClientToken | string | 否 | 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性。 | 123e4567-e89b-12d3-a456-426655440000 |
HpcClusterId | string | 否 | 实例所属的 HPC 集群 ID。 创建 SCC 实例时,该参数为必选参数。您可以参考 CreateHpcCluster 创建 HPC 集群。 | hpc-bp67acfmxazb4p**** |
DryRun | boolean | 否 | 是否只预检此次请求。取值范围:
| false |
DedicatedHostId | string | 否 | 是否在专有宿主机上创建 ECS 实例。由于专有宿主机不支持创建抢占式实例,指定 您可以通过 DescribeDedicatedHosts 查询专有宿主机 ID 列表。 | dh-bp67acfmxazb4p**** |
LaunchTemplateId | string | 否 | 启动模板 ID。更多信息,请调用 DescribeLaunchTemplates 。 使用启动模板创建实例时,您必须指定 | lt-bp1apo0bbbkuy0rj**** |
LaunchTemplateName | string | 否 | 启动模板名称。 使用启动模板创建实例时,您必须指定 | LaunchTemplate_Name |
LaunchTemplateVersion | long | 否 | 启动模板版本。如果您指定了 | 3 |
ResourceGroupId | string | 否 | 实例所在的企业资源组 ID。 | rg-bp67acfmxazb4p**** |
Period | integer | 否 | 购买资源的时长,单位由
| 1 |
PeriodUnit | string | 否 | 包年包月计费方式的时长单位。取值范围:
| Month |
AutoRenew | boolean | 否 | 是否要自动续费。当参数
默认值:false。 | true |
AutoRenewPeriod | integer | 否 | 单次自动续费的续费时长。取值范围:
默认值:1。 | 1 |
InstanceChargeType | string | 否 | 实例的付费方式。取值范围:
默认值:PostPaid。 选择包年包月时,您必须确认自己的账号支持余额支付或者信用支付,否则将返回 | PrePaid |
DeploymentSetId | string | 否 | 部署集 ID。 | ds-bp1brhwhoqinyjd6**** |
DeploymentSetGroupNo | integer | 否 | 如果您设置的部署集对应的策略为部署集组高可用策略(AvailabilityGroup),可以通过该参数指定实例在部署集中的分组号。取值范围:1~7。 | 1 |
PrivateIpAddress | string | 否 | 实例私网 IP 地址。专有网络 VPC 类型 ECS 实例设置私网 IP 地址时,必须从虚拟交换机( 您需要注意:
说明
每个交换机的第 1 个和最后 3 个 IP 地址为系统保留地址,不支持指定。
例如,交换机的网段为 192.168.1.0/24,则 192.168.1.0、192.168.1.253、192.168.1.254 和 192.168.1.255 这 4 个地址是系统保留地址。
| 10.1.**.** |
CreditSpecification | string | 否 | Standard | |
Ipv6AddressCount | integer | 否 | 为主网卡指定随机生成的 IPv6 地址数量。取值范围:1~10。 您需要注意:
| 1 |
NetworkInterfaceQueueNumber | integer | 否 | 主网卡队列数。您需要注意:
| 8 |
DeletionProtection | boolean | 否 | 实例释放保护属性,指定是否支持通过控制台或 API( DeleteInstance )释放实例。取值范围:
默认值:false。 说明
该属性仅适用于按量付费实例,且只能限制手动释放操作,对系统释放操作不生效。
| false |
HibernationOptions.Configured | boolean | 否 | 说明
该参数正在邀测中,暂未开放使用。
| false |
Affinity | string | 否 | 专有宿主机实例是否与专有宿主机关联。取值范围:
默认值:default。 | default |
Tenancy | string | 否 | 是否在专有宿主机上创建实例。取值范围:
默认值:default。 | default |
StorageSetId | string | 否 | 存储集 ID。 | ss-bp67acfmxazb4p**** |
StorageSetPartitionNumber | integer | 否 | 存储集中的最大分区数量。取值范围:大于等于 2。 | 2 |
CpuOptions.Core | integer | 否 | CPU 核心数。该参数不支持自定义设置,只能采用默认值。 默认值:请参见自定义 CPU 选项。 | 2 |
CpuOptions.ThreadsPerCore | integer | 否 | CPU 线程数。ECS 实例的 vCPU 数=
取值范围和默认值:请参见自定义 CPU 选项。 | 2 |
CpuOptions.Numa | string | 否 | 该参数已弃用。 | 1 |
CpuOptions.TopologyType | string | 否 | 实例的 Cpu 拓扑类型。取值范围:
默认值:无。 说明
仅部分实例规格族支持使用本参数,具体支持实例规格族请参见查看和修改 CPU 拓扑结构。
| DiscreteCoreToHTMapping |
SecurityOptions.TrustedSystemMode | string | 否 | 可信系统模式。取值:vTPM。 目前,可信系统模式支持的实例规格族:
当您创建以上实例规格族的 ECS 实例时,需要设置该参数。具体说明如下:
说明
如果您在创建实例的时候指定其为可信实例,那么当您更换系统盘时只能使用支持可信系统的镜像。
关于可信系统的更多信息,请参见安全增强型实例可信功能概述。 | vTPM |
SecurityOptions.ConfidentialComputingMode | string | 否 | 机密计算模式。取值:Enclave。 该参数取值为 Enclave 时,表示 ECS 实例使用 Enclave 构建机密计算环境。目前仅实例规格族 c7、g7、r7,支持调用
关于机密计算的更多信息,请参见使用 Enclave 构建机密计算环境。 | Enclave |
HttpEndpoint | string | 否 | enabled | |
HttpTokens | string | 否 | 访问实例元数据时是否强制使用加固模式(IMDSv2)。取值范围:
默认值:optional。 说明
有关访问实例元数据的模式,请参见实例元数据访问模式。
| optional |
HttpPutResponseHopLimit | integer | 否 | 说明
该参数暂未开放使用。
| 0 |
PrivatePoolOptions.MatchCriteria | string | 否 | 实例启动的私有池容量选项。弹性保障服务或容量预定服务在生效后会生成私有池容量,供实例启动时选择。取值范围:
默认值:None。 以下任一场景,实例启动的私有池容量选项只能取值
| Open |
PrivatePoolOptions.Id | string | 否 | 私有池 ID。即弹性保障服务 ID 或容量预定服务 ID。 | eap-bp67acfmxazb4**** |
Isp | string | 否 | 说明
该参数正在邀测中,暂未开放使用。
| null |
SchedulerOptions.DedicatedHostClusterId | string | 否 | 指定 ECS 实例所属的专有宿主机集群,系统会自动选择该专有宿主机集群中的一台专有宿主机部署 ECS 实例。 说明
仅在 Tenancy 设置为host 时生效。
在您同时指定了专有宿主机(
您可以通过 DescribeDedicatedHostClusters 查询专有宿主机集群 ID 列表。 | dc-bp12wlf6am0vz9v2**** |
SecurityGroupIds | array | 否 | 将实例同时加入多个安全组。N 的取值范围与实例能够加入安全组配额有关。更多信息,请参见安全组限制。 您需要注意:
| |
string | 否 | 将实例同时加入多个安全组。N 的取值范围与实例能够加入安全组配额有关。更多信息,请参见安全组限制。 您需要注意:
| sg-bp15ed6xe1yxeycg7**** | |
HostNames | array | 否 | 创建多台实例时,为每台实例指定不同的主机名。 | |
string | 否 | 创建多台实例时,为每台实例指定不同的主机名。限制说明如下:
| ecs-host-01 | |
DataDisk | array<object> | 否 | 数据盘信息集合列表。 | |
object | 否 | 数据盘信息集合。 | ||
PerformanceLevel | string | 否 | 创建 ESSD 云盘作为数据盘使用时,设置云盘的性能等级。N 的取值必须和
有关如何选择 ESSD 性能等级,请参见 ESSD 云盘。 | PL1 |
AutoSnapshotPolicyId | string | 否 | 数据盘采用的自动快照策略 ID。 | sp-bp67acfmxazb4p**** |
Encrypted | string | 否 | 数据盘 N 是否加密。取值范围:
默认值:false。 | false |
Description | string | 否 | 数据盘的描述。长度为 2~256 个英文或中文字符,不能以 | DataDisk_Description |
SnapshotId | string | 否 | 创建数据盘 N 使用的快照。N 的取值范围为 1~16。 指定参数 | s-bp17441ohwka0yuh**** |
Device | string | 否 | 数据盘的挂载点。挂载的数据盘数量不同,挂载点的命名不同:
说明
该参数仅用于全镜像(整机镜像)场景。您可以通过将此参数设置为全镜像中数据盘对应的挂载点,并修改对应的 DataDisk.N.Size 和DataDisk.N.Category 参数,达到修改全镜像中数据盘磁盘种类和大小的目的。
| /dev/xvdb |
Size | integer | 否 | 第 n 个数据盘的容量大小,N 的取值范围为 1~16,内存单位为 GiB。取值范围:
说明
该参数的取值必须大于等于参数 SnapshotId 指定的快照的大小。
| 2000 |
DiskName | string | 否 | 数据盘名称。长度为 2~128 个字符,支持 Unicode 中 letter 分类下的字符(其中包括英文、中文和数字等)。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。 | cloud_ssdData |
Category | string | 否 | 数据盘 N 的云盘种类。取值范围:
对于 I/O 优化实例,默认值为 cloud_efficiency。对于非 I/O 优化实例,默认值为 cloud。 | cloud_ssd |
EncryptAlgorithm | string | 否 | 说明
该参数暂未开放使用。
| null |
DeleteWithInstance | boolean | 否 | 表示数据盘是否随实例释放。取值范围:
默认值为 true。 | true |
KMSKeyId | string | 否 | 数据盘对应的 KMS 密钥 ID。 | 0e478b7a-4262-4802-b8cb-00d3fb40**** |
StorageClusterId | string | 否 | 专属块存储集群 ID。如果您在创建 ECS 实例时,需要使用专属块存储集群中的云盘资源作为数据盘,请设置该参数。 | dbsc-j5e1sf2vaf5he8m2**** |
ProvisionedIops | long | 否 | ESSD AutoPL 云盘预配置的读写 IOPS。可能值:0~min{50,000, 1000*容量-基准性能}。 基准性能=min{1,800+50*容量, 50000}。 说明
当 DiskCategory 取值为 cloud_auto 时才支持设置该参数。更多信息,请参见ESSD AutoPL 云盘。
| 40000 |
BurstingEnabled | boolean | 否 | 是否开启 Burst(性能突发)。取值范围:
说明
当 DiskCategory 取值为 cloud_auto 时才支持设置该参数。更多信息,请参见ESSD AutoPL 云盘。
| false |
Arn | array<object> | 否 | 说明
该参数暂未开放使用。
| |
object | 否 | 说明
该参数暂未开放使用。
| ||
RoleType | string | 否 | 说明
该参数暂未开放使用。
| null |
Rolearn | string | 否 | 说明
该参数暂未开放使用。
| null |
AssumeRoleFor | long | 否 | 说明
该参数暂未开放使用。
| null |
NetworkInterface | array<object> | 否 | 弹性网卡信息。 | |
object | 否 | 弹性网卡信息。 | ||
VSwitchId | string | 否 | 弹性网卡所属的虚拟交换机 ID。 您需要注意:
| vsw-bp67acfmxazb4p**** |
NetworkInterfaceName | string | 否 | 弹性网卡名称。长度为 2~128 个字符,支持 Unicode 中 letter 分类下的字符(其中包括英文、中文和数字等)。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。 您需要注意:
| Network_Name |
Description | string | 否 | 弹性网卡的描述。 您需要注意:
| Network_Description |
SecurityGroupId | string | 否 | 弹性网卡所属的安全组 ID。 您需要注意:
| sg-bp67acfmxazb4p**** |
PrimaryIpAddress | string | 否 | 添加一张弹性网卡并设置主 IP 地址。 您需要注意:
说明
| 172.16.**.** |
QueueNumber | integer | 否 | 弹性网卡队列数。 您需要注意:
| 8 |
SecurityGroupIds | array | 否 | 弹性网卡所属的一个或多个安全组 ID。
您需要注意:
| |
string | 否 | 弹性网卡所属的一个或多个安全组 ID。
您需要注意:
| sg-bp15ed6xe1yxeycg7**** | |
NetworkInterfaceTrafficMode | string | 否 | 网卡的通讯模式。参数取值范围:
默认值:Standard。 说明
RDMA 模式的弹性网卡数量不能超过该实例规格族的限制。更多信息,请参见实例规格族。
| Standard |
QueuePairNumber | long | 否 | RDMA 网卡队列数。 | 0 |
InstanceType | string | 否 | 弹性网卡类型。N 的取值范围不超过实例规格支持网卡数。请参见实例规格族或调用 DescribeInstanceTypes 查看目标实例规格支持的网卡数。 参数取值范围:
默认值:Secondary。 | Secondary |
Ipv6AddressCount | long | 否 | 为主网卡指定随机生成的 IPv6 地址数量。取值范围:1~10 您需要注意:
| 1 |
Ipv6Address | array | 否 | 为主网卡指定一个或多个 IPv6 地址。支持设置最多 10 个 IPv6 地址,即第二个 N 的取值范围:1~10。 取值示例: 您需要注意:
| |
string | 否 | 为主网卡指定一个或多个 IPv6 地址。支持设置最多 10 个 IPv6 地址,即第二个 N 的取值范围:1~10 取值示例: 您需要注意:
| 2001:db8:1234:1a00::*** | |
NetworkCardIndex | integer | 否 | 网卡指定的物理网卡索引。 您需要注意:
| 0 |
DeleteOnRelease | boolean | 否 | 释放实例时是否保留网卡。取值范围:
默认值:true。 说明
该参数只对辅助网卡生效。
| true |
NetworkInterfaceId | string | 否 | 随实例附加的弹性网卡 ID。 说明
该参数只对辅助弹性网卡生效。指定一个现有辅助弹性网卡后,您将无法配置其它网卡创建参数。
| eni-bp1gn106np8jhxhj**** |
RxQueueSize | integer | 否 | 弹性网卡入方向队列深度。 您需要注意:
| 8192 |
TxQueueSize | integer | 否 | 弹性网卡出方向队列深度。 您需要注意:
| 8192 |
Tag | array<object> | 否 | 实例、云盘和主网卡的标签信息。 | |
object | 否 | 实例、云盘和主网卡的标签信息。 | ||
Key | string | 否 | 实例、云盘和主网卡的标签键。N 的取值范围:1~20。一旦传入该值,则不允许为空字符串。最多支持 128 个字符,不能以 aliyun 和 acs:开头,不能包含 http://或 https://。 | TestKey |
Value | string | 否 | 实例、云盘和主网卡的标签值。N 的取值范围:1~20。一旦传入该值,可以为空字符串。最多支持 128 个字符,不能包含 http://或者 https://。 | TestValue |
Ipv6Address | array | 否 | 为主网卡指定一个或多个 IPv6 地址。支持设置最多 10 个 IPv6 地址,即 N 的取值范围:1~10。 取值示例: 您需要注意:
| |
string | 否 | 为主网卡指定一个或多个 IPv6 地址。支持设置最多 10 个 IPv6 地址,即 N 的取值范围:1~10。 取值示例: 您需要注意:
| 2001:db8:1234:1a00::*** | |
SystemDisk | object | 否 | 系统盘相关参数,目前专属块存储集群 ID( | |
StorageClusterId | string | 否 | 专属块存储集群 ID。如果您在创建 ECS 实例时,需要使用专属块存储集群中的云盘资源作为系统盘,请设置该参数。 | dbsc-j5e1sf2vaf5he8m2**** |
ProvisionedIops | long | 否 | ESSD AutoPL 云盘预配置的读写 IOPS。可能值:0~min{50,000, 1000*容量-基准性能}。 基准性能=min{1,800+50*容量, 50,000}。 说明
当 SystemDisk.Category 取值为cloud_auto 时才支持设置该参数。更多信息,请参见ESSD AutoPL 云盘。
| 40000 |
BurstingEnabled | boolean | 否 | 是否开启 Burst(性能突发)。取值范围:
说明
当 SystemDisk.Category 取值为cloud_auto 时才支持设置该参数。更多信息,请参见ESSD AutoPL 云盘。
| false |
Encrypted | string | 否 | 系统盘是否加密。取值范围:
默认值:false。 说明
中国(香港)D 可用区、新加坡 A 可用区暂不支持在创建实例时加密系统盘。
| false |
KMSKeyId | string | 否 | 系统盘对应的 KMS 密钥 ID。 | 0e478b7a-4262-4802-b8cb-00d3fb40**** |
EncryptAlgorithm | string | 否 | 说明
该参数暂未开放使用。
| null |
ImageOptions | object | 否 | 镜像相关属性信息。 | |
LoginAsNonRoot | boolean | 否 | 使用该镜像的实例是否支持使用 ecs-user 用户登录。可能值:
| false |
NetworkOptions | object | 否 | 网络相关属性参数。 | |
EnableJumboFrame | boolean | 否 | 实例是否开启 Jumbo frame 特性。参数取值范围:
默认值:true。 说明
只有八代以上部分实例规格支持开启 Jumbo frame 特性。更多信息请参见ECS 实例 MTU。
| false |
AutoPay | boolean | 否 | 创建实例时,是否自动支付。取值范围:
默认值:true。 | true |
PrivateDnsNameOptions | object | 否 | 说明
该参数正在邀测中,暂不开放使用。
| |
EnableInstanceIdDnsARecord | boolean | 否 | 说明
该参数正在邀测中,暂不开放使用。
| false |
EnableInstanceIdDnsAAAARecord | boolean | 否 | 说明
该参数正在邀测中,暂不开放使用。
| true |
EnableIpDnsARecord | boolean | 否 | 说明
该参数正在邀测中,暂不开放使用。
| true |
EnableIpDnsPtrRecord | boolean | 否 | 说明
该参数正在邀测中,暂不开放使用。
| false |
HostnameType | string | 否 | 说明
该参数正在邀测中,暂不开放使用。
| Custom |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"OrderId": "123456****",
"TradePrice": 0.165,
"InstanceIdSets": {
"InstanceIdSet": [
"[\"i-bp67acfmxazb4pd2****\", \"i-bp1i43l28m7u48p1****\", \"i-bp12yqg7jdyxl11f****\"]"
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | LoginAsNonRoot.ImageNotSupport | The specified image does not support login as non-root. | 此镜像不支持NonRoot登录。 |
400 | InvalidParam.NotSupportJumboFrame | Not support jumbo frame. | - |
400 | InsufficientBalance.AgentCredit | Insufficient agent credit. Please contact your agent. | 代理商信用不足,请与您的代理商联系。 |
400 | QuotaExceed.DiskCapacity | The used capacity of disk type has exceeded the quota in the zone, %s. | 指定磁盘类型的已用容量超出可用区配额限制,您可以前往配额中心查询和申请提升磁盘容量配额。 |
400 | InvalidPeriod.ExceededDedicatedHost | Instance expired date can not exceed dedicated host expired date. | 实例过期日期不能超过专有宿主机的过期日期。 |
400 | InvalidParam.SecondaryNetworkInterface | When min amount greater than 1 and the PrivateIpAddress or Primary NetworkInterface is specified,the Secondary NetworkInterface IP parameter cannot be specified. | - |
400 | InvalidPrimaryIpAddress.SizeInvalid | The NetworkInterface PrimaryIpAddress is used to create only one instance. | - |
400 | InvalidStorageClusterId.CapacityNotEnough | The remaining capacity of the current dedicated storage cluster is less than the size of disk. | 磁盘所在专属存储集群的可用容量不足 |
400 | InvalidStorageClusterId.StatusNotSupport | The current status of the dedicated storage cluster cannot create a cloud disk yet. | - |
400 | InvalidStorageClusterId.ZoneIdEmpty | The specified param ZoneId cannot be empty when StorageClusterId given. | - |
400 | InvalidStorageClusterId.PerformanceLevelNotMatch | The current dedicated storage cluster cannot create this performance level of disk. | - |
400 | InvalidStorageClusterId.CategoryNotMatch | The current dedicated storage cluster cannot create this category of disk. | - |
400 | InvalidStorageClusterId.DiskSizeEmpty | The specified param DiskSize cannot be empty when StorageClusterId given. | - |
400 | InvalidInstanceType.ValueUnauthorized | The specified InstanceType is not authorized. | 指定的实例规格未授权使用。 |
400 | InvalidInstanceType.ValueNotSupported | The specified InstanceType beyond the permitted range. | 指定的实例规格不合法(超出可选范围)。 |
400 | InvalidDescription.Malformed | The specified parameter "Description" is not valid. | 指定的资源描述格式不合法。长度为2-256个字符,不能以http://和https://开头。 |
400 | InvalidInternetChargeType.ValueNotSupported | The specified InternetChargeType is not valid. | 暂不支持指定的网络付费类型的实例,请确认相关参数是否正确。 |
400 | InvalidParameter | The specified parameter "InternetMaxBandwidthOut" is not valid. | - |
400 | InvalidHostName.Malformed | The specified parameter "HostName" is not valid. | - |
400 | InvalidPassword.Malformed | The specified parameter "Password" is not valid. | - |
400 | InvalidPasswordParam.Mismatch | The input password should be null when passwdInherit is true. | 启用 PasswdInherit 后,用户名密码应该设置为空。 |
400 | InvalidSystemDiskCategory.ValueNotSupported | The specified parameter "SystemDisk.Category" is not valid. | - |
400 | InvalidDiskName.Malformed | The specified parameter "SyatemDisk.DiskName or DataDisk.n.DiskName" is not valid. | - |
400 | InvalidDiskDescription.Malformed | The specified parameter "SyatemDisk.DiskDescription" or "DataDisk.n.Description" is not valid. | - |
400 | InvalidDataDiskSize.ValueNotSupported | The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. | 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过指定磁盘类别的大小限制。 |
400 | InvalidDataDiskCategory.ValueNotSupported | The specified parameter "DataDisk.n.Category" is not valid. | - |
400 | InvalidDataDevice.Malformed | The specified parameter "DataDisk.n.Device" is not valid. | - |
400 | InvalidNodeControllerId.Malformed | The specified parameter "NodeControllerId" is not valid. | - |
400 | InvalidInnerIpAddress.Malformed | The specified parameter "InnerIpAddress" is not valid. | - |
400 | InvalidInnerIpAddress.Unusable | The specified InnerIpAddress is already used or not found in usable ip range. | 指定的 InnerIpAddress 不可用。 |
400 | InvalidParameter.Conflict | The specified image does not support the specified instance type. | 指定的镜像不能用于指定的实例规格。 |
400 | ImageNotSupportCloudInit | The specified image does not support cloud-init. | 该镜像不支持CloudInit。 |
400 | InvalidSnapshotId.BasedSnapshotTooOld | The specified snapshot is created before 2013-07-15. | 指定的快照创建于 2013-07-15 之前。 |
400 | QuotaExceed.AfterpayInstance | Living afterpay instances quota exceeded. | 活跃的按量付费实例数已达上限。 |
400 | InvalidInstanceName.Malformed | The specified parameter "InstanceName" is not valid. | InstanceName参数不符合规则。 |
400 | InvalidInstanceName.CustomMalformed | Customized section of instance or host name is invalid, please use valid format: [], [,], [m,], [,n], [m,n]. | - |
400 | InvalidDiskDescription.Malformed | The specified parameter "SyatemDisk.DiskDescription or DataDisk.n.Description" is not valid. | - |
400 | InvalidParameter.Conflict | The speicified region and cluster do not match. | 指定的地域与指定的集群不匹配。 |
400 | InvalidParameter.Mismatch | Specified security group and virtual switch are not in the same VPC. | 指定的安全组与虚拟交换机不在同一专有网络中。 |
400 | InvalidNetworkType.Mismatch | Specified parameter "InternetMaxBandwidthIn" or "InternetMaxBandwidthOut" conflict with instance network type. | - |
400 | InvalidNetworkType.Mismatch | Specified parameter "InternetChargeType" conflict with instance network type. | - |
400 | InvalidPrivateIpAddress | Specified private IP address is not in the CIDR block of virtual switch. | 指定的私有 IP 地址不属于交换机的 CIDR 网段。 |
400 | InvalidPrivateIpAddress.Malformed | Specified private IP address is malformed. | 指定的私有 IP 不合法。 |
400 | QuotaExceeded.PrivateIpAddress | Don't have enough private IPs in this switch. | - |
400 | QuotaExceeded | Living instances quota exceeded in this VPC. | 活跃的实例已达上限。 |
400 | IncorrectVSwitchStatus | The current status of virtual switch does not support this operation. | 指定的虚拟交换机处于 pending 状态,无法删除。 |
400 | InvalidParameter.Mismatch | Specified virtual switch is not in the specified zone. | 指定的虚拟交换机在指定的可用区里不存在。 |
400 | ResourceNotAvailable | Resource you requested is not available in this region or zone. | 指定的地域或可用区不支持专有网络 VPC。 |
400 | MissingParameter | The input parameter "VSwitchId" that is mandatory for processing this request is not supplied. | - |
400 | InvalidDiskCategory.Mismatch | The specified disk categories' combination is not supported. | - |
400 | MissingParamter | The specified parameter "Period" is not null. | - |
400 | InvalidPeriod | The specified period is not valid. | 指定的时段不合法。 |
400 | InvalidDataDiskCategory.ValueNotSupported | The specified parameter " DataDisk.n.Category " is not valid. | - |
400 | InvalidSystemDiskCategory.ValueNotSupported | The specified parameter " SystemDisk.Category " is not valid. | - |
400 | InstanceDiskCategoryLimitExceed | The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. | 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过了指定磁盘类别的大小限制。 |
400 | InvalidInstanceType.ValueNotSupported | InternetMaxBandwidthOut should be set. | 必须设置 InternetMaxBandwidthOut 参数。 |
400 | InvalidClientToken.ValueNotSupported | The ClientToken provided is invalid. | 指定的 ClientToken 不合法。 |
400 | InvalidIoOptimize.ValueNotSupported | The specified IoOptimize is not valid. | 指定的 I/O 优化型实例无效。 |
400 | InvalidSecurityGroupId.NotFound | The SecurityGroupId provided does not exist in our records. | 指定的安全组在该用户账号下不存在,请您检查安全组 ID 是否正确。 |
400 | InvalidHostName.Malformed | The specified parameter HostName is not valid. | 指定的参数 HostName 不合法。 |
400 | InvalidInternetMaxBandwidthOut.Malformed | The specified parameter internetMaxBandwidthOut is not valid. | 指定的 InternetMaxBandwidthOut 参数不合法。 |
400 | InvalidInternetMaxBandwidthIn.Malformed | The specified parameter internetMaxBandwidthIn is not valid. | 指定的 InternetMaxBandwidthIn 参数不合法。 |
400 | InvalidSnapshotId.NotFound | The specified parameter SnapshotId is not exist. | 指定的快照不存在,请您检查快照是否正确。 |
400 | InvalidTagKey.Malformed | The specified Tag.n.Key is not valid. | 指定的标签键参数有误。 |
400 | InvalidTagValue.Malformed | The specified Tag.n.Value is not valid. | 指定的标签值参数有误。 |
400 | InvalidTag.Mismatch | The specified Tag.n.Key and Tag.n.Value are not match. | 指定的 Tag.N.Key 和 Tag.N.Value 不匹配。 |
400 | InvalidTagCount | The specified tags are beyond the permitted range. | 指定的标记超出取值范围。 |
400 | InvalidMinAmount.Malformed | The specified parameter MinAmount is not valid. | 指定的 MinAmount 无效,请您检查该参数是否正确。 |
400 | InvalidMaxAmount.Malformed | The specified parameter MaxAmount is not valid. | 指定的 MaxAmount 不合法。 |
400 | InvalidAutoReleaseTime.Malformed | The specified parameter AutoReleaseTime is not valid. | 自动释放格式错误。请您按照ISO 8601标准表示,并需要使用UTC时间,格式为:yyyy-MM-ddTHH:mm:ssZ。 |
400 | InvalidPrivateIpAddress.Malformed | The specified parameter PrivateIpAddress is not valid. | 指定的 PrivateIpAddress 不合法。 |
400 | InvalidInnerIpAddress.Malformed | The specified parameter InnerIpAddress is not valid. | 指定的 InnerIpAddress 参数不合法。 |
400 | OperationDenied.NoVlan | The specified parameter "VlanId" is not valid or vlan has not enough IP address. | - |
400 | OperationDenied.QuotaExceed | The quota of tags on resource is beyond permitted range. | 资源标签已达上限。 |
400 | Account.Arrearage | Your account has been in arrears. | 账户余额不足,请先充值再操作。 |
400 | InvalidUserData.SizeExceeded | The specified parameter "UserData" exceeds the size. | - |
400 | InvalidUserData.NotSupported | TThe specified parameter "UserData" only support the vpc and IoOptimized Instance. | - |
400 | InvalidUserData.NotSupported | The specified parameter "UserData" only support the vpc and IoOptimized Instance. | - |
400 | InvalidUserData.Base64FormatInvalid | The specified UserData is not valid. | 指定的 UserData 不合法。 |
400 | InstanceDiskNumber.LimitExceed | The total number of specified disk in an instance exceeds. | 实例下磁盘数目超过限制。 |
400 | InvalidDiskCategory.ValueNotSupported | The specified parameter "DiskCategory" is not valid. | - |
400 | InvalidSpotStrategy | The specified SpotStrategy is not valid. | 指定的 SpotStrategy 参数无效。 |
400 | InvalidSpotParam.EmptyZoneID | The specified zoneid is empty when SpotStrategy is set. | 设置 SpotStrategy 时 ZoneId 为空。 |
400 | InvalidSpotPriceLimit | The specified SpotPriceLimitis not valid. | 指定的 SpotPriceLimit 参数有误。 |
400 | InvalidSpotDuration | The specified SpotDuration is not valid. | 指定的 SpotDuration 参数有误。 |
400 | InvalidSpotAuthorized | The specified Spot param is unauthorized. | 指定的 SpotDuration 参数值未获得授权。 |
400 | InvalidSpotPrepaid | The specified Spot type is not support PrePay Instance. | 指定的抢占式实例不支持包年包月的付费方式。 |
400 | InvalidSpotAliUid | The specified UID is not authorized to use SPOT instance. | 用户账户未获得创建抢占式实例的权限。 |
400 | InvalidParameter.Bandwidth | %s | 指定的带宽无效,请检查参数是否正确。 |
400 | InvalidDataDiskCategory.ValueNotSupported | %s | 指定的数据磁盘类型无效。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | InvalidSystemDiskCategory.ValueNotSupported | %s | 当前操作不支持此系统磁盘类型。 |
400 | InvalidParameter.Conflict | %s | 您输入的参数无效,请检查参数之间是否冲突。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | InvalidInternetChargeType.ValueNotSupported | %s | 暂不支持指定的网络计费方式,请确认相关参数是否正确。 |
400 | InvalidInstanceType.ValueNotSupported | %s | 该操作暂不支持指定的实例类型。 |
400 | RegionUnauthorized | %s | 该地域未被授权。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | Zone.NotOnSale | %s | 该可用区暂时关闭了售卖。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | InvalidSystemDiskSize.ValueNotSupported | %s | 当前操作不支持设置的系统盘大小。 |
400 | InvalidDataDiskSize.ValueNotSupported | %s | 指定的数据盘容量无效。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | InvalidInstanceType.ValueNotSupported | The specified parameter "KeyPairName" only support IoOptimized Instance. | - |
400 | InvalidInstanceType.ElasticNetworkInterfaceNotSupported | The specified instance type does not support Elastic Network Interface, you can not attach Elastic Network Interface to generation I instances. | 指定的实例规格不支持弹性网卡。 |
400 | InvalidParameter.EncryptedIllegal | %s | 您输入的参数无效,请确认您的加密是否合法。%s为变量,将根据调用 API 的实际情况动态返回错误信息。 |
400 | InvalidParameter.EncryptedNotSupported | %s | 您输入的参数无效,暂时不支持您的加密操作。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
400 | InvalidSpotPriceLimit.LowerThanPublicPrice | The specified parameter "spotPriceLimit" can't be lower than current public price. | - |
400 | InvalidRelationResource.NotFound | The relation resource has been deleted. | 关联的资源无效,该资源已经被删除。 |
400 | IncorrectRecycleBinStatus | The operation is not permitted due to resource status. | 当前资源的状态不支持此操作。 |
400 | InvalidHpcClusterId.Unnecessary | The specified HpcClusterId is unnecessary. | 无需指定参数 HpcClusterId。 |
400 | InvalidVSwitchId.Necessary | The VSwitchId is necessary. | 参数 VSwitchId 不能为空。 |
400 | InvalidHpcClusterId.Necessary | The HpcClusterId is necessary. | 参数 HpcClusterId 不能为空。 |
400 | InvalidHpcClusterId.NotFound | The specified HpcClusterId is not found. | 指定的参数 HpcClusterId 不存在。 |
400 | InvalidHpcClusterId.Creating | The specified HpcClusterId is creating. | 指定的 HPC 集群正在创建中。 |
400 | InvalidParameter.VSwitchId | %s | - |
400 | InvalidSecurityGroup.NotInDefaultVpc | %s | 该安全组不在默认专有网络下,请确认安全组参数是否正确。 |
400 | VpcNotFound | Vpc is not found according to the specified VSwitch or the vpc does not belong to you. | 根据指定的 Vswitch 找不到对应的 VPC ,或该 VPC 不属于您。 |
400 | InvalidSystemDiskSize.ImageNotSupportResize | The specified image does not support resize. | 指定的镜像不支持扩容。 |
400 | InvalidSpotInterruptionBehavior | %s | SpotInterruptionBehavior 不支持。 |
400 | InvalidDeploymentOnHost | %s | 该实例不能部署在指定的部署集上。 |
400 | InvalidInstanceChargeType.NotSupport | The Dedicated host not support the specified Instance charge type. | 此专有宿主机不支持指定的付费类型的实例。 |
400 | InvalidNetworkType.NotSupported | The classic networkType not support create ECS on dedicatedHost. | - |
400 | NoAvaliableDedicatedHost | No available dedicated host or not enough resource on dedicated host. | - |
400 | InvalidDedicatedHostId.NotFound | The specified DedicatedHostId does not exist. | 指定的专有宿主机不存在。 |
400 | InvalidDedicatedHostStatus.NotSupport | Operation denied due to dedicated host status. | 专有宿主机当前的状态不支持此操作。 |
400 | IncorrectDedicatedHostStatus | The current status of the resource does not support this operation. | 当前资源的状态不支持此操作。 |
400 | ChargeTypeViolation.PostPaidDedicatedHost | Prepaid instance onto postpaid dedicated host is not allowed. | 包年包月的实例无法添加到按量付费的专有宿主机上。 |
400 | InvalidPeriod.ExceededDedicatedHost | Instance expired date can't exceed dedicated host expired date. | - |
400 | InvalidInstanceType.ValueUnauthorized | The specified InstanceType is not authorize. | 您没有使用该实例规格的权限。 |
400 | DedicatedHostType.Unmatched | The specified DedicatedHostType doesn?t match the instance type. | 指定的专有宿主机类型与实例类型不匹配。 |
400 | NoAvaliableDedicatedHost | There's no enough resource on the specified dedicated host. | - |
400 | MissingParameter | The input parameter ImageId that is mandatory for processing this request is not supplied. | 参数 ImageId 不能为空。 |
400 | MissingParameter | The input parameter InstanceType that is mandatory for processing this request is not supplied. | 参数 InstanceType 不能为空。 |
400 | InvalidParam.NetworkInterface | %s | 您输入的参数无效,请检查输入的参数是否与接口对应。 |
400 | InvalidParams.CreateEniParams | %s | - |
400 | InvalidParameter.CreditSpecification | The specified CreditSpecification is not supported in this region. | 该地区不支持指定的突发性能实例的运行模式。 |
400 | IncorrectVpcStatus | Current VPC status does not support this operation. | 当前专有网络 VPC 的状态无法支持这个操作。 |
400 | InvalidInstanceType.NotSupported | The specified instanceType is not supported by the deployment set. | 当前部署集不支持您指定的实例规格,请选择其它实例规格。 |
400 | InvalidInstanceType.NotSupported | The specified instanceType is not supported by the image architecture. | - |
400 | InvalidVpcZone.NotSupported | The specified operation is not allowed in the zone to which your VPC belongs, please try in other zones. | 您的 VPC 所属的区域中不允许进行指定的操作,请在其他区域中尝试。 |
400 | IncorrectDefaultVpcStatus | The status of the default VPC is invalid. | 默认 VPC 的状态无效。 |
400 | InvalidAutoRenewPeriod.ValueNotSupported | The specified autoRenewPeriod is invalid. | 指定的自动续费时长无效。 |
400 | InvalidMarketImageChargeType.NotSupport | The specified chargeType of marketImage is unsupported. | 暂不支持该市场镜像的付费类型。 |
400 | OperationDenied | The specified instanceType or zone is not available or not authorized. | 指定的实例规格或可用区不可用或者未授权。 |
400 | InvalidPeriodType.ValueNotSupported | The specified parameter PeriodType is invalid. | 指定的单价无效。 |
400 | OperationDenied | The current user does not support this operation. | 您使用的账号暂不支持此操作。 |
400 | IncorrectImageStatus | The specified image is an Alibaba Cloud Marketplace image. The sale of this image has ended. For more information, contact the image service provider. | 指定的镜像为阿里云市场镜像。此镜像的售卖已经结束。更多信息请联系镜像服务提供商。 |
400 | InvalidInstanceType.ValueNotSupported | The specified InstanceType does not exist or beyond the permitted range. | 您指定的实例规格不存在,或者您没有权限操作此规格的实例。 |
400 | NoAvaliableDedicatedHost | No dedicated host is available. | - |
400 | InvalidParam.Tenancy | The specified Tenancy is invalid. | 您指定的参数 Tenancy 无效。 |
400 | InvalidParameter.Affinity | The specified Affinity is invalid. | - |
400 | NoAvaliableDedicatedHost | A dedicated host with sufficient available resources cannot be found. | 没有找到可用的专有宿主机 |
400 | InvalidCustomInstanceType.NotSupported | The specified custom instance type is invalid. | - |
400 | IncorrectVpcStatus | The current status of vpc does not support this operation. | 当前 VPC 的状态不支持该操作。 |
400 | InvalidParameter.EncryptedIllegal | The specified parameter Encrypted must be true when kmsKeyId is not empty. | 设置参数 KMSKeyId 后,您必须开启加密属性。 |
400 | IoOptimized.NotSupported | The specified instance must be IoOptimized instance when kmsKeyId is not empty. | 设置 KMSKeyId 后,您必须使用 I/O 优化实例。 |
400 | InvalidSnapshotId.Malformed | The specified SnapshotId is not valid. | - |
400 | InvalidCapacityReservationId.NotFound | The specified CapacityReservationId does not exist. | - |
400 | LackResource | There's no enough resource on the specified capacity reservation. | - |
400 | Duplicate.TagKey | The Tag.N.Key contain duplicate key. | 标签中存在重复的键,请保持键的唯一性。 |
400 | InvalidSecurityGroup.NetworkType | %s | - |
400 | InvalidSecurityGroup.VpcMismatch | %s | - |
400 | InvalidParameter.SecurityGroupIdRepeated | %s | - |
400 | InvalidSecurityGroupId.SingleIdAndMultiIdConflict | %s | - |
400 | InvalidSecurityGroupId.MultiGroupIdNetworkTypeConflict | %s | - |
400 | JoinedGroupLimitExceed | %s | 指定资源所能加入的安全组数量达到上限。具体信息请参见错误信息%s占位符的实际返回结果。 |
400 | IncorrectVSwitchStatus | The current status of vSwitch does not support this operation. | vSwitch当前状态不支持该操作。 |
400 | InvalidAccountStatus.PayAmountLimitExceeded | Your account is being restricted, because you have no default payment method or you are not authorized. | - |
400 | InvalidPerformanceLevel.Malformed | The specified parameter DataDisk.n.PerformanceLevel is not valid. | - |
400 | InvalidOperation.EniCountExceeded | The maximum number of eni in a enterprise security group is exceeded. | 企业安全组内网卡的数量达到了上限。 |
400 | QuotaExceeded.PrepayDataDiskCapacity | The quota of prepay data disk capacity exceeds. | - |
400 | InvalidDiskCategory.ConflictSnapshotCategory | The specified disk category conflict with snapshot category. | - |
400 | AccountForbidden.ProductCreationLimited | The commodity must be officially operated by Aliyun and in pay-as-you-go billing method. | 集团上云客户只能购买按量付费的 ECS,且不能购买第三方的商品比如由镜像市场提供的镜像。请检查参数,传入符合条件的参数重试。 |
400 | UnexpectedImageFamily.ImageIdSupplied | The input parameter ImageFamily must be null when image id is set. | 当填写镜像ID时,参数ImageFamily必须为空。 |
400 | InvalidEncrypted.NotMatchEncryptAlgorithm | The specified parameter Encrypted must be true when EncryptAlgorithm is not empty. | - |
400 | InvalidEncrypted.NotMatchKmsKeyId | The specified parameter Encrypted must be true when KmsKeyId is not empty. | - |
400 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted is different from the Encrypted of the snapshot. | - |
400 | InvalidEncryptAlgorithm.NotMatchSnapshot | The specified parameter EncryptAlgorithm is different from the encrypt algorithm of the snapshot. | - |
400 | InvalidKmsKeyId.NotMatchSnapshot | The specified parameter KmsKeyId is different from the KmsKeyId of the snapshot. | - |
400 | InvalidEncryptAlgorithm | The specified parameter EncryptAlgorithm is not valid. | - |
400 | InvalidHttpEndpoint.NotSupported | The specified HttpEndpoint not supported, you can use enabled(default) or disabled. | 指定的参数 HttpEndpoint 值非法,请使用enabled(默认)或者disabled。 |
400 | InvalidHttpTokens.NotSupported | The specified HttpTokens not supported, you can use optional(default) or required. | 指定的参数 HttpTokens 值非法,请使用optional(默认)或者required。 |
400 | InvalidHttpPutResponseHopLimit.NotSupported | The specified HttpPutResponseHopLimit not supported, more than 1 and less than 64 is reasonable. | 指定的参数 HttpPutResponseHopLimit 值非法,取值范围必须大于等于1且小于等于64。 |
400 | InvalidOperation.VpcHasEnabledAdvancedNetworkFeature | The specified vpc has enabled advanced network feature. | 该VPC开启了高阶特性,不能创建低规格的ECS。 |
400 | InvalidChargeType.CapacityReservationNotSupported | %s | - |
400 | InvalidPerformanceLevel.ValueNotSupported | The current ZoneId or InstanceType does not support PL0 of cloud_essd. | - |
400 | InvalidKMSKeyId.NotSymmetric | The specified parameter KmsKeyId must be symmetric. | - |
400 | InvalidParameter.Arns | The specified Arns is not valid. | - |
400 | InvalidDedicatedHostClusterId.NotFound | The specified DedicatedHostClusterId does not exist. | - |
400 | InvalidDedicatedHostClusterId.InValid | The specified Dedicated Host Cluster is invalid. | - |
400 | InvalidDeploymentSetId.NotFound | The parameter DeploymentSetId is invalid. | - |
400 | InvalidOperation.UserNotSupported | Reseller user do not support purchase at the moment. | - |
400 | InvalidManagedPrivateSpaceId.NotFound | %s | - |
400 | InvalidSchedulerOptions | The specified parameter SchedulerOptions is not valid. | - |
400 | MissingParameter.PrivatePoolOptionsId | The specified PrivatePoolOptions.Id should not be null. | PrivatePoolOptions.Id 参数不应为空。 |
400 | Invalid.PrivatePoolOptionsId | The specified PrivatePoolOptions.Id is invalid. | PrivatePoolOptions.Id 参数有误。 |
400 | Invalid.PrivatePoolOptionsId | The parameter PrivatePoolOptions.Id should be null when PrivatePoolOptions.MatchCriteria is not Target. | 当 PrivatePoolOptions.MatchCriteria 参数值不为 Target 时,PrivatePoolOptions.Id 参数应为空。 |
400 | DedicatedHostNotSupported | DedicatedHost is not supported for PrivatePool. | 私有池不支持专有宿主机。 |
400 | SpotNotSupported | Spot is not supported for PrivatePool. | 私有池不支持抢占式实例。 |
400 | ClassicNetworkNotSupported | Classic network is not supported for PrivatePool. | 私有池不支持经典网络类型实例。 |
400 | Invalid.InstanceId | Instance does not exist. | 实例不存在。 |
400 | Invalid.PrivatePoolOptions.MatchCriteria | Target mode does not support this operation. | Target模式不支持本次操作。 |
400 | MissingParameter.PrivatePoolOptions.Id | The specified PrivatePoolOptions.Id should not be null. | PrivatePoolOptions.Id 参数不能为空。 |
400 | Invalid.PrivatePoolOptions.Id | The PrivatePool does not exist. | 私有池不存在。 |
400 | Invalid.InstanceType | The InstanceType does not match the PrivatePool. | 实例类型与私有池不匹配。 |
400 | Invalid.InstanceChargeType | The InstanceChargeType does not match the PrivatePool. | 实例计费类型与私有池不匹配。 |
400 | Invalid.ZoneId | The ZoneId does not match the PrivatePool. | 可用区与私有池不匹配。 |
400 | Invalid.PrivatePoolOptions.NoStock | The PrivatePool has been used up. | - |
400 | Invalid.PrivatePoolOptions.MatchCriteria | The PrivatePoolOptions.MatchCriteria does not match the PrivatePool. | 指定的PrivatePoolOptions.MatchCriteria参数与私有池不匹配。 |
400 | InvalidPlatform.ValueNotSupported | The Platform does not match the PrivatePool. | 指定的Platform参数与私有池不匹配。 |
400 | Invalid.PrivatePoolOptions.status | The PrivatePool is expired or inactive. | - |
400 | Invalid.PrivatePoolOptions.status | The PrivatePool status is not valid. | - |
400 | Invalid.PrivatePoolOptions.status | The Instance should be created within 48 hours once the PrivatePool is started. | - |
400 | InvalidAliUid | The PrivatePool does not belong to the user of the Instance. | 私有池不属于创建实例的用户。 |
400 | Invalid.InstanceId | The Instance dose not attached to a PrivatePool. | 实例未与私有池匹配。 |
400 | InvalidBandwidthOut.LessThanZero | The bandwidth must be larger than 0 when specifying isp. | - |
400 | HibernationConfigured.InstanceTypeNotSupport | The specified instance type is not support. | - |
400 | HibernationConfigured.ImageNotEncrypted | The hibernation configured instance only support encrypted image. | - |
400 | HibernationConfigured.MemorySizeTooBig | The hibernation configured instance memory size is too big. | - |
400 | InvalidSystemDiskSize.LessThanMemSize | The specified parameter SystemDisk.Size is less than the memory size. | - |
400 | InvalidCloudBoxZone.OperationNotSupported | The cloud box zone does not support creating prepaid or encrypted resources. | - |
400 | ProvisionedIopsForDiskCategoryUnsupported | The specified disk category does not support provisioned iops. | 指定的磁盘类型不支持预配置IOPS。 |
400 | InvalidProvisionedIops.LimitExceed | The provisioned iops exceeds the limit. | - |
400 | BurstingEnabledForDiskCategoryUnsupported | The specified disk category does not support bursting enabled. | 指定的磁盘类型不支持开启性能突发特性。 |
400 | BurstingEnabledForMultiAttachDiskUnsupported | The multi attach disk does not support bursting enabled. | 多重挂载磁盘不支持开启性能突发特性。 |
400 | ProvisionedIopsForDiskCategoryRequired | The provisioned iops is required for this disk category. | 这种类型的磁盘必须传入预配置IOPS。 |
400 | NotSupportSnapshotEncrypted.InstanceType | The specified instance type does not support creating encrypted disks with native snapshot encrypt. | - |
400 | NotSupportSnapshotEncrypted.RegionId | The specified region does not support creating encrypted disks with native snapshot encrypt. | - |
400 | NotSupportSnapshotEncrypted.ZoneId | The specified zone does not support creating encrypted disks with native snapshot encrypt. | - |
400 | NotSupportSnapshotEncrypted.ShareImage | Shared snapshot creating encrypted disks with native snapshot encrypt is not supported. | 不支持共享镜像原生加密创盘 |
400 | NotSupportSnapshotEncrypted.ImageOwnerAlias | The specified image category does not support creating encrypted disks with native snapshot encrypt. | 该镜像类型不支持创建更换镜像加密密钥方式的加密盘 |
400 | NotSupportSnapshotEncrypted.DiskCategory | The specified disk category does not support creating encrypted disks with native snapshot encrypt. | 该磁盘类型不支持快照原生加密方式创盘 |
400 | NotSupport.SnapshotEncryptedAlgorithmConflict | Changing encrypt algorithm with encrypted snapshot is not supported. | - |
400 | NoPermission.SystemTag | The operator is not permission for the system tag. | 无权限操作该系统TAG |
400 | NumberExceed.Tags | The Tags parameter's number is exceed , Valid : 20. | - |
400 | InvalidZoneId.NotSupportShareEncryptedImage | Creating instances by shared encrypted images is not supported in this zone. | - |
400 | InvalidDiskCategory.NotSupported | The specified disk category is not supported. | 指定的云盘类型不支持当前操作。 |
400 | InvalidParameter.KMSKeyId.CMKUnauthorized | This operation for kmsKeyId is forbidden by KMS. If you need further assistance, you can contact the KMS Technical Support. | - |
400 | InvalidParameter.CloudboxNotSupported | %s | - |
400 | InvalidZoneId.NotSupportCreateWithShareEncryptedImage | You cannot use shared encrypted images to create instances in this zone. | - |
400 | InvalidParameter.NetworkCardIndexInvalid | Invalid network card index, please check your instance type. | - |
400 | InvalidOperation.UserNotSupportNetworkCard | User not support network card. | - |
400 | InvalidInstanceType.NotSupported | The specified instanceType does not support confidential computing mode: %s. | 当前规格不支持指定的机密计算模式 |
400 | InvalidAccount.NotSupportSpot | According to business rules, this account cannot purchase ECS Spot instances. | - |
400 | AccountForbidden.AssociatedWithResellerPartner | Your account is associated with your reseller partner. Your account or your reseller partner's account has been forbidden to create orders, please contact your reseller partner. | 您的账号关联了伙伴,您的账号或者您关联的伙伴的账号已被限制下单,请您联系您的伙伴处理。 |
400 | InvalidDestinationZone.DeploymentSetMismatch | Error happened, %s. | 如果实例加入的部署集是Lowlatency策略,且此部署集已有实例加入,此实例必须在已有实例所在可用区 |
400 | NoPermission.Price | The operation requires price permission. Please either apply for permission from your main account, or set the parameter AutoPay as true. | - |
400 | InvalidAutoPay.PostPaidUnsupported | The specified parameter AutoPay must be set as true for postpaid instance. | 按量实例参数AutoPay必须指定为true。 |
400 | InvalidParam.EncryptedMismatch | Creating encrypted disks with shared encrypted snapshots requires replacing encryption keys. | - |
400 | InvalidParameter.DedicatedRegionNotSupported | The specified action is rejected because the specified ECS instance in the dedicated region does not support public IP. | 专属云地域不支持的参数错误码 |
400 | InvalidParameter.CpuOptionsTopologyType | The specified parameter CpuOptions.TopologyType: %s is not valid. | 当前CPU拓扑类型的枚举值不合法 |
400 | InvalidInstanceType.NotSupportCpuOptionsTopologyType | The specified instance type does not support CpuOptions.TopologyType: %s. | 当前规格不支持指定的CPU拓扑类型 |
400 | InvalidEniQueueSize.RegionOrUserNotSupported | The specified parameter RxQueueSize or TxQueueSize is not supported in this region, or this account is not in the whitelist of using eni QueueSize. | 地域或用户不支持设置网卡队列深度 |
400 | InvalidParameter.EniQueueSize | The specified parameter TxQueueSize and RxQueueSize are not equal or exceed limit. | 出方向和入方向网卡队列深度不相等或超出允许的范围 |
400 | InvalidParameter.KmsNotEnabled | Failed to perform this operation because KMS is not activated. | 您需要开通KMS密钥管理服务。 |
400 | InvalidParameter.Encrypted.KmsNotEnable | Failed to perform this operation because KMS is not activated. | 您需要开通KMS密钥托管服务。 |
400 | InvalidParam.EncryptedMismatch | Creating encrypted disks with shared encrypted image requires replacing encryption keys. | 共享加密镜像创建云盘必须更换加密密钥. |
400 | InvalidPrivateIpAddress.Duplicated | The specified private IP address is already in use. | 指定的IP地址已经被使用。 |
400 | InvalidAdditionalInfoPvdConfig.SizeExceeded | The specified parameter AdditionalInfo.PvdConfig exceeds the size. | 指定的 AdditionalInfo.PvdConfig 超过大小限制。 |
400 | InvalidPrivateIpAddress.Duplicated | The specified private IP address "%s" is duplicated. | 指定的IP地址已经被使用。 |
400 | InvalidParameter.Encrypted | Creating non-encrypted disks with encrypted snapshots is not supported. | 不支持以加密快照创建非加密盘。 |
400 | InvalidInstanceType.NotSupportHighDensityMode | The specified instance type does not support the use of the high density mode. | 当前实例规格不支持使用云盘高密模式 |
400 | QuotaExceeded.InternetBandwidth | %s. | 您当前账号下,按量付费ECS实例的按固定带宽计费公网带宽超过了总带宽配额限制。 |
400 | InvalidParameter.CpuOptionsAccelerators | The specified parameter CpuOptionsAccelerators is not valid. | 当前加速器类型选择不合法 |
400 | InvalidInstanceType.NotSupportCpuOptionsAccelerators | The specified instance type does not support attach accelerator. | 当前实例规格不支持挂载加速器。 |
401 | InvalidRamRole.NotEcsRole | The specified ram role is not authorized for ecs, please check your role policy. | 指定的 RAM 角色无权使用 ECS,请检查您的角色策略。 |
403 | InvalidParameter.PrivateIpAddressRepeated | %s | - |
403 | InvalidOperation.HighPerformanceEniPerInstanceLimitExceeded | %s | - |
403 | InvalidParameter.EniNumExceededWithLaunchEcs | %s | - |
403 | InvalidOperation.InstanceTypeNotSupportHighPerformanceTrafficMode | %s | - |
403 | InvalidParameter.QueuePairNumberMustEmpty | %s | - |
403 | InvalidParameter.EniTrafficMode | %s | - |
403 | InvalidParameter.InvalidQueuePairNumber | The parameter of QueuePairNumber is invalid. | - |
403 | InvalidParam.IpCount | The parameter of ip count is invalid. | - |
403 | InvalidParameter.EniType | %s | - |
403 | InvalidOperation.HighPerformanceTrafficModeIsNotAllowed | %s | - |
403 | InvalidParameter.NetworkInterface | %s | - |
403 | InvalidParameter.Combination | %s | - |
403 | InvalidHostname.SingleAndMultiConflict | %s | - |
403 | InvalidHostname.SizeInvalid | %s | - |
403 | InvalidParams.InstanceNameExceed | The uniqueSuffix takes three naming places, please shorten your InstanceName. | UniqueSuffix 参数会占用三个命名空间,请缩短您的实例名称。 |
403 | InvalidParams.HostnameExceed | The uniqueSuffix takes three naming places, please shorten your Hostname. | UniqueSuffix 参数会占用三个命名空间,请缩短您的实例主机名。 |
403 | ImageNotSubscribed | The specified image has not be subscribed. | 指定的镜像未在云市场镜像中订阅。 |
403 | InvalidSystemDiskCategory.ValueUnauthorized | The disk category is not authorized. | 该磁盘类别未经授权。 |
403 | InvalidSnapshotId.NotReady | The specified snapshot has not completed yet. | 指定的快照未完成。 |
403 | InstanceDiskCategoryLimitExceed | The total size of specified disk category in an instance exceeds. | 磁盘种类总容量超过实例限制。 |
403 | InvalidDevice.InUse | The specified device has been occupied. | 指定的设备已经挂载了磁盘。 |
403 | ImageRemovedInMarket | The specified market image is not available, Or the specified user defined image includes product code because it is based on an image subscribed from marketplace, and that image in marketplace includeing exact the same product code has been removed. | 指定的市场镜像不可用,或者指定的用户定义镜像包含产品代码,因为它基于从市场订购的镜像,并且市场中包含完全相同的产品代码的镜像已被删除。 |
403 | CategoryNotSupported | The specified zone does not offer the specified disk category. | 指定的可用区没有提供该磁盘种类。 |
403 | QuotaExceed.PortableCloudDisk | The quota of portable cloud disk exceeds. | 可卸载磁盘数量已达上限。 |
403 | SecurityGroupInstanceLimitExceed | Exceeding the allowed amount of instances of a security group. | 安全组的实例数已达上限。 |
403 | NodeControllerUnavailable | The Node Controller is temporarily unavailable. | 节点控制器暂不可用。 |
403 | RegionUnauthorized | There is no authority to create instance in the specified region. | 用户未被授权在指定的地域创建实例。 |
403 | CategoryNotSupported | The specified Zone or cluster does not offer the specified disk category. | 指定的可用区或集群没有提供该磁盘种类。 |
403 | InvalidSnapshotId.NotDataDiskSnapshot | The specified snapshot is system disk snapshot. | 指定的快照为系统磁盘快照。 |
403 | CategoryNotSupported | The specified cluster does not offer the specified disk category. | 指定的集群没有提供该磁盘种类。 |
403 | Forbbiden | User not authorized to operate on the specified resource. | 用户未被授权操作指定的资源。 |
403 | DeleteWithInstance.Conflict | The specified disk is not a portable disk and cannot be set to DeleteWithInstance attribute. | 指定的磁盘不是可卸载磁盘,不支持随实例释放。 |
403 | InstanceDiskNumLimitExceed | The number of specified disk in an instance exceeds. | 实例下磁盘数目超过限制。 |
403 | IoOptimized.NotSupported | The specified image is not support IoOptimized Instance. | 指定的镜像不支持 I/O 优化型实例。 |
403 | InvalidDiskSize.TooSmall | Specified disk size is less than the size of snapshot. | 指定的磁盘容量小于快照容量。 |
403 | InvalidDiskCategory.Mismatch | The specified disk categories combination is not supported. | 不支持的磁盘种类搭配。 |
403 | IoOptimized.NotSupported | Vpc is not support IoOptimized instance. | 该 VPC 不支持 I/O 优化型实例。 |
403 | InvalidDiskCategory.NotSupported | The specified disk category is not support the specified instance type. | 指定的磁盘种类不支持该实例规格。 |
403 | QuotaExceed.BuyImage | The specified image is from the image market?You have not bought it or your quota has been exceeded. | - |
403 | InvalidResourceId.NotSupported | The specified ResourceId does not support tagging. | 指定的资源 ID 不支持标记。 |
403 | OperationDenied | The specified RegionId does not support the creation of the network type ECS instance. | 指定的地域ID不支持创建网络类型的ECS实例,请您确认该网络类型在此地域有库存。 |
403 | OperationDenied.ImageNotValid | The specified Image is disabled or is deleted. | 指定的镜像不存在。 |
403 | OperationDenied.SnapshotNotValid | The specified snapshot is not allowed to create disk. | 指定的快照不支持创建磁盘。 |
403 | OperationDenied.SnapshotNotAllowed | The specified snapshot is not allowed to create disk. | 指定的快照不支持创建磁盘。 |
403 | OperationDenied.ZoneNotAllowed | The creation of Instance to the specified Zone is not allowed. | 指定的可用区不支持创建实例。 |
403 | OperationDenied.ZoneSystemCategoryNotMatch | The specified Zone or cluster does not offer the specified disk category or the speicified zone and cluster do not match. | 指定的可用区或集群中不存在指定磁盘类别,或指定的可用区与集群不匹配。 |
403 | OperationDenied.ResourceControl | The specified region is in resource control, please try later. | 指定的区域处于资源控制中,请稍后再试。 |
403 | OperationDenied.NoStock | The resource is out of usage. | 该实例不在运行状态,请您启动实例或检查操作是否合理。 |
403 | OperationDenied.SnapshotParamsNotValid | The capacity of snapshot exceeds the size limit of the specified disk category or the specified category is not authorizied. | 快照容量已达上限或用户未被授权指定类别。 |
403 | OperationDenied.DiskTypeNotSupport | The type of the disk does not support the operation. | - |
403 | InvalidUserData.Forbidden | User not authorized to input the parameter "UserData", please apply for permission "UserData". | - |
403 | Zone.NotOpen | The specified zone is not granted to you to buy resources yet. | 用户未被授权购买指定的可用区的资源。 |
403 | Zone.NotOnSale | The resource in the specified zone is no longer available for sale. Please try other regions and zones. | 该可用区暂不售卖指定的资源。请尝试其他类型,或选择其他可用区和地域。 |
403 | InvalidClusterId.NotFound | The specified clusterId does not exist. | 指定的 ClusterId 不存在。 |
403 | InvalidResourceType.NotSupported | %s | - |
403 | OperationDenied.NoStock | The resource is out of stock in the specified zone. Please try other types, or choose other regions and zones. | 指定的资源在指定可用区中无货。请尝试其他类型,或选择其他可用区和地域。 |
403 | InvalidInstanceType.ZoneNotSupported | The specified zone does not support this instancetype. | 指定的可用区里不支持指定的 InstanceType。 |
403 | InstanceType.Offline | %s | 实例规格因停售、供货不足等原因,不支持该操作。 |
403 | DependencyViolation.WindowsInstance | The instance creating is window, cannot use ssh key pair to login. | 指定的实例是 Windows 操作系统,此类实例不支持 SSH 密钥对登录。 |
403 | InvalidNetworkType.MismatchRamRole | A RAM role can?t be used for classic instance. | - |
403 | InvalidUser.PassRoleForbidden | The RAM user does not have the privilege to pass a RAM role. | 该 RAM 用户无权传递 RAM 角色。 |
403 | InvalidParam.TrustedSystemMode | The specified TrustedSystemMode is invalid. | - |
403 | InvalidParam.ConfidentialComputingMode | The specified ConfidentialComputingMode is invalid. | - |
403 | InvalidInstanceType.NotSupported | The specified instance type does not support trusted system. | - |
403 | InvalidSecurityOptions.NotSupported | SecurityOptions for vTPM and Enclave can not both be set. | - |
403 | InvalidImage.NotSupported | The specified vTPM instance need UEFI image. | - |
403 | InvalidInstanceType.NotSupported | The specified instance type does not support Enclave. | - |
403 | InvalidImage.NotSupported | The specified image does not support vSGX instance. | - |
403 | InvalidImage.NotSupported | The specified image does not support Enclave instance. | - |
403 | Forbidden.RiskControl | This operation is forbidden by Aliyun RiskControl system. | 该操作被风险控制系统禁止。 |
403 | InvalidInstance.UnPaidOrder | The specified Instance has unpaid order. | 指定的实例有未支付的订单,请您先支付再进行操作。 |
403 | RealNameAuthenticationError | Your account has not passed the real-name authentication yet. | 您的阿里云账号尚未通过实名认证,请先实名认证后再操作。 |
403 | InvalidInstanceType.NotSupported | The specified InstanceType is not Supported. | 不支持指定的InstanceType。 |
403 | InvalidPayMethod | The specified pay method is not valid. | 没有可用的付费方式。 |
403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | 账号余额不足,请您先充值再进行该操作。 |
403 | ImageNotSupportInstanceType | The specified image does not support the specified InstanceType. | 指定的镜像不支持指定的实例规格。 |
403 | DryRun.InvalidAmount | %s | - |
403 | OperationDenied.InvalidNetworkType | %s | 该网络类型不支持此操作。 |
403 | InvalidSpotInterruptionBehavior.ClassicNetworkNotSupport | The specified SpotInterruptionBehavior does not support Classic network Instance. | 该操作不支持经典网络类型的实例。 |
403 | InvalidSpotInterruptionBehavior.LocalDiskNotSupport | The specified SpotInterruptionBehavior does not support local disk instance. | 该操作不支持有本地磁盘的实例。 |
403 | OperationDenied.ImageNotValid | %s | 当前镜像不支持此操作。 |
403 | QuotaExceed.PostPaidDisk | Living postPaid disks quota exceeded. | 按量付费磁盘数量已超出允许数量。 |
403 | InvalidParameter.NotMatch | %s | 您输入的参数无效,请检查参数之间是否冲突。 |
403 | InvalidVSwitch.DefaultVSwitchNotSupport | The specified zone in vpc can't support create default vSwitch. | - |
403 | OperationDenied.ImageNotValid | The specified image is not published in the region. | 当前地域暂未提供该镜像。 |
403 | OperationDenied.ImageNotValid | The specified image is not authorized. | 您没有使用此镜像的权限。 |
403 | OperationDenied.ImageNotValid | The specified image is not found in marketplace. | 云市场不存在指定的镜像。 |
403 | OperationDenied.LocalDiskUnsupported | The configuration change is not allowed when the specified instance has local disks mounted. | 实例挂载本地盘后不支持规格变配。 |
403 | OperationDenied.InconsistentNetwork | The specified security group and vswitch are not in the same vpc. | 指定的安全组和交换机没有在同一个 VPC 下。 |
403 | OperationDenied | If the network segment of the vswitch is the same as that of its VPC. Therefore, the VPC cannot create other vswitchs across the region. | VPC 与虚拟交换机的网段相同,无法在多可用区内创建其他交换机。 |
403 | DefaultVswitch.Existed | The default vswitch for VPC already exists. | 当前VPC中已经有了默认交换机。 |
403 | OperationDenied.NoStock | The requested resource is sold out in the specified zone; try other types of resources or other regions and zones. | 库存不足。 |
403 | IncorrectInstanceStatus | The current status of the resource does not support this operation. | 该资源目前的状态不支持此操作。 |
403 | CategoryViolation | The specified instance does not support this operation because of its disk category. | 挂载有本地磁盘的实例不支持升降配。 |
403 | ResourcesNotInSameZone | The specified instance and dedicated host are not in the same zone. | 指定的实例和专有宿主机不在同一个地域下。 |
403 | InvalidDisk.SystemDiskSize | The specified SystemDiskSize beyond the permitted range. | 系统盘大小超出最大允许值。 |
403 | InsufficientBalance | Your account does not have enough balance. | 账户余额不足,请先充值再操作。 |
403 | InvalidOperation.NetworkInterface | %s | - |
403 | MaxEniIpv6IpsCountExceeded | %s | 该弹性网卡挂载的 IPv6 个数达到上限。 |
403 | InvalidIp.IpRepeated | %s | 指定的 IP 重复。 |
403 | InvalidIp.IpAssigned | %s | 指定的 IP 已被分配。 |
403 | InvalidIp.Address | %s | - |
403 | InvalidOperation.EniCountExceeded | %s | - |
403 | InvalidOperation.Ipv4CountExceeded | %s | IPv4 数量达到上限,导致该操作无效。 |
403 | InvalidOperation.Ipv6CountExceeded | %s | IPv6 数量达到上限,导致该操作无效。 |
403 | InvalidOperation.Ipv6NotSupport | %s | IPv6不支持当前操作。 |
403 | InvalidOperation.Ipv4NotSupport | %s | - |
403 | InvalidParam.SecondaryIp | %s | - |
403 | InvalidVSwitch.Ipv6NotTurnOn | %s | 您当前使用的交换机没有开启 IPv6 功能,请先开启此功能后重试。 |
403 | InvalidParam.IpAssign | %s | - |
403 | InvalidParam.Amount | %s | 指定的参数 Amount 无效。 |
403 | InvalidParam.CpuOptionsCore | %s | - |
403 | InvalidParam.CpuOptionsNuma | %s | - |
403 | InvalidVSwitchId.IpInvalid | %s | 指定的私网 IP 无效。 |
403 | Forbidden.RegionId | %s | 当前地域暂时没有提供该服务。 |
403 | QuotaExceed.DeploymentSetInstanceQuotaFull | The instance quota in one deployment set exceeded. | - |
403 | InvalidChargeType.ValueNotSupported | Deletion protection is only valid for postPaid instance, not for prePaid or spot instance. | 删除保护功能只能使用在按量付费资源上 |
403 | InvalidRegion.NotSupport | The specified region does not support byok. | 该地域不支持BYOK。 |
403 | UserNotInTheWhiteList | The user is not in byok white list. | 您不在byok白名单中,请加入白名单后重试。 |
403 | InvalidParameter.KMSKeyId.CMKNotEnabled | The CMK needs to be enabled. | 加密云盘设置了 KMSKeyId 后,CMK必须处于启用状态。您可以调用密钥管理服务的 DescribeKey 接口查询指定CMK的相关信息。 |
403 | InvalidParameter.KMSKeyId.KMSUnauthorized | ECS service have no right to access your KMS. | ECS 服务无权访问您的 KMS。 |
403 | SecurityRisk.3DVerification | We have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email. | 我们检测到您的默认信用卡或借记卡存在安全风险。请通过电子邮件中的链接进行验证。 |
403 | OperationDenied | The user profile is not complete; try complete your basic info in account management page. | - |
403 | Mayi.InternalError | The request processing has failed due to some unknown error. | - |
403 | InvalidNetworkType | The network type is not support in this region. | - |
403 | InvalidAccountStatus | Your account status is invalid, please contact customer service. | - |
403 | QuotaExceeded.PrivateIpAddress | %s | - |
403 | OperationDenied.PerformanceLevelNotMatch | The specified DataDisk.n.PerformanceLevel and DataDisk.n.Size do not match. | - |
403 | InvalidStorageSetName.Malformed | Specified parameter StorageSetName is not valid. | - |
403 | InvalidDescription.Malformed | Specified parameter Description is not valid. | - |
403 | InvalidMaxPartitionNumber.Malformed | Specified parameter MaxPartitionNumber is not valid. | - |
403 | InvalidParameter.StorageSetPartitionNumber | Specified parameter StorageSetPartitionNumber is not valid. | - |
403 | InvalidParameter.StorageSetId | Specified parameter StorageSetId is not valid. | - |
403 | InvalidParameter.StorageSetZoneId | Specified parameter StorageSetZoneId is not valid. | - |
403 | EnterpriseGroupLimited.MutliGroupType | The specified instance can't join multi SecurityGroup types. | - |
403 | EnterpriseGroupLimited.InstanceType | The specified instance type doesn't support Enterprise SecurityGroup. | - |
403 | QuotaExceed.Tags | %s | 标签数超过可以配置的最大数量。%s为变量,将根据调用API的实际情况动态返回错误信息。 |
403 | OperationDenied.RegionIdNotSupported | The specified region does not support spot duration instance. | - |
403 | OperationDenied.FlavorNotSupported | Flavor not support spot duration instance. | - |
403 | OperationDenied.TimestampNotSupported | Timestamp not support spot duration instance. | - |
403 | OperationDenied.PaygNotAvailable | Pay-as-you-go instance is not available now. | - |
403 | OperationDenied.PrepayNotAvailable | Prepay instance is not available now. | - |
403 | OperationDenied.BidOwnResource | Bid user can not own resource. | - |
403 | OperationDenied.CloudSSDNotSupported | The specified available zone does not offer the cloud_ssd disk, use cloud_essd instead. | 指定的可用区不支持 cloud_ssd 类型的磁盘,请尝试使用 cloud_essd 类型的磁盘重试。 |
403 | QuotaExceed.ElasticQuota | No additional quota is available for the specified ECS instance type. | 您在当前地域选择的实例规格所要创建的台数超出系统限额,您可以选择其他地域、实例规格或减少台数重新购买,也可以前往ECS管理控制台或配额中心申请提高限额。 |
403 | QuotaExceed.ElasticQuota | The number of the specified ECS instances has exceeded the quota of the specified instance type.Please sign-on to Alibaba Cloud Console, and submit a quota increase application. | 实例规格数量超过该实例配额,请登录阿里云控制台,提交提额申请 |
403 | QuotaExceed.ElasticQuota | The number of vCPUs assigned to the ECS instances has exceeded the quota in the zone.Please sign-on to Alibaba Cloud Console, and submit a quota increase application. | 实例规格vCPUs数量超过vCPUs配额,请登录阿里云控制台,提交提额申请 |
403 | QuotaExceed.ElasticQuota | The number of the specified ECS instances has exceeded the quota of the specified instance type, or the number of vCPUs assigned to the ECS instances has exceeded the quota in the zone.Please go to submit a quota increase application. | 指定的规格实例或vCPUs数超过设置配额。请登录阿里云控制台,提交提额申请 |
403 | QuotaExceeded.PostpaidDataDiskCapacity | The quota of postpaid data disk capacity exceeds. | 按量付费数据盘使用容量超出配额。 |
403 | InvalidImageFamily.MissingAvailableImage | There is no available image related to the specified image family. | - |
403 | InvalidRegionId.NotSupportEncryptAlgorithm | The current region does not support creating encrypted disks with EncryptAlgorithm. | - |
403 | InvalidOperation.ResourceManagedByCloudProduct | %s | 云产品托管的安全组不支持修改操作。 |
403 | InvalidDiskSize.TooSmall | Specified disk size is too small when choosing PL0 of cloud_essd. | - |
403 | UserNotInTheWhiteList | The user is not in Arns white list. | - |
403 | InvalidManagedPrivateSpaceId.DedicatedHostIdConflict | ManagedPrivateSpaceId and DedicatedHostId cannot be specified at the same time. | - |
403 | InvalidManagedPrivateSpaceId.TenancyConflict | ManagedPrivateSpaceId and Tenancy cannot be specified at the same time. | - |
403 | InvalidParameter.InvalidEniQueueNumber | %s | 弹性网卡队列数有误,具体信息请参见错误信息%s占位符的实际返回结果。 |
403 | InvalidOperation.MaxEniQueueNumberExceeded | %s | 弹性网卡队列数超过上限,具体信息请参见错误信息%s占位符的实际返回结果。 |
403 | InvalidOperation.ExceedInstanceTypeQueueNumber | %s | 弹性网卡队列总数超过上限,具体信息请参见错误信息%s占位符的实际返回结果。 |
403 | InvalidIspType.ValueNotSupported | %s | - |
403 | UnsupportedIspChargeType | %s | - |
403 | UnsupportedIspClassicNetwork | %s | - |
403 | InvalidIspBandwidthOut | %s | - |
403 | UnsupportedIspNetworkChargeType | %s | - |
403 | InvalidIspUID | %s | - |
403 | UnsupportedIspRegion | %s | - |
403 | DeleteWithInstance.Conflict | The specified image is from the image market, you cannot set DeleteWithInstance attribute to false. | - |
403 | Forbidden.OnlySupportEnterpriseGroup | %s | - |
403 | HibernationConfigured.InstanceOperationForbidden | The operation is not permitted due to limit of the hibernation configured instance. | 不符合开启休眠选项的实例的相关限制,操作不被允许。 |
403 | InstanceDiskLimitExceeded | The amount of the disk on instance reach its limits. | - |
403 | InvalidInstanceType.NotSupportDiskCategory | The instanceType of the specified instance does not support this disk category. | 指定的实例规格(InstanceType)不支持当前实例的云盘类别。请尝试更换其它实例规格。关于实例规格支持的云盘类型,请参见实例规格族文档。 |
403 | InvalidOperation.ConfidentialComputingModeInInviteOnlyTesting | The specified confidential computing mode is in invite only testing: %s. | 指定的机密计算模式当前处于邀测阶段 |
403 | InvalidOperation.InvalidNetworkInterfaceId | %s | - |
403 | InvalidOperation.RegionNotSupportNetworkInterfaceId | The specific region does not support network interface id. | - |
403 | InvalidEniId.NotFound | %s | 指定的弹性网卡 ID 不存在。 |
403 | NotSupportSnapshotEncrypted.DiskCategory | The specified disk category does not support creating encrypted system disks or creating encrypted data disks from snapshots. Check the DiskCategory or Encrypted parameter, or check your account for default encryption settings. | 该磁盘类型不支持创建加密系统盘或以快照方式创建加密数据盘,请检查您输入的磁盘类型、加密参数,或者检查您是否做过账号云盘默认加密配置。 |
403 | InvalidEncrypted.DefaultEncryptionUnsupported | The specified parameter Encrypted must be true when default encryption is enabled. | 开启云盘默认加密后新购云盘必须为加密云盘. |
403 | InvalidOperation.PublicIpAddressNoStock | The public IP address for the specified Region or ChargeType of the instance is out of stock. Please try another Region or ChargeType. | 在指定的地域或付费类型条件下,实例公网IP地址库存不足。请尝试使用其它地域或付费类型。 |
403 | QuotaExceed.ElasticQuota | The request failed due to elastic quota check, details as follows: %s. | ECS用量超过配额上限,请到阿里云官网控制台申请提升配额。 |
403 | AclLimitExceed | %s | 网卡或实例的安全组规则数量超过限额值。 |
403 | OperationDenied.ImageNotValid | The specified image is not available, please check the status of the image. | 镜像不可用,请检查镜像的状态 |
404 | InvalidStorageClusterId.NotExist | The specified StorageClusterId does not exist in current region. | - |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 提供的RegionId不存在 |
404 | InvalidZoneId.NotFound | The ZoneId provided does not exist in our records. | 指定的可用区 ID 不存在。 |
404 | InvalidSecurityGroupId | The specified SecurityGroupId is invalid or does not exist. | 指定的安全组 ID 无效或者不存在。 |
404 | InvalidDataDiskSnapshotId.NotFound | The specified parameter "DataDisk.n.SnapshotId" is not valid. | - |
404 | InvalidClusterId.NotFound | The ClusterId provided does not exist in our records. | 指定的 ClusterId 不存在。 |
404 | InvalidVSwitchId.NotFound | Specified virtual switch does not exist. | 指定的虚拟交换机 ID 不存在。 |
404 | InvalidVSwitchId.NotFound | %s | 指定的交换机不存在。 |
404 | InvalidImageId.NotFound | The specified ImageId does not exist. | 指定的镜像在该用户账号下不存在,请您检查镜像 ID 是否正确。 |
404 | IoOptimized.NotSupported | The specified instancetype is not support IoOptimized instance. | - |
404 | InvalidInstanceChargeType.NotFound | The InstanceChargeType does not exist in our records. | 指定的实例计费方式不存在。 |
404 | DependencyViolation.IoOptimized | The specified instancetype must be IoOptimized instance. | 指定的实例规格必须为I/O优化实例,请您检查实例规格是否正确。 |
404 | PaymentMethodNotFound | No payment method has been registered on the account. | 账户尚未注册支付方式。 |
404 | HOSTNAME_ILLEGAL | The specified parameter HostName is not valid. | - |
404 | InvalidSystemDiskSize.LessThanImageSize | The specified parameter SystemDisk.Size is less than the image size. | 指定的参数 SystemDisk.Size 小于镜像文件大小数值。 |
404 | InvalidSystemDiskSize.LessThanMinSize | The specified parameter SystemDisk.Size is less than the min size. | 指定的系统盘小于最低容量。 |
404 | InvalidSystemDiskSize.MoreThanMaxSize | The specified parameter SystemDisk.Size is more than the max size. | 指定的 SystemDisk.Size 超过最大值。 |
404 | OperationDenied.CreatingConflict | Another Instance has been creating. | - |
404 | InvalidZoneId.NotFound | The specified zoneId does not exist. | 指定的可用区 ID 不存在。 |
404 | InvalidKeyPairName.NotFound | The specified parameter KeyPairName does not exist in our records. | 密钥对不存在。 |
404 | InvalidResourceGroup.NotFound | The ResourceGroup provided does not exist in our records. | 资源组并不在记录中。 |
404 | InvalidRamRole.NotFound | The specified parameter "RAMRoleName" does not exist. | - |
404 | InvalidLaunchTemplate.NotFound | %s | 没有找到指定的启动模版,请检查参数是否正确。 |
404 | InvalidLaunchTemplateVersion.NotFound | %s | 没有找到该版本的启动模版,请检查参数是否正确。 |
404 | InvalidVSwitchId.NotExist | %s | 指定的交换机不存在。 |
404 | InvalidMarketImage.NotFound | The specified marketplace image does not exist, please change the imageId and try again. | 指定的市场镜像不存在,请更改参数后重试。 |
404 | DeploymentSet.NotFound | The specified deployment set does not exist. | 指定的部署集不存在。 |
404 | InvalidParameter.DeploymentSetGroupNo | Parameter DeploymentSetGroupNo is invalid. | - |
404 | InvalidParameter.KMSKeyId.NotFound | The specified KMSKeyId does not exist. | 指定的参数 KMSKeyId 不存在。 |
404 | InvalidSecurityGroupId.NotFound | %s | 指定的安全组 ID 不存在。 |
404 | InvalidDiskIds.NotPortable | The specified DiskId is not portable. | 指定的磁盘是不可移植的。 |
404 | InvalidAutoSnapshotPolicyId.NotFound | Specified parameter AutoSnapshotPolicyId not found. | - |
429 | Throttling.Resource | The request throttle by resource operation. | - |
500 | InternalError | The request processing has failed due to some unknown error. | 内部错误,请重试。 |
500 | InvalidParameter.DataEncryptedKeyCreateFailed | Create kms data encrypted key fail. If you need further assistance, you can contact the KMS Technical Support. | - |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 内部错误,请重试。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-11-05 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-10-14 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-09-27 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-08-29 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-08-21 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-08-08 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2024-07-03 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-06-27 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-05-11 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-03-22 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-03-21 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-02-28 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-01-30 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-01-24 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-01-15 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-12-14 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2023-10-10 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-10-09 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-09-04 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-08-29 | OpenAPI 错误码发生变更 | 查看变更详情 |