建立一台ECS實例。
描述
建立一台實例前,您可以調用 DescribeAvailableResource 查看指定地域或者可用區內的實例資源供給情況。
建立實例會涉及到資源計費,建議您提前瞭解Elastic Compute Service的計費方式。更多詳情,請參閱 計費概述。若實例付費類型為預付費的訂用帳戶實例(PrePaid
),則在付款時預設會使用您可用的優惠券。
根據請求參數建立實例時,您需要注意以下幾類請求參數的使用說明。
實例規格
- 建立實例時,可以通過參數
IoOptimized
指定是否建立I/O優化實例。 - 如果選擇建立本地SSD盤(
ephemeral_ssd
)的實例,一旦建立就不能修改實例規格。
在建立實例時,必須要選擇鏡像,確定新建立實例的系統盤配置。基於鏡像建立實例後,實例的系統盤即為此鏡像的完全複製。
-
實例記憶體為512 MiB時不能使用Windows鏡像。
-
實例記憶體為4 GiB以上時不能使用32位作業系統的鏡像。
-
Virtual Private Cloud類型實例只能在建立時指定,必須且只能屬於一個交換器。
-
指定
VSwitchId
時,SecurityGroupId
和VSwitchId
要屬於同一個VPC。 -
VSwitchId
和PrivateIpAddress
同時指定時,PrivateIpAddress
要包含在交換器的CidrBlock之內。 -
PrivateIpAddress
依賴於VSwitchId
,不能單獨指定PrivateIpAddress
。 -
使用本介面建立的實例將不會分配公網IP,您可以調用 AllocatePublicIpAddress 分配公網IP。
-
在建立實例時,
InternetChargeType
和InternetMaxBandwidthOut
的設定決定可能發生的頻寬費用。InternetMaxBandwidthIn
的值在任何情況下都與計費無關,實例的入資料流量是免費的。 -
參數
InternetChargeType
與InternetMaxBandwidthOut
之間的關係如下表所示。參數 InternetChargeType InternetMaxBandwidthOut 參數取值 PayByTraffic
按使用流量付費。頻寬的上限設定,計費以實際使用的網路流量為依據。
-
安全性群組需要預先建立,可通過 CreateSecurityGroup 建立。
-
可以在新建立實例時指定安全性群組,也可通過 ModifyInstanceAttribute 的介面變更實例所屬安全性群組。
-
在同一個安全性群組內的實例內網可以相互訪問。不同安全性群組之間預設隔離,不可相互訪問,但是可以授權訪問。更多詳情,請參閱 AuthorizeSecurityGroup 和 AuthorizeSecurityGroupEgress。
-
同一個安全性群組內的實例數量不能超過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.Category
、SystemDisk.Size
、SystemDisk.Description
、DataDisk.n.Size
、DataDisk.n.Category
、DataDisk.n.SnapshotId
、DataDisk.n.DiskName
、DataDisk.n.Description
、DataDisk.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 | 否 | 實例的名稱。
|
Description | String | 否 | 實例的描述。
|
InternetChargeType | String | 否 | 網路計費類型。取值範圍:
|
InternetMaxBandwidthIn | String | 否 | 公網入頻寬最大值,單位為Mbit/s。取值範圍:[1,200] 預設值:200 |
InternetMaxBandwidthOut | String | 否 | 公網出頻寬最大值,單位為Mbit/s。取值範圍:[0, 100] 預設值:0 |
HostName | String | 否 | 雲端服務器的主機名稱。
|
Password | String | 否 | 實例的密碼。
Password 參數,建議您使用HTTPS協議發送請求,避免密碼泄露。 |
PasswordInherit | Boolean | 否 | 是否使用鏡像預設的密碼。使用該參數時,Password 參數必須為空,同時您需要確保使用的鏡像已經設定了密碼。 |
IoOptimized | String | 否 | 是否為I/O優化實例。取值範圍:
其他實例規格預設值:optimized |
SystemDisk.Category | String | 否 | 系統盤的磁碟種類。取值範圍:
否則,預設值:cloud_efficiency |
SystemDisk.Size | Integer | 否 | 系統盤大小,單位為GiB。取值範圍:[20, 500] 該參數的取值必須大於或者等於max{20, ImageSize}。 預設值:max{40, ImageSize} |
SystemDisk.DiskName | String | 否 | 系統盤名稱。
|
SystemDisk.Description | String | 否 | 系統盤描述。
|
DataDisk.n.Size | Integer | 否 | 第n個數據盤的容量大小,n的取值範圍為[1, 16],記憶體單位為 GiB。取值範圍:
SnapshotId 指定的快照的大小。 |
DataDisk.n.Category | String | 否 | 數據盤n的磁碟種類。取值範圍:
|
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 | 否 | 數據盤名稱。
|
DataDisk.n.Description | String | 否 | 數據盤描述。
|
DataDisk.n.DeleteWithInstance | Boolean | 否 | 表示數據盤是否隨實例釋放。 預設值:true 這個參數只對獨立雲盤有效,即,參數DataDisk.n.Category 取值為 cloud 、cloud_efficiency 或 cloud_ssd 的雲盤,否則會報錯。 |
HpcClusterId | String | 否 | 實例所屬的叢集ID。 |
VSwitchId | String | 否 | 如果是建立VPC類型的實例,需要指定虛擬交換器ID。 |
PrivateIpAddress | String | 否 | 實例私網IP地址。該IP地址必須為 VSwitchId 網段的子集網址。 |
InstanceChargeType | String | 否 | 實例的付費方式。取值範圍:
|
SpotStrategy | String | 否 | 後付費實例的搶佔策略。當參數 InstanceChargeType 取值為 PostPaid 時生效。取值範圍:
|
SpotPriceLimit | Float | 否 | 設定實例的每小時最高價格。支援最大3位小數,參數 SpotStrategy 取值為 SpotWithPriceLimit 時生效。 |
Period | Integer | 否 | 購買資源的時長,單位為:月。當參數 InstanceChargeType 取值為 PrePaid 時才生效且為必選值。取值範圍:
|
PeriodUnit | String | 否 | 購買資源的時長。可選值Week | Month。
PeriodUnit 為 Month 時:
|
AutoRenew | String | 否 | 是否要自動續費。當參數 InstanceChargeType 取值 PrePaid 時才生效。取值範圍:
|
AutoRenewPeriod | Integer | 否 | 每次自動續費的時長,當參數 AutoRenew 取值 True 時為必填。取值範圍:
|
UserData | String | 否 | 實例自訂數據,需要以Base64方式編碼,未經處理資料最多為16KB。 |
ClientToken | String | 否 | 保證請求等冪性。從您的用戶端生成一個參數值,確保不同請求間該參數值唯一。只支援ASCII字元,且不能超過64個字元。更多詳情,請參閱 如何保證等冪性。 |
KeyPairName | String | 否 | 金鑰組名稱。
|
DeploymentSetId | String | 否 | 部署集ID。 |
RamRoleName | String | 否 | 實例RAM角色名稱稱。您可以使用 RAM API 查詢實例RAM角色名稱。參考相關 API。 |
SecurityEnhancementStrategy | String | 否 | 是否開啟安全加固。取值範圍:
|
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 | 否 | 是否只預檢此次請求。
預設值: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
&<公共請求參數>
<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.DiskDescription 或 DataDisk.n.Description 不合法。 |
InvalidDiskDescription.Malformed | The specified parameter SystemDisk.DiskDescription or DataDisk.n.Description is not valid. | 400 | 指定的 SystemDisk.DiskDescription 或 DataDisk.n.Description 不合法。 |
InvalidDiskName.Malformed | The specified parameter SystemDisk.DiskName or DataDisk.n.DiskName is not valid. | 400 | 指定的 SystemDisk.DiskName 或 DataDisk.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 | 指定的 InternetMaxBandwidthIn 或 InternetMaxBandwidthOut 與實例網路類型不符合。 |
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 | 該可用區無權建立實例或者 ZoneId 和 RegionId 不匹配。 |
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 | 內部錯誤。 |