本介面用於大量建立ECS執行個體,支援自動啟動、分配公網IP及設定自動釋放時間。
介面說明
本介面為非同步介面,當前建立執行個體請求發送成功後會返回執行個體 ID,執行個體的建立和啟動不是立即完成的,您可以調用 DescribeInstanceStatus 查看執行個體資訊,當返回資訊中的狀態為Running時代表建立並啟動成功。
使用須知
-
當資產庫存不足以完成當前執行個體建立時,阿里雲會立即發送一個執行個體建立失敗事件(SystemFailure.Delete),您可以通過 DescribeInstanceHistoryEvents 查看是否存在執行個體建立失敗事件。更多資訊,請參見執行個體建立失敗事件。
-
請確保您建立的執行個體總數或者全執行個體規格 vCPU 不會超出系統配額。更多資訊,請參見配額中心。
-
建立Virtual Private Cloud 類型執行個體前,請預先在相應的阿里雲地區建立 VPC。
注意事項
若執行個體計費方式為訂用帳戶(
PrePaid),在付款時預設會使用您可用的優惠券。單個請求最多能建立 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 雲端硬碟
Size:40, //設定系統硬碟大小為 40GiB
},
DataDisk:[
{
Category:"cloud_essd", //設定資料盤類別為 ESSD 雲端硬碟
Size:100, //設定資料盤大小為 100GiB
}
],
HostName:"ECS-test", //設定執行個體主機名稱
Password:"ECS@test1234", //設定執行個體登入密碼
InternetMaxBandwidthOut:10 //設定公網出頻寬為 10Mbit/s
在上述配置的基礎上,建立不同類型執行個體:
假設您已通過 CreateLaunchTemplate 建立了一個執行個體啟動模版,現在需要使用該模版在華東 1(杭州)地區建立一些 ECS 執行個體。樣本如下:
InstanceChargeType設定為PostPaid,建立的即為隨用隨付類型執行個體。調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
ecs:RunInstances |
create |
*全部資源
|
|
無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
執行個體所屬的地區 ID。您可以調用 DescribeRegions 查看最新的阿里雲地區列表。 |
cn-hangzhou |
| 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。同一個安全性群組內的執行個體之間可以互相訪問,一個安全性群組能容納的執行個體數量視安全性群組類型而定,具體請參見使用限制的安全性群組章節。 說明
如果您不設定
|
sg-bp15ed6xe1yxeycg7**** |
| VSwitchId |
string |
否 |
虛擬交換器 ID。如果您建立的是 VPC 類型 ECS 執行個體,必須指定虛擬交換器 ID,且安全性群組和虛擬交換器在同一個Virtual Private Cloud 中。您可以調用 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 執行個體不能以正斜線(/)為密碼首字元。 說明
如果傳入 |
EcsV587! |
| PasswordInherit |
boolean |
否 |
是否使用鏡像預設的密碼。取值範圍:
預設值:false。 說明
使用該參數時,Password 參數必須為空白,同時您需要確保使用的鏡像已經設定了密碼。 |
false |
| ZoneId |
string |
否 |
執行個體所屬的可用性區域 ID,您可以調用 DescribeZones 擷取可用性區域列表。 說明
如果您指定了 預設值:系統自動選擇。 |
cn-hangzhou-g |
| InternetChargeType |
string |
否 |
網路計費類型。取值範圍:
預設值:PayByTraffic。 說明
按使用流量計費模式下的出入頻寬峰值都是頻寬上限,不作為業務承諾指標。當出現資源爭搶時,頻寬峰值可能會受到限制。如果您的業務需要有頻寬的保障,請使用按固定頻寬計費模式。 |
PayByTraffic |
| SystemDisk.Size |
string |
否 |
系統硬碟大小,單位為 GiB。取值範圍:
該參數的取值必須大於或者等於 max{1, ImageSize}。 預設值:max{40, 參數 ImageId 對應的鏡像大小}。 |
40 |
| SystemDisk.Category |
string |
否 |
系統硬碟的雲端硬碟種類。取值範圍:
參數預設值說明:
說明
僅當 |
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 |
否 |
執行個體自訂資料。必須填寫已採用 Base 64 編碼後的資料,且在進行 Base 64 編碼前自訂資料內容的大小不能超過 32 KB。 有關執行個體自訂資料的使用限制、格式以及運行頻率的詳細資料,請參見執行個體自訂資料。 說明
為保證傳輸過程中 UserData 的安全性,請避免直接以明文形式傳送敏感性資料,如密碼和私密金鑰。若需傳送此類資訊,建議先行加密處理,並採用 Base 64 編碼方式,隨後在執行個體內部進行解密以確保資訊安全。 |
ZWNobyBoZWxsbyBlY3Mh |
| KeyPairName |
string |
否 |
金鑰組名稱。 說明
Windows 執行個體,忽略該參數。預設為空白。即使填寫了該參數,仍舊只執行 |
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。 說明
|
1 |
| SpotPriceLimit |
number |
否 |
設定執行個體的每小時最高價格。支援最大 3 位小數,參數 |
0.97 |
| SpotInterruptionBehavior |
string |
否 |
搶佔執行個體中斷模式。取值範圍:
預設值:Terminate。 |
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 |
否 |
Dedicated Host ID。 您可以通過 DescribeDedicatedHosts 查詢Dedicated Host ID 列表。 重要 Dedicated Host不支援建立搶佔式執行個體,指定 DedicatedHostId參數後,會自動忽略請求中的SpotStrategy和SpotPriceLimit設定。 |
dh-bp67acfmxazb4p**** |
| LaunchTemplateId |
string |
否 |
啟動模板 ID。更多資訊,請調用 DescribeLaunchTemplates 。 使用啟動模板建立執行個體時,您必須指定 |
lt-bp1apo0bbbkuy0rj**** |
| LaunchTemplateName |
string |
否 |
啟動模板名稱。 使用啟動模板建立執行個體時,您必須指定 |
LaunchTemplate_Name |
| LaunchTemplateVersion |
integer |
否 |
啟動模板版本。如果您指定了 |
3 |
| ResourceGroupId |
string |
否 |
執行個體所在的企業資源組 ID。 |
rg-bp67acfmxazb4p**** |
| Period |
integer |
否 |
購買資源的時間長度,單位由 PeriodUnit=Month 時,Period 取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。 |
1 |
| PeriodUnit |
string |
否 |
訂用帳戶計費方式的時間長度單位。取值範圍: Month(預設)。 |
Month |
| AutoRenew |
boolean |
否 |
是否要自動續約。當參數
預設值:false。 |
true |
| AutoRenewPeriod |
integer |
否 |
單次自動續約的續約時間長度。取值範圍: PeriodUnit=Month 時:1、2、3、6、12、24、36、48、60。 預設值:1。 |
1 |
| InstanceChargeType |
string |
否 |
執行個體的付費方式。取值範圍:
預設值:PostPaid。 選擇訂用帳戶時,您必須確認自己的帳號支援信用支付,否則將返回 |
PrePaid |
| DeploymentSetId |
string |
否 |
部署集 ID。 |
ds-bp1brhwhoqinyjd6**** |
| DeploymentSetGroupNo |
integer |
否 |
如果您設定的部署集對應的策略為部署集組高可用策略(AvailabilityGroup),可以通過該參數指定執行個體在部署集中的分組號。取值範圍:1~7。 |
1 |
| PrivateIpAddress |
string |
否 |
執行個體私網 IP 位址。Virtual Private Cloud 類型 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 |
否 |
Dedicated Host執行個體是否與Dedicated Host關聯。取值範圍:
預設值:default。 |
default |
| Tenancy |
string |
否 |
是否在Dedicated Host上建立執行個體。取值範圍:
預設值:default。 |
default |
| StorageSetId |
string |
否 |
儲存集 ID。 |
ss-bp67acfmxazb4p**** |
| StorageSetPartitionNumber |
integer |
否 |
儲存集中的最大分區數量。取值範圍:大於等於 1。 |
2 |
| CpuOptions.Core |
integer |
否 |
CPU 核心數。 |
2 |
| CpuOptions.ThreadsPerCore |
integer |
否 |
CPU 線程數。ECS 執行個體的 vCPU 數=
|
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。 說明
有關執行個體中繼資料的資訊,請參見執行個體中繼資料概述。 |
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 執行個體所屬的Dedicated Host叢集,系統會自動選擇該Dedicated Host叢集中的一台Dedicated Host部署 ECS 執行個體。 說明
僅在 在您同時指定了Dedicated Host(
您可以通過 DescribeDedicatedHostClusters 查詢Dedicated Host叢集 ID 列表。 |
dc-bp12wlf6am0vz9v2**** |
| SecurityGroupIds |
array |
否 |
將執行個體同時加入多個安全性群組。N 的取值範圍與執行個體能夠加入安全性群組配額有關。更多資訊,請參見安全性群組限制。 您需要注意:
|
sg-bp15ed6xe1yxeycg7**** |
|
string |
否 |
將執行個體同時加入多個安全性群組。N 的取值範圍與執行個體能夠加入安全性群組配額有關。更多資訊,請參見安全性群組限制。 您需要注意:
|
sg-bp15ed6xe1yxeycg7**** |
|
| HostNames |
array |
否 |
建立多台執行個體時,為每台執行個體指定不同的主機名稱。 |
ecs-host-01 |
|
string |
否 |
建立多台執行個體時,為每台執行個體指定不同的主機名稱。限制說明如下:
|
ecs-host-01 |
|
| DataDisk |
array<object> |
否 |
資料盤資訊集合列表。 |
|
|
object |
否 |
資料盤資訊集合。 |
||
| PerformanceLevel |
string |
否 |
建立 ESSD 雲端硬碟作為資料盤使用時,設定雲端硬碟的效能等級。N 的取值必須和
有關如何選擇 ESSD 效能等級,請參見 ESSD 雲端硬碟。 |
PL1 |
| AutoSnapshotPolicyId |
string |
否 |
資料盤採用的自動快照策略 ID。 |
sp-bp67acfmxazb4p**** |
| Encrypted |
string |
否 |
資料盤 N 是否加密。取值範圍:
預設值:false。 重要 當使用共用加密鏡像,建立基於加密快照的雲端硬碟時,必須指定該雲端硬碟的請求參數 Encrypted=true,以確保建立出的雲端硬碟使用的是被共用方自己的密鑰。 |
false |
| Description |
string |
否 |
資料盤的描述。長度為 2~256 個英文或中文字元,不能以 |
DataDisk_Description |
| SnapshotId |
string |
否 |
建立資料盤 N 使用的快照。N 的取值範圍為 1~16。 指定參數 |
s-bp17441ohwka0yuh**** |
| Device |
string |
否 |
資料盤的掛載點。掛載的資料盤數量不同,掛載點的命名不同:
說明
|
/dev/xvdb |
| Size |
integer |
否 |
第 n 個資料盤的容量大小,N 的取值範圍為 1~16,記憶體單位為 GiB。取值範圍:
說明
該參數的取值必須大於等於參數 |
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 金鑰識別碼。 說明
若 Encrypted 設定為 true,不指定 KMSKeyId,則使用預設的密鑰進行加密,並在建立執行個體成功後返回 KMSKeyId 值。
|
0e478b7a-4262-4802-b8cb-00d3fb40**** |
| StorageClusterId |
string |
否 |
專屬Block Storage叢集 ID。如果您在建立 ECS 執行個體時,需要使用專屬Block Storage叢集中的雲端硬碟資源作為資料盤,請設定該參數。 |
dbsc-j5e1sf2vaf5he8m2**** |
| ProvisionedIops |
integer |
否 |
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 |
integer |
否 |
說明
該參數暫未開放使用。 |
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。
您需要注意:
|
sg-bp15ed6xe1yxeycg7**** |
|
string |
否 |
彈性網卡所屬的一個或多個安全性群組 ID。
您需要注意:
|
sg-bp15ed6xe1yxeycg7**** |
|
| NetworkInterfaceTrafficMode |
string |
否 |
網卡的通訊模式。參數取值範圍:
預設值:Standard。 說明
RDMA 模式的彈性網卡數量不能超過該執行個體規格類型系列的限制。更多資訊,請參見執行個體規格類型系列。 |
Standard |
| QueuePairNumber |
integer |
否 |
RDMA 網卡隊列數。 如果要為建立的執行個體附加多張 RDMA 網卡,建議根據執行個體規格支援的 RDMA 網卡的 重要 如果 RDMA 網卡未指定 QueuePairNumber,則預設使用該執行個體規格支援的所有 RDMA 網卡的 QueuePairNumber 上限值。因此,一旦附加了一張未設定 QueuePairNumber 的 RDMA 網卡,就不能再添加更多 RDMA 網卡了(普通網卡不受此限制)。 |
0 |
| InstanceType |
string |
否 |
彈性網卡類型。N 的取值範圍不超過執行個體規格支援網卡數。請參見執行個體規格類型系列或調用 DescribeInstanceTypes 查看目標執行個體規格支援的網卡數。 參數取值範圍:
預設值:Secondary。 |
Secondary |
| Ipv6AddressCount |
integer |
否 |
為主網卡指定隨機產生的 IPv6 地址數量。取值範圍:1~10 您需要注意:
|
1 |
| Ipv6Address |
array |
否 |
為主網卡指定一個或多個 IPv6 地址。支援設定最多 10 個 IPv6 地址,即第二個 N 的取值範圍:1~10。 取值樣本: 您需要注意:
|
|
|
string |
否 |
IPv6 地址。 |
2001:db8:1234:1a00::*** |
|
| NetworkCardIndex |
integer |
否 |
網卡指定的物理網卡索引。 您需要注意:
|
0 |
| DeleteOnRelease |
boolean |
否 |
釋放執行個體時是否保留網卡。取值範圍:
預設值:true。 說明
該參數只對輔助網卡生效。 |
true |
| NetworkInterfaceId |
string |
否 |
隨執行個體附加的彈性網卡 ID。 設定該參數後, 說明
該參數只對輔助彈性網卡生效。指定一個現有輔助彈性網卡後,您將無法配置其它網卡建立參數。 |
eni-bp1gn106np8jhxhj**** |
| RxQueueSize |
integer |
否 |
彈性網卡入方向隊列深度。 說明
該參數正在邀測中,暫未開放使用,若您有使用需求請提交工單聯絡加白。 使用該參數時,您需要注意:
|
8192 |
| TxQueueSize |
integer |
否 |
彈性網卡出方向隊列深度。 說明
該參數正在邀測中,暫未開放使用,若您有使用需求請提交工單聯絡加白。 使用該參數時,您需要注意:
|
8192 |
| SourceDestCheck |
boolean |
否 |
是否開啟源/目的檢查功能。建議您開啟該功能,以提高網路安全。可能值:
預設值:false。 說明
僅部分地區支援該功能。使用前,請認真閱讀源/目的檢查。 |
false |
| SecondaryPrivateIpAddressCount |
integer |
否 |
為網卡指定輔助私網 IPv4 地址數量。取值範圍:1~49。
|
10 |
| 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。 取值樣本: 您需要注意:
|
Ipv6Address.1=2001:db8:1234:1a00::*** |
|
string |
否 |
為主網卡指定一個或多個 IPv6 地址。支援設定最多 10 個 IPv6 地址,即 N 的取值範圍:1~10。 取值樣本: 您需要注意:
|
2001:db8:1234:1a00::*** |
|
| SystemDisk |
object |
否 |
系統硬碟相關參數,目前專屬Block Storage叢集 ID( |
|
| StorageClusterId |
string |
否 |
專屬Block Storage叢集 ID。如果您在建立 ECS 執行個體時,需要使用專屬Block Storage叢集中的雲端硬碟資源作為系統硬碟,請設定該參數。 |
dbsc-j5e1sf2vaf5he8m2**** |
| ProvisionedIops |
integer |
否 |
ESSD AutoPL 雲端硬碟預配置的讀寫 IOPS。可能值:0~min{50,000, 1000*容量-基準效能}。 基準效能=min{1,800+50*容量, 50,000}。 說明
當 |
40000 |
| BurstingEnabled |
boolean |
否 |
是否開啟 Burst(效能突發)。取值範圍:
說明
當 |
false |
| Encrypted |
string |
否 |
系統硬碟是否加密。取值範圍:
預設值:false。 說明
中國(香港)D 可用性區域、新加坡 A 可用性區域暫不支援在建立執行個體時加密系統硬碟。 重要 當使用共用加密鏡像,建立基於加密快照的雲端硬碟時,必須指定該雲端硬碟的請求參數 Encrypted=true,以確保建立出的雲端硬碟使用的是被共用方自己的密鑰。 |
false |
| KMSKeyId |
string |
否 |
系統硬碟對應的 KMS 金鑰識別碼。 說明
若 Encrypted 設定為 true,不指定 KMSKeyId,則使用預設的密鑰進行加密,並在建立執行個體成功後返回 KMSKeyId 值。
|
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 |
| EnableNetworkEncryption |
boolean |
否 |
說明
該參數正在邀測中,暫未開放使用。 |
|
| BandwidthWeighting |
string |
否 |
執行個體的頻寬權重值。不同執行個體規格支援的取值範圍不一致。具體執行個體規格支援的取值可以根據執行個體規格查詢 DescribeInstanceTypes,介面返回的 BandwidthWeighting 即為該規格支援的頻寬權重檔位。字典值可以取傳回值中的 name 欄位,如 Vpc-L1,Ebs-L1 等。 |
Default |
| AutoPay |
boolean |
否 |
建立執行個體時,是否自動支付。取值範圍:
預設值:true。 |
true |
| PrivateDnsNameOptions |
object |
否 |
執行個體的私網網域名稱配置資訊集合。 關於私網網域名稱解析,請參見ECS 私網網域名稱解析 。 |
|
| EnableInstanceIdDnsARecord |
boolean |
否 |
開啟/關閉執行個體 ID 類型的網域名稱到 IPv4 的解析。取值範圍:
預設值:false。 |
false |
| EnableInstanceIdDnsAAAARecord |
boolean |
否 |
開啟/關閉執行個體 ID 類型的網域名稱到 IPv6 的解析。取值範圍:
預設值:false。 |
true |
| EnableIpDnsARecord |
boolean |
否 |
開啟/關閉 IP 類型的網域名稱到 IPv4 的解析。取值範圍:
預設值:false。 |
true |
| EnableIpDnsPtrRecord |
boolean |
否 |
開啟/關閉 IPv4 到 IP 類型的網域名稱解析。取值範圍:
預設值:false。 |
false |
| HostnameType |
string |
否 |
主機名稱類型,取值範圍:
預設值:Custom。 |
Custom |
| ClockOptions |
object |
否 |
執行個體時鐘相關屬性參數。 |
|
| PtpStatus |
string |
否 |
PTP 狀態值。取值範圍:
預設值:disabled。 枚舉值:
|
enabled |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
建立執行個體返回資訊集合。 |
||
| RequestId |
string |
請求 ID。 |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| OrderId |
string |
訂單 ID。該參數只有建立訂用帳戶 ECS 執行個體(請求參數 |
123456**** |
| TradePrice |
number |
訂單成交價。 |
0.165 |
| InstanceIdSets |
object |
||
| InstanceIdSet |
array |
執行個體 ID 列表。 |
|
|
string |
執行個體 ID。 |
i-bp67acfmxazb4ph**** |
樣本
正常返回樣本
JSON格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"OrderId": "123456****",
"TradePrice": 0.165,
"InstanceIdSets": {
"InstanceIdSet": [
"i-bp67acfmxazb4ph****"
]
}
}
錯誤碼
|
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. | 執行個體到期日期不能超過Dedicated Host的到期日期。 |
| 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. | 指定的參數 HostName 不合法 |
| 400 | InvalidPassword.Malformed | The specified parameter "Password" is not valid. | 指定的參數 Password 不合法 |
| 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. | 參數中指定的磁碟名稱DiskName無效。 |
| 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 | 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 | 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 | ResourceNotAvailable | Resource you requested is not available in this region or zone. | |
| 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. | 操作中缺少了必要的參數 "Period" |
| 400 | InvalidPeriod | The specified period 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 | 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. | |
| 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. | 指定的自動釋放時間AutoReleaseTime無效。 |
| 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.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. | 指定的參數雲端硬碟類型DiskCategory無效。 |
| 400 | InvalidSpotStrategy | The specified SpotStrategy is not valid. | 指定的 SpotStrategy 參數無效。 |
| 400 | InvalidSpotParam.EmptyZoneID | The specified zoneid is empty when SpotStrategy is set. | |
| 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 | RegionUnauthorized | %s | 該地區未被授權。%s為變數,將根據調用API的實際情況動態返回錯誤資訊。 |
| 400 | Zone.NotOnSale | %s | 該可用性區域暫時關閉了售賣。%s為變數,將根據調用API的實際情況動態返回錯誤資訊。 |
| 400 | InvalidSystemDiskSize.ValueNotSupported | %s | 當前操作不支援設定的系統硬碟大小。 |
| 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. | 此Dedicated Host不支援指定的付費類型的執行個體。 |
| 400 | InvalidNetworkType.NotSupported | The classic networkType not support create ECS on dedicatedHost. | DDH上不能建立傳統網路執行個體 |
| 400 | NoAvaliableDedicatedHost | No available dedicated host or not enough resource on dedicated host. | 指定的專屬主機上沒有足夠的資源或沒有可用的Dedicated Host |
| 400 | InvalidDedicatedHostId.NotFound | The specified DedicatedHostId does not exist. | 指定的Dedicated Host不存在。 |
| 400 | InvalidDedicatedHostStatus.NotSupport | Operation denied due to dedicated host status. | Dedicated Host當前的狀態不支援此操作。 |
| 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. | 訂用帳戶的執行個體無法添加到隨用隨付的Dedicated Host上。 |
| 400 | DedicatedHostType.Unmatched | The specified DedicatedHostType doesn?t match the instance type. | 指定的Dedicated Host類型與執行個體類型不符。 |
| 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. | 當前Virtual Private Cloud 的狀態無法支援這個操作。 |
| 400 | InvalidInstanceType.NotSupported | The specified instanceType is not supported by the deployment set. | 當前部署集不支援您指定的執行個體規格,請選擇其它執行個體規格。 |
| 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 | 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 | InvalidParam.Tenancy | The specified Tenancy is invalid. | 您指定的參數 Tenancy 無效。 |
| 400 | InvalidParameter.Affinity | The specified Affinity is invalid. | |
| 400 | InvalidCustomInstanceType.NotSupported | The specified custom instance type is invalid. | |
| 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 | 傳入的安全性群組ID有重複。 |
| 400 | InvalidSecurityGroupId.SingleIdAndMultiIdConflict | %s | |
| 400 | InvalidSecurityGroupId.MultiGroupIdNetworkTypeConflict | %s | |
| 400 | JoinedGroupLimitExceed | %s | 指定資源所能加入的安全性群組數量達到上限。具體資訊請參見錯誤資訊%s預留位置的實際返回結果。 |
| 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. | 指定資料盤的參數 PerformanceLevel 無效 |
| 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 | 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. | 加密使用的KMSKey必須為對稱式加密密鑰。 |
| 400 | InvalidParameter.Arns | The specified Arns is not valid. | 該Arns參數無效,請檢查後重新傳遞。 |
| 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 | DedicatedHostNotSupported | DedicatedHost is not supported for PrivatePool. | 私人池不支援Dedicated Host。 |
| 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 | InvalidPlatform.ValueNotSupported | The Platform does not match the PrivatePool. | 指定的Platform參數與私人池不匹配。 |
| 400 | Invalid.PrivatePoolOptions.status | The PrivatePool is expired or inactive. | 該私人池已到期或未啟用。 |
| 400 | InvalidAliUid | The PrivatePool does not belong to the user of the Instance. | 私人池不屬於建立執行個體的使用者。 |
| 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. | 填寫的ProvisionedIops參數超限。 |
| 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.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 | 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. | 該操作需要價格許可權。請向您的主賬戶申請許可權,或將參數AutoPay設定為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. | 您需要開通Key Management Service。 |
| 400 | InvalidParameter.Encrypted.KmsNotEnable | Failed to perform this operation because KMS is not activated. | 您需要開通KMS密鑰託管服務。 |
| 400 | InvalidPrivateIpAddress.Duplicated | The specified private IP address is already in use. | 指定的IP地址已經被使用。 |
| 400 | InvalidAdditionalInfoPvdConfig.SizeExceeded | The specified parameter AdditionalInfo.PvdConfig exceeds the size. | |
| 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. | 當前執行個體規格不支援掛載加速器。 |
| 400 | OperationDenied.TestAccountRetricted | Test-account for testing has been prohibited from creating instance in this region. Please contact 400181. | 測試帳號不允許在本地區建立執行個體。請聯絡成本與資源中心@高沖(400181) |
| 400 | InvalidBurstingEnabled.DiskSizeTooSmall | The disk size must be greater than 3 GiB to enable burst. | 磁碟大小超過3GiB時才能開啟效能突發。 |
| 400 | InvalidImage.WindowsUnsupported | The specified InstanceType does not support the specified Windows image. | 指定的執行個體規格不支援 Windows 鏡像 |
| 400 | InvalidParameter.CpuOptionsTurboMode | The specified parameter TurboMode is not valid. | 指定的參數頻率模式無效 |
| 400 | InvalidInstanceType.EnableNVSUnsupported | The specified instance type does not support EnableNVS. | 指定執行個體類型不支援開啟NVS功能 |
| 400 | InvalidInstanceType.EnableVISSTUnsupported | The specified instance type does not support EnableVISST. | 指定執行個體類型不支援開啟VISST功能 |
| 400 | InvalidInstanceType.EnableVRDTUnsupported | The specified instance type does not support EnableVRDT. | 指定執行個體類型不支援開啟VRDT功能 |
| 400 | InvalidInstanceType.SingleCoreMaxModeUnsupported | The specified instance type does not support TurboMode: "SINGLE CORE MAX". | 指定執行個體類型不支援開啟單核最大睿頻模式 |
| 400 | InvalidParameter.PtpStatus | The specified parameter PtpStatus: %s is not valid. | PTP 時鐘狀態值不合法。 |
| 400 | InvalidInstanceType.NotSupportEnablePtp | The specified instance type does not support enable PTP. | 指定規格不支援開啟 PTP。 |
| 400 | InvalidInstanceType.NetworkOptionsBandwidthWeightingUnsupported | The current instance type does not support setting or modifying the BandwidthWeighting parameter. | 當前的執行個體規格不支援設定或修改頻寬權重。 |
| 400 | InvalidParameter.NetworkOptionsBandwidthWeighting | The specified parameter BandwidthWeighting is not valid.The correct value should be in [%s]. | 當前指定的參數BandwidthWeighting無效。 |
| 400 | InvalidMarketImage.NotAuthorized | The specified marketplace image is not authorized for your channel, please use other image. | 指定的市場鏡像沒有對您的渠道授權,請使用其他鏡像。 |
| 401 | InvalidRamRole.NotEcsRole | The specified ram role is not authorized for ecs, please check your role policy. | 指定的 RAM 角色無權使用 ECS,請檢查您的角色策略。 |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | OperationDenied.CashCouponsInsufficientOrExpired | Cash coupon balance is insufficient or has expired, please retry. | |
| 403 | InvalidParameter.PrivateIpAddressRepeated | %s | |
| 403 | InvalidOperation.HighPerformanceEniPerInstanceLimitExceeded | %s | |
| 403 | InvalidParameter.EniNumExceededWithLaunchEcs | %s | |
| 403 | InvalidOperation.InstanceTypeNotSupportHighPerformanceTrafficMode | %s | 指定執行個體的執行個體規格不支援RDMA通訊模式的網卡。 |
| 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 | InvalidSnapshotId.NotDataDiskSnapshot | The specified snapshot is system disk snapshot. | |
| 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. | |
| 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 | 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. | |
| 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 | InvalidInstanceType.ValueNotSupported | The specified InstanceType beyond the permitted range. | |
| 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. | 指定的虛擬 TPM 執行個體需要 UEFI 鏡像。 |
| 403 | Forbidden.RiskControl | This operation is forbidden by Aliyun RiskControl system. | 該操作被風險控制系統禁止。 |
| 403 | InvalidInstance.UnPaidOrder | The specified Instance has unpaid order. | |
| 403 | Account.Arrearage | Your account has been in arrears. | |
| 403 | RealNameAuthenticationError | Your account has not passed the real-name authentication yet. | 您的阿里雲帳號尚未通過實名認證,請先實名認證後再操作。 |
| 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 | 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.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 | DefaultVswitch.Existed | The default vswitch for VPC already exists. | 當前VPC中已經有了預設交換器。 |
| 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. | 指定的執行個體和Dedicated Host不在同一個地區下。 |
| 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 | 輸入的IP格式不對或不在可選的CIDR範圍內。 |
| 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 | 指定的CPU物理核心數不合法 |
| 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.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 | Mayi.InternalError | The request processing has failed due to some unknown error. | |
| 403 | InvalidNetworkType | The network type is not support in this region. | 輸入的網路類型NetworkType不再支援。 |
| 403 | InvalidAccountStatus | Your account status is invalid, please contact customer service. | |
| 403 | QuotaExceeded.PrivateIpAddress | %s | 指定的交換器VSwitch下內網IP不足。 |
| 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 | 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 | 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 | 付費類型不支援此帳號的服務提供者(ISP)。 |
| 403 | UnsupportedIspClassicNetwork | %s | |
| 403 | InvalidIspBandwidthOut | %s | |
| 403 | UnsupportedIspNetworkChargeType | %s | |
| 403 | InvalidIspUID | %s | |
| 403 | UnsupportedIspRegion | %s | |
| 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 | 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 | AclLimitExceed | %s | 網卡或執行個體的安全性群組規則數量超過限額值。 |
| 403 | InvalidParameter.DataEncryptedKeyCreateFailed | Create kms data encrypted key fail. If you need further assistance, you can contact the KMS Technical Support. | 使用KMS主要金鑰建立資料密鑰失敗,請聯絡KMS值班同學進一步排查。 |
| 403 | InvalidParameter.CpuOptionsThreadsPerCore | The specified parameter CpuOptions.ThreadsPerCore is not valid. | 參數CpuOptions.ThreadsPerCore無效。 |
| 403 | InvalidParameter.CpuOptionsCore | The specified parameter CpuOptions.Core is not valid. | 參數CpuOptions.Core無效。 |
| 403 | InvalidInstanceType.CpuOptionsThreadsPerCoreUnsupported | The current instance type does not support setting or modifying the CpuOptions.ThreadsPerCore parameter. | 當前執行個體規格不支援設定或修改CpuOptions.ThreadsPerCore參數 |
| 403 | InvalidParameter.CpuOptionsNuma | The specified parameter CpuOptions.Numa is not valid. | 參數CpuOptions.Numa無效。 |
| 403 | InvalidParameter.KMSKeyId.CMKUnauthorized | The CMK(Customer Master Key) lacks authorization to add tags to the ECS service. | 使用者主要金鑰(CMK)未授權ECS服務添加標籤許可權。 |
| 403 | InvalidParameter.KMSKeyId.CMKNotEnabled | The CMK (Customer Master Key) must be in an active state. | 使用者主要金鑰(CMK)需要處於活動狀態。 |
| 403 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted must be set to true when creating disks with encrypted snapshots. | 當使用加密快照建立磁碟時,指定的參數Encrypted必須設定為true。 |
| 403 | InvalidEncrypted.NotMatchDiskDefaultEncryption | Enabling disk default encryption prevents the creation of non-encrypted disks. | 啟用雲端硬碟帳號預設加密後,無法建立非加密磁碟。 |
| 403 | InvalidOperation.InstanceTypeNotSupportNetworkEncryption | The specified instance type does not support network encryption. | 指定的執行個體規格不支援vpc流量加密 |
| 403 | InvalidOperation.UserNotSupportNetworkEncryption | User not support network encryption. | 使用者不支援指定網路流量加密參數。 |
| 403 | InvalidOperation.InstanceTypeNotSupportEniTrunking | The current instance type does not support ENI trunking operation. | 當前的執行個體規格不支援彈性網卡的中繼操作。 |
| 404 | InvalidStorageClusterId.NotExist | The specified StorageClusterId does not exist in current region. | |
| 404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 地區資訊錯誤 |
| 404 | InvalidZoneId.NotFound | The ZoneId provided does not exist in our records. | |
| 404 | InvalidSecurityGroupId | The specified SecurityGroupId is invalid or does not exist. | 指定的安全性群組 ID 無效或者不存在。 |
| 404 | InvalidSecurityGroupId.NotFound | The SecurityGroupId provided does not exist in our records. | 指定的安全性群組在該使用者帳號下不存在,請您檢查安全性群組 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. | |
| 404 | InvalidVSwitchId.NotFound | Specified virtual switch does not exist. | 指定的虛擬交換器 ID 不存在。 |
| 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. | |
| 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. | |
| 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.ImageNotValid | The specified Image is disabled or is deleted. | 指定的鏡像不存在。 |
| 404 | OperationDenied.CreatingConflict | Another Instance has been creating. | |
| 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. | RAM角色未被授權用於ECS服務 |
| 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 | 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. | 請求被資源操作流控 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。