建立一台ECS實例。

描述

建立一台實例前,您可以調用 DescribeAvailableResource 查看指定地域或者可用區內的實例資源供給情況。

建立實例會涉及到資源計費,建議您提前瞭解Elastic Compute Service的計費方式。更多詳情,請參閱 計費概述若實例付費類型為預付費的訂用帳戶實例(PrePaid),則在付款時預設會使用您可用的優惠券。

根據請求參數建立實例時,您需要注意以下幾類請求參數的使用說明。

實例規格

  • 建立實例時,可以通過參數 IoOptimized 指定是否建立I/O優化實例。
  • 如果選擇建立本地SSD盤(ephemeral_ssd)的實例,一旦建立就不能修改實例規格。
鏡像

在建立實例時,必須要選擇鏡像,確定新建立實例的系統盤配置。基於鏡像建立實例後,實例的系統盤即為此鏡像的完全複製。

  • 實例記憶體為512 MiB時不能使用Windows鏡像。

  • 實例記憶體為4 GiB以上時不能使用32位作業系統的鏡像。

網路設定
  • Virtual Private Cloud類型實例只能在建立時指定,必須且只能屬於一個交換器。

  • 指定 VSwitchId 時,SecurityGroupIdVSwitchId 要屬於同一個VPC。

  • VSwitchIdPrivateIpAddress 同時指定時,PrivateIpAddress 要包含在交換器的CidrBlock之內。

  • PrivateIpAddress 依賴於 VSwitchId,不能單獨指定 PrivateIpAddress

  • 使用本介面建立的實例將不會分配公網IP,您可以調用 AllocatePublicIpAddress 分配公網IP。

  • 在建立實例時,InternetChargeTypeInternetMaxBandwidthOut 的設定決定可能發生的頻寬費用。InternetMaxBandwidthIn 的值在任何情況下都與計費無關,實例的入資料流量是免費的。

  • 參數 InternetChargeTypeInternetMaxBandwidthOut 之間的關係如下表所示。

    參數 InternetChargeType InternetMaxBandwidthOut
    參數取值 PayByTraffic 按使用流量付費。頻寬的上限設定,計費以實際使用的網路流量為依據。
安全性群組
  • 安全性群組需要預先建立,可通過 CreateSecurityGroup 建立。

  • 可以在新建立實例時指定安全性群組,也可通過 ModifyInstanceAttribute 的介面變更實例所屬安全性群組。

  • 在同一個安全性群組內的實例內網可以相互訪問。不同安全性群組之間預設隔離,不可相互訪問,但是可以授權訪問。更多詳情,請參閱 AuthorizeSecurityGroupAuthorizeSecurityGroupEgress

  • 同一個安全性群組內的實例數量不能超過1000台。

儲存
  • 不同類型雲盤的最大容量不同:

    • 單塊普通雲盤(cloud)容量最大不能超過2000 GiB。

    • 單塊高效雲盤(cloud_efficiency)容量最大不超過32 TiB(32768 GiB)。

    • 單塊SSD雲盤(cloud_ssd)容量最大不能超過32 TiB(32768 GiB)。

    • 單塊本地SSD盤(ephemeral_ssd)容量最大不能超過800 GiB。

  • 建立實例時,我們根據您指定的鏡像為實例分配一個相應大小的系統盤。系統盤容量必須大於或者等於max{20, ImageSize}。系統盤的種類有普通雲盤(cloud)、高效雲盤(cloud_efficiency)、SSD雲盤(cloud_ssd)、和本地SSD盤(ephemeral_ssd)。

  • 當系統盤是普通雲盤(cloud)、高效雲盤(cloud_efficiency)或SSD雲盤(cloud_ssd)時,數據盤不能是本地SSD 盤 ephemeral_ssd

  • 當實例選擇為I/O優化實例時,系統盤只能選擇高效雲盤(cloud_efficiency)及SSD雲盤(cloud_ssd)。

  • 一個實例最多添加16塊數據盤。數據盤掛載點由系統預設順序分配,/dev/xvdb開始到/dev/xvdz。數據盤選擇本地SSD盤 ephemeral_ssd 時,系統盤必須為本地SSD盤,同時一個實例的本地SSD盤總容量不超過1 TiB(1024 GiB,不包括系統盤)。

  • 本地SSD盤 ephemeral_ssd 必須在建立實例時指定,實例建立完成後不能再添加。更多詳情,請參閱 實例規格族

自訂數據

若實例滿足使用 實例自訂數據 的限制,您可傳入UserData資訊。UserData以Base64的方式編碼。UserData將以不加密的方式傳入,不要以明文方式傳入機密的資訊,例如密碼和私密金鑰等。如果必須傳入,建議加密後,然後以Base64的方式編碼後再傳入,在實例內部以同樣的方式反解密。

其他

在阿里雲CLI及SDK中使用API時,部分帶點號(.)的入參需要去掉點號(.)再使用,包括:SystemDisk.CategorySystemDisk.SizeSystemDisk.DescriptionDataDisk.n.SizeDataDisk.n.CategoryDataDisk.n.SnapshotIdDataDisk.n.DiskNameDataDisk.n.DescriptionDataDisk.n.DeleteWithInstance

例如,在 阿里雲CLI SDK 中使用 SystemDiskCategory 表示入參 SystemDisk.Category

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:CreateInstance
RegionId String 實例所屬的地域ID。您可以調用DescribeRegions查看最新的阿里雲地域列表。
ImageId String 鏡像檔案ID,啟動實例時選擇的鏡像資源。
InstanceType String 實例的資源規格。更多詳情,請參閱 實例規格族,也可以調用 DescribeInstanceTypes 介面獲得最新的規格表。
SecurityGroupId String 指定新建立實例所屬於的安全性群組代碼,同一個安全性群組內的實例之間可以互相訪問。
ZoneId String 實例所屬的可用區編號。更多詳情,請參閱 DescribeZones 獲取可用區列表。

空表示由系統選擇,預設值:空。

InstanceName String 實例的名稱。
  • 長度為[2, 128]個英文或中文字元,必須以大小字母或中文開頭,可包含數字、點號(.)、半形冒號(:)、底線(_)或短橫線(-)。
  • 如果沒有指定該參數,預設值為實例的InstanceId。
  • 不能以 http:// 和 https:// 開頭。
Description String 實例的描述。
  • 長度為 [2, 256] 個字元。
  • 不填則為空,預設值為空。
  • 不能以 http:// 和 https:// 開頭。
InternetChargeType String 網路計費類型。取值範圍:
  • PayByTraffic:按使用流量計費
預設值:PayByTraffic
InternetMaxBandwidthIn String 公網入頻寬最大值,單位為Mbit/s。取值範圍:[1,200]

預設值:200

InternetMaxBandwidthOut String 公網出頻寬最大值,單位為Mbit/s。取值範圍:[0, 100]

預設值:0

HostName String 雲端服務器的主機名稱。
  • 點號(.)和短橫線(-)不能作為HostName的首尾字元,不能連續使用。
  • Windows系統主機名稱字元長度為 [2, 15],允許字母(不限制大小寫)、數字和短橫線(-)組成,不支援點號(.),不能全是數字。
  • 其他(Linux等)平台字元長度為 [2, 128],允許支援多個點號,點之間為一段,每段允許字母(不限制大小寫)、數字和短橫線(-)組成。
Password String 實例的密碼。
  • 長度為[8, 30]個字元,必須同時包含三類不同的字元(大、小寫字母,數字和特殊符號)。
  • 支援以下特殊字元:( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ‘ < > , . ? /
如果傳入Password參數,建議您使用HTTPS協議發送請求,避免密碼泄露。
PasswordInherit Boolean 是否使用鏡像預設的密碼。使用該參數時,Password參數必須為空,同時您需要確保使用的鏡像已經設定了密碼。
IoOptimized String 是否為I/O優化實例。取值範圍:
  • none:非I/O優化
  • optimized:I/O優化
已停售的執行個體規格 實例預設值:none

其他實例規格預設值:optimized

SystemDisk.Category String 系統盤的磁碟種類。取值範圍:
  • cloud:普通雲盤
  • cloud_efficiency:高效雲盤
  • cloud_ssd:SSD雲盤
  • ephemeral_ssd:本地SSD盤
已停售的執行個體規格 且非 I/O 優化實例預設值:cloud

否則,預設值:cloud_efficiency

SystemDisk.Size Integer 系統盤大小,單位為GiB。取值範圍:[20, 500]

該參數的取值必須大於或者等於max{20, ImageSize}。

預設值:max{40, ImageSize}

SystemDisk.DiskName String 系統盤名稱。
  • 長度為[2, 128]個英文或中文字元,必須以大小字母或中文開頭,可以包含數字、半形冒號(:)、底線(_)或者連字號(-)。
  • 不能以http://和https:// 開頭
  • 不填則為空,預設值為空。
SystemDisk.Description String 系統盤描述。
  • 長度為[2, 256]個英文或中文字元。
  • 不能以http://和https://開頭。
  • 不填則為空,預設值為空。
DataDisk.n.Size Integer 第n個數據盤的容量大小,n的取值範圍為[1, 16],記憶體單位為 GiB。取值範圍:
  • cloud:[5, 2000]
  • cloud_efficiency:[20, 32768]
  • cloud_ssd:[20, 32768]
  • ephemeral_ssd:[5, 800]
該參數的取值必須大於等於參數 SnapshotId 指定的快照的大小。
DataDisk.n.Category String 數據盤n的磁碟種類。取值範圍:
  • cloud:普通雲盤
  • cloud_efficiency:高效雲盤
  • cloud_ssd:SSD雲盤
  • ephemeral_ssd:本地SSD盤
預設值:cloud
DataDisk.n.Encrypted Boolean 數據盤n是否加密。預設值:false
DataDisk.n.SnapshotId String 建立數據盤n使用的快照。 指定參數 DataDisk.n.SnapshotId 後,參數 DataDisk.n.Size 會被忽略,實際建立的磁碟大小為參數 SnapshotId 的大小。若 SnapshotId 的建立時間早於2013年7月15日(含),該次請求會被拒絕,且返回錯誤 InvalidSnapshot.TooOld
DataDisk.n.DiskName String 數據盤名稱。
  • 長度為[2, 128]個英文或中文字元,必須以大小字母或中文開頭,可包含數字、半形冒號(:)、底線(_)或者連字號(-)。
  • 不能以http://和https://開頭。
  • 不填則為空,預設值為空。
DataDisk.n.Description String 數據盤描述。
  • 長度為[2, 256]個英文或中文字元。
  • 不能以http://和https://開頭。
  • 不填則為空,預設值為空。
DataDisk.n.DeleteWithInstance Boolean 表示數據盤是否隨實例釋放。

預設值:true

這個參數只對獨立雲盤有效,即,參數DataDisk.n.Category 取值為 cloudcloud_efficiencycloud_ssd 的雲盤,否則會報錯。
HpcClusterId String 實例所屬的叢集ID。
VSwitchId String 如果是建立VPC類型的實例,需要指定虛擬交換器ID。
PrivateIpAddress String 實例私網IP地址。該IP地址必須為 VSwitchId 網段的子集網址。
InstanceChargeType String 實例的付費方式。取值範圍:
  • PrePaid:預付費,訂用帳戶。選擇該類付費方式時,您必須確認自己的帳號支援餘額支付/信用支付,否則將返回 InvalidPayMethod 的錯誤提示。
  • PostPaid:隨用隨付。
預設值:PostPaid
SpotStrategy String 後付費實例的搶佔策略。當參數 InstanceChargeType 取值為 PostPaid 時生效。取值範圍:
  • NoSpot:正常隨用隨付實例。
  • SpotWithPriceLimit:設定上限價格的搶佔式實例。
  • SpotAsPriceGo:系統自動出價,跟隨當前市場實際價格。
預設值:NoSpot
SpotPriceLimit Float 設定實例的每小時最高價格。支援最大3位小數,參數 SpotStrategy 取值為 SpotWithPriceLimit 時生效。
Period Integer 購買資源的時長,單位為:月。當參數 InstanceChargeType 取值為 PrePaid 時才生效且為必選值。取值範圍:
  • 1 - 9
  • 12
  • 24
  • 36
  • 48
  • 60
PeriodUnit String 購買資源的時長。可選值Week | Month。

PeriodUnitWeek 時:

  • Period 取值 {“1”, “2”, “3”, “4”}
  • AutoRenewPeriod 取值 {“1”, “2”, “3”}
PeriodUnitMonth 時:
  • Period 取值 { “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}
  • AutoRenewPeriod 取值 {“1”, “2”, “3”, “6”, “12”}
預設值:Month
AutoRenew String 是否要自動續費。當參數 InstanceChargeType 取值 PrePaid 時才生效。取值範圍:
  • True:自動續費。
  • False:不自動續費。
預設值:False
AutoRenewPeriod Integer 每次自動續費的時長,當參數 AutoRenew 取值 True 時為必填。取值範圍:
  • 1
  • 2
  • 3
  • 6
  • 12
UserData String 實例自訂數據,需要以Base64方式編碼,未經處理資料最多為16KB。
ClientToken String

保證請求等冪性。從您的用戶端生成一個參數值,確保不同請求間該參數值唯一。只支援ASCII字元,且不能超過64個字元。更多詳情,請參閱 如何保證等冪性

KeyPairName String 金鑰組名稱。
  • Windows實例,忽略該參數。預設為空。即使填寫了該參數,仍舊只執行 Password 的內容。
  • Linux實例的密碼登入方式會被初始化成禁止。
DeploymentSetId String 部署集ID。
RamRoleName String 實例RAM角色名稱稱。您可以使用 RAM API 查詢實例RAM角色名稱。參考相關 API。
SecurityEnhancementStrategy String 是否開啟安全加固。取值範圍:
  • Active:啟用安全加固,只對系統鏡像生效。
  • Deactive:不啟用安全加固,對所有鏡像類型生效。
Tag.n.Key String 實例的標籤鍵。n 的取值範圍:[1, 5]。一旦傳入該值,則不允許為Null 字元串。最多支援64個字元。 不能以aliyun、acs:、http://或者https://開頭。
Tag.n.Value String 實例的標籤值。n 的取值範圍:[1, 5]。一旦傳入該值,可以為Null 字元串。最多支援128個字元。 不能以aliyun、http://或者https://開頭。
DryRun Boolean 是否只預檢此次請求。
  • true:發送檢查請求,不會建立執行個體。檢查項包括是否填寫了必需參數、請求格式、業務限制和ECS庫存。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
  • false:發送正常請求,通過檢查後直接建立執行個體。

預設值:false

返回參數

名稱 類型 描述
InstanceId String 實例ID,是訪問實例的唯一標識。

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=CreateInstance
&RegionId=cn-hangzhou
&ImageId=_32_23c472_20120822172155_aliguest.vhd
&SecurityGroupId=sg-c0003e8b9
&HostName=Bctest01
&InstanceType=ecs.t1.small
&<公共請求參數>
XML樣本
<CreateInstanceResponse>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
    <InstanceId>i-instance1</InstanceId>
</CreateInstanceResponse>
JSON樣本
{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
    "InstanceId": "i-instance1"
}

錯誤碼

以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API錯誤中心

錯誤碼 錯誤資訊 HTTP狀態碼 說明
Account.Arrearage Your account has an outstanding payment. 400 帳號已經欠費。
DryRunOperation Request validation has been passed with DryRun flag set. 400 此次DryRun預檢請求合格。
IncorrectVSwitchStatus The current status of virtual switch does not support this operation. 400 指定的 VSwitch 狀態不正確。
InstanceDiskCategoryLimitExceed The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. 400 指定的磁碟大小超過了該類型磁碟上限。
InstanceDiskNumber.LimitExceed The total number of specified disk in an instance exceeds. 400 鏡像中包含的數據盤和數據盤參數合并後,數據盤的總數超出限制。
InvalidAutoRenewPeriod.ValueNotSupported The specified autoRenewPeriod is not valid. 400 指定的 AutoRenewPeriod 不合法。
InvalidDataDiskCategory.ValueNotSupported The specified parameter DataDisk.n.Category is not valid. 400 指定的 DataDisk.n.Category不合法。
InvalidDataDiskCategory.ValueNotSupported The specified parameter DataDisk.n.Category is not valid. 400 指定的 DataDisk.n.Category不合法。
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. 400 指定的 DataDisk.n.Size 不合法(超出範圍)。
InvalidDescription.Malformed The specified parameter Description is not valid. 400 指定的 Description 格式不合法。
InvalidDiskCategory.Mismatch The specified disk categories’ combination is not supported. 400 指定的磁碟類型組合不支援。
InvalidDiskCategory.ValueNotSupported The specified parameter DiskCategory is not valid. 400 指定的 DiskCategory 不合法。
InvalidDiskDescription.Malformed The specified parameter SystemDisk.DiskDescription or DataDisk.n.Description is not valid. 400 指定的 SystemDisk.DiskDescriptionDataDisk.n.Description不合法。
InvalidDiskDescription.Malformed The specified parameter SystemDisk.DiskDescription or DataDisk.n.Description is not valid. 400 指定的 SystemDisk.DiskDescriptionDataDisk.n.Description不合法。
InvalidDiskName.Malformed The specified parameter SystemDisk.DiskName or DataDisk.n.DiskName is not valid. 400 指定的 SystemDisk.DiskNameDataDisk.n.DiskName 不合法。
InvalidHostName.Malformed The specified parameter HostName is not valid. 400 指定的 HostName 格式不合法。
InvalidHpcClusterId.NotFound The specified HpcClusterId is not found. 400 指定的 HpcClusterId 不存在。
InvalidHpcClusterId.Creating The specified HpcClusterId is creating. 400 指定的 HpcClusterId 正在建立中。
InvalidHpcClusterId.Unnecessary The specified HpcClusterId is unnecessary. 400 只有部分實例規格 InstanceType 支援指定叢集 ID。
InvalidVSwitchId.Necessary The HpcClusterId is necessary. 400 該實例規格 InstanceType 需要指定 E-HPC 叢集 ID,您需要傳入 HpcClusterId
InvalidInstanceName.Malformed The specified parameter InstanceName is not valid. 400 指定的 InstanceName 格式不合法。
InvalidInstanceType.ValueNotSupported The specified InstanceType beyond the permitted range. 400 指定的 InstanceType 不合法(超出可選範圍)。
InvalidInstanceType.ValueUnauthorized The specified InstanceType is not authorized. 400 指定的 InstanceType 未授權使用。
InvalidInternetChargeType.ValueNotSupported The specified InternetChargeType is not valid. 400 指定的 InternetChargeType不存在。
InvalidIoOptimizedValue.ValueNotSupported IoOptimized value not supported. 400 指定的 IoOptimized 參數不支援。
InvalidIPAddress.AlreadyUsed The specified IPAddress is already used by other resource. 400 指定的 IP 位址已經被使用。
InvalidNetworkType.Mismatch Specified parameter InternetMaxBandwidthIn or InternetMaxBandwidthOut conflict with instance network type. 400 指定的 InternetMaxBandwidthInInternetMaxBandwidthOut 與實例網路類型不符合。
InvalidSpotStrategy The specified SpotStrategy is not valid. 400 SpotStrategy 參數不合法。
InvalidSpotPriceLimit The specified SpotPriceLimitis not valid. 400 SpotPriceLimit 參數不合法。
InvalidSpotAuthorized The specified Spot param is unauthorized. 400 該帳號沒有授權建立搶佔式實例。
InvalidSpotPrepaid The specified Spot type is not support PrePay Instance. 400 搶佔式支援預付費。
InvalidSpotPriceLimit.LowerThanPublicPrice The specified parameter spotPriceLimit can’t be lower than current public price. 400 出價低於當前系統公允價格。
InvalidNetworkType.Mismatch Specified parameter InternetChargeType conflict with instance network type. 400 指定的 InternetChargeType與實例網路類型不符合。
InvalidNodeControllerId.Malformed The specified parameter NodeControllerId is not valid. 400 指定的 NodeControllerId 不合法。
InvalidParameter The specified parameter InternetMaxBandwidthOut is not valid. 400 指定的 InternetMaxBandwidthOut 不合法(不是數字或超出範圍)。
InvalidParameter The specified instance bandwidth is not valid. 400 指定的頻寬值不合法。
InvalidParameter.Bandwidth The specified parameter Bandwidth is not valid. 400 指定的頻寬值不合法。
EncryptedOption.Conflict Encryption value of disk and snapshot conflict. 400 磁碟的加密屬性和快照的加密屬性不一致。
InvalidParameter.Conflict The specified image does not support the specified instance type. 400 指定的 InstanceType 上不允許使用該指定的鏡像。
InvalidParameter.Encrypted.KmsNotEnabled The encrypted disk need enable KMS. 400 您未開通 KMS 服務。
InvalidParameter.EncryptedIllegal The value of parameter Encrypted is illegal. 400 傳入的參數 Encrypted 非法。
InvalidParameter.EncryptedNotSupported Encrypted disk is not support in this region. 400 所選擇的地域不支援加密特性。
InvalidParameter.EncryptedNotSupported Corresponding data disk category does not support encryption. 400 對應的磁碟種類不支援加密。
InvalidParameter.Mismatch Specified security group and virtual switch are not in the same VPC. 400 指定安全性群組與 VSwitch 不屬於同一個 VPC。
InvalidParameter.Mismatch Specified virtual switch is not in the specified zone. 400 指定的 VSwitch 不在指定 Zone。
InvalidPassword.Malformed The specified parameter Password is not valid. 400 指定的 Password 格式不合法。
InvalidPrivateIpAddress Specified private IP address is not in the CIDR block of virtual switch. 400 指定的 IP 不屬於該 VSwitch。
InvalidPrivateIpAddress.Duplicated Specified private IP address is duplicated. 400 指定的 PrivateIpAddress 重複。
InvalidPrivateIpAddress.Malformed Specified private IP address is malformed. 400 指定的私有 IP 不合法。
InvalidPasswordParam.Mismatch The input password should be null when passwdInherit is true. 400 指定了 PasswdInherit 後,您不能指定 Password 參數。
InvalidSnapshotId.BasedSnapshotTooOld The specified snapshot is created before 2013-07-15. 400 使用了 2013-07-15 之前建立的快照。
InvalidSpotAliUid The specified UID is not authorized to use SPOT instance. 400 該帳號不能使用搶佔式
InvalidSystemDiskCategory.ValueNotSupported The specified parameter SystemDisk.Category is not valid. 400 指定的 SystemDisk.Category不合法。
InvalidUserData.NotSupported The specified parameter UserData only support the vpc and IoOptimized Instance. 400 UserData 只能使用在 VPC 和 I/O 優化實例上。
InvalidUserData.SizeExceeded The specified parameter UserData exceeds the size. 400 指定的 UserData 過長。
MissingParameter The input parameter VSwitchId that is mandatory for processing this request is not supplied. 400 缺少必填參數 VSwitchId
MissingParamter The specified parameter Period is not null. 400 參數 Period 不能為空。
QuotaExceed.AfterpayInstance The maximum number of Pay-As-You-Go instances is exceeded. 400 您的隨用隨付實例個數達到上限。
QuotaExceeded Living instances quota exceeded in this VPC. 400 VPC 中實例數量超限。
QuotaExceeded.PrivateIpAddress Don’t have enough private IPs in this switch. 400 私有 IP 數量不足。
ResourceNotAvailable Resource you requested is not available in this region or zone. 400 指定的地域或可用區內該資源不可用。
CategoryNotSupported The specified zone does not offer the specified disk category. 403 該可用區無權建立指定種類的磁碟。
DeleteWithInstance.Conflict The specified disk is not a portable disk and cannot be set to DeleteWithInstance attribute. 403 該磁碟不支援掛載與卸載。
DependencyViolation.WindowsInstance The instance creating is window, cannot use ssh key pair to login. 403 Windows 實例不能使用 SSH 金鑰對。
DeploymentSet.NoRoom There is no room for more instance creation in the specified DeploymentSet. 403 指定的 DeploymentSet 中不能建立更多的實例。
Forbbiden User not authorized to operate on the specified resource. 403 您暫時無法使用該資源。
ImageNotSubscribed The specified image has not be subscribed. 403 沒有訂閱鏡像市場的鏡像。
ImageNotSupportInstanceType The specified image don’t support the InstanceType instance. 403 指定鏡像不支援該實例類型。
ImageRemovedInMarket The specified market image is not available, or the specified custom image includes product code because it is based on an image subscribed from marketplace, and that image in marketplace including exact the same product code has been removed. 403 鏡像市場的鏡像已下架,或者自訂鏡像中包含的 product code 對應的鏡像市場鏡像已經下架。
InstanceDiskCategoryLimitExceed The total size of specified disk category in an instance exceeds. 403 指定的磁碟種類超過了單一實例的最大容量。
InstanceDiskNumLimitExceed The number of specified disk in an instance exceeds. 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 指定的磁碟類型不支援該實例類型。
InvalidDiskSize.TooSmall Specified disk size is less than the size of snapshot. 403 指定的磁碟小於指定快照大小。
InvalidInstanceType.ZoneNotSupported The specified zone does not support this InstanceType. 403 指定 Zone 不支援該實例類型。
InvalidNetworkType.MismatchRamRole Ram role cannot be attached to instances of Classic network type. 403 實例 RAM 角色不能被用於經典網路。
InvalidParameter.ResourceOwnerAccount ResourceOwnerAccount is Invalid. 403 指定的 ResourceOwnerAccount不合法。
InvalidPayMethod The specified billing method is not valid. 403 指定的付費類型不存在。
InvalidResourceType.NotSupported This resource type is not supported; please try other resource types. 403 建立實例的配置暫無可用區支援,請選擇其他配置建立。
InvalidSnapshotId.NotDataDiskSnapshot The specified snapshot is system disk snapshot. 403 系統盤快照不能建立數據盤。
InvalidSnapshotId.NotReady The specified snapshot has not completed yet. 403 快照沒有完成。
InvalidSystemDiskCategory.ValueUnauthorized The disk category is not authorized. 403 磁碟種類未被授權使用。
InvalidUser.PassRoleForbidden The RAM user does not have the privilege to pass a role. 403 您使用的 RAM 用戶帳號暫不具有 PassRole 的許可權,請聯繫主帳號擁有者 授權 PassRole 許可權。
InvalidVSwitchId.NotFound The VSwitchId provided does not exist in our records. 403 指定的 VSwitchId 不存在。
IoOptimized.NotSupported The specified image is not support IoOptimized Instance. 403 指定的鏡像不支援 I/O 優化實例。
IoOptimized.NotSupported Vpc is not support IoOptimized instance. 403 指定的 VPC 中無法建立 I/O 優化實例。
OperationDenied The specified snapshot is not allowed to create disk. 403 特定磁碟的快照不能建立磁碟或者快照不能建立磁碟。
OperationDenied The creation of Instance to the specified Zone is not allowed. 403 該可用區無權建立實例或者 ZoneIdRegionId 不匹配。
OperationDenied The specified Image is disabled or is deleted. 403 指定的鏡像找不到。
OperationDenied Sales of this resource are temporarily suspended in the specified region; please try again later. 403 該地域暫時停售按量實例。
OperationDenied The capacity of snapshot exceeds the size limit of the specified disk category or the specified category is not authorized. 403 指定的 DataDisk.n.Size 不合法(超出範圍)或者磁碟種類未被授權使用。
OperationDenied The type of the disk does not support the operation. 403 指定磁碟類型不支援該操作。
OperationDenied.NoStock Sales of this resource are temporarily suspended in the specified region; please try again later. 403 庫存不足,請嘗試其它系列或者其它可用區/地域的實例。
QuotaExceed.BuyImage The specified image is from the image market, You have not bought it or your quota has been exceeded. 403 指定鏡像沒有購買或超過限制。
QuotaExceed.PortableCloudDisk The quota of portable cloud disk exceeds. 403 可掛載的雲磁碟數量已經達到上限(最多 16 塊)。
RegionUnauthorized There is no authority to create instance in the specified region. 403 您暫時無法使用該地域的資源。
SecurityGroupInstanceLimitExceed The maximum number of instances in a security group is exceeded. 403 該安全性群組內實例數量已經達到上限。
Zone.NotOnSale The specified zone is not available for purchase. 403 建立實例的可用區已經關閉售賣,請更換其他可用區。或者無法在該可用區使用指定 VPC 的虛擬交換器。
Zone.NotOpen The specified zone is not granted to you to buy resources yet. 403 您暫時無法在指定可用區建立實例。
ZoneId.NotFound The specified zone does not exists. 403 指定的可用區不存在。
DependencyViolation.IoOptimized The specified InstanceType must be IoOptimized instance. 404 指定的實例規格必須是 I/O 優化實例。
HOSTNAME_ILLEGAL hostname is not valid. 404 指定的 HostName 不合法。
InvalidDataDiskSnapshotId.NotFound The specified parameter DataDisk.n.SnapshotId is not valid. 404 指定的 DataDisk.n.SnapshotId 不存在。
InvalidDataDiskSnapshotId.NotFound The specified parameter DataDisk.n.SnapshotId is not valid. 404 指定的 DataDisk.n.SnapshotId 不存在。
InvalidDeploymentSetId.NotFound The specified DeploymentSetId does not exist. 404 指定的 DeploymentSetId 不存在。
InvalidImageId.NotFound The specified ImageId does not exist. 404 指定的鏡像不存在。
InvalidInstanceChargeType.NotFound The InstanceChargeType does not exist in our records. 404 指定的 InstanceChargeType不存在。
InvalidKeyPairName.NotFound The specified KeyPairName does not exist in our records. 404 指定的 KeyPairName 不存在。
InvalidRamRole.NotFound The specified RamRoleName does not exist. 404 指定的 RamRoleName 不存在。
InvalidRegionId.NotFound The specified RegionId does not exist. 404 指定的 RegionId 不存在。
InvalidSecurityGroupId.NotFound The specified SecurityGroupId does not exist. 404 指定的 SecurityGroupId 不存在。或者您無法使用指定的安全性群組。
InvalidSystemDiskSize The specified parameter SystemDisk.Size is invalid. 404 指定的 SystemDisk.Size 不合法。
InvalidSystemDiskSize.LessThanImageSize The specified parameter SystemDisk.Size is less than the image size. 404 指定的 SystemDisk.Size 小於鏡像大小。
InvalidSystemDiskSize.LessThanMinSize The specified parameter SystemDisk.Size is less than the min size. 404 指定的 SystemDisk.Size 小於磁碟大小下限。
InvalidSystemDiskSize.MoreThanMaxSize The specified parameter SystemDisk.Size is more than the max size. 404 指定的 SystemDisk.Size 大於磁碟大小上限。
InvalidVSwitchId.NotFound Specified virtual switch does not exist. 404 指定的 VSwitch 不存在。
InvalidZoneId.NotFound The specified ZoneId does not exist. 404 指定 Zone 不存在。
IoOptimized.NotSupported The specified InstanceType is not support IoOptimized instance. 404 指定的實例類型不支援 I/O 優化實例。
OperationDenied Another Instance is being created. 404 正在建立另外的實例。
PaymentMethodNotFound No billing method has been registered on the account. 404 該帳號下沒有付款條件。
InternalError The request processing has failed due to some unknown error,exception or failure. 500 內部錯誤。