建立一台或多台隨用隨付執行個體。

描述

建立執行個體前,您可以調用DescribeAvailableResource查看指定地域或者可用性區域內的資源供給情況。

建立執行個體會涉及到資源計費,建議您提前瞭解Elastic Compute Service的計費方式。更多詳情,請參閱 計費概述

調用該介面時,您需要注意:

  • 單次最多能建立100台執行個體。
  • 您可以指定參數AutoReleaseTime設定執行個體自動釋放時間。
  • 建立成功後會返回執行個體ID列表,您可以通過API DescribeInstances查詢新建執行個體狀態。
  • 建立執行個體前,您需要確保您已經有可用的安全性群組。更多詳情,請參閱CreateSecurityGroup
  • 建立執行個體時,預設自動啟動執行個體,直到執行個體狀態變成運行中(Running)。
  • 建立Virtual Private Cloud類型執行個體前,您需要預先在相應的阿里雲地域 建立 VPC
  • CreateInstance相比,通過RunInstances建立的執行個體如果參數InternetMaxBandwidthOut的值大於0,則自動為執行個體分配公網IP。
  • 提交建立任務後,參數不合法或者庫存不足的情況下會報錯,具體的報錯原因參閱錯誤碼

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:RunInstances
RegionId String 執行個體所屬的地域ID。您可以調用DescribeRegions查看最新的阿里雲地域列表。
ZoneId String 執行個體所屬的可用性區域編號,您可以調用DescribeZones獲取可用性區域列表。

預設值:空

空表示由系統選擇。

ImageId String 鏡像ID,啟動執行個體時選擇的鏡像資源。您可以通過DescribeImages查詢您可以使用的鏡像資源。

如果您不指定LaunchTemplateIdLaunchTemplateName以確定啟動模板,ImageId為必需參數。

InstanceType String 執行個體的資源規格。更多詳情,請參閱執行個體規格類型系列,也可以調用DescribeInstanceTypes獲得最新的規格列表。

如果您不指定LaunchTemplateIdLaunchTemplateName以確定啟動模板,InstanceType為必需參數。

SecurityGroupId String 指定新建立執行個體所屬於的安全性群組ID。同一個安全性群組內的執行個體之間可以互相訪問,一個安全性群組最多能管理1000台執行個體。

如果您不指定LaunchTemplateIdLaunchTemplateName以確定啟動模板,SecurityGroupId為必需參數。

LaunchTemplateId String 啟動模板ID。更多詳情,請調用DescribeLaunchTemplates。您必須指定LaunchTemplateIdLaunchTemplateName以確定啟動模板。
LaunchTemplateName String 啟動模板名稱。您必須指定LaunchTemplateIdLaunchTemplateName以確定啟動模板。
LaunchTemplateVersion String 啟動模板版本。如果您指定了LaunchTemplateIdLaunchTemplateName而不指定啟動模板版本號碼,則採用預設版本。
Period Integer 購買資源的時長。當參數InstanceChargeType取值為PrePaid時才生效且為必選值。取值範圍:
  • PeriodUnit=Week時,Period取值:{“1”, “2”, “3”, “4”}
  • PeriodUnit=Month時,Period取值:{ “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “12”, “24”, “36”,”48”,”60”}
InternetChargeType String 網路計費類型。取值範圍:
  • PayByTraffic:按使用流量計費
預設值:PayByTraffic
IoOptimized String 是否為I/O優化執行個體。取值範圍:
  • none:非I/O優化
  • optimized:I/O優化

InstanceType已停售的執行個體規格 的規格預設值:none

InstanceType為非系列I的規格預設值:optimized

SystemDisk.Category String 系統盤的磁碟種類。取值範圍:
  • cloud:普通雲端碟
  • cloud_efficiency:高效雲端碟
  • cloud_ssd:SSD雲端碟
  • ephemeral_ssd:本地SSD盤

InstanceType已停售的執行個體規格 的規格且參數IoOptimized取值為none時,預設值:cloud

其餘情況,預設值:cloud_efficiency

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

該參數的取值必須大於或者等於max{20, ImageSize}。預設值:max{40, 參數ImageId對應的鏡像大小}

SystemDisk.DiskName String 系統盤名稱。長度為[2, 128]個英文或中文字元。必須以大小字母或中文開頭,不能以http://和https://開頭。可以包含數字、半形冒號(:)、底線(_)或者連字號(-)。
SystemDisk.Description String 系統盤描述。長度為[2, 256]個英文或中文字元,不能以http://和https://開頭。
DataDisk.n.Category String 資料盤n的磁碟種類,n的取值範圍為[1, 16]。取值範圍:
  • cloud:普通雲端碟
  • cloud_efficiency:高效雲端碟
  • cloud_ssd:SSD雲端碟
  • ephemeral_ssd:本地SSD盤
預設值:cloud
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.SnapshotId String 建立資料盤n使用的快照。n的取值範圍為[1, 16]。指定參數DataDisk.n.SnapshotId後,參數DataDisk.n.Size會被忽略,實際建立的磁碟大小為指定的快照的大小。不能使用早於2013年7月15日(含)建立的快照,請求會報錯被拒絕。
DataDisk.n.Encrypted Boolean 資料盤n是否加密,n的取值範圍為[1, 16]。

預設值:false

DataDisk.n.DiskName String 資料盤名稱,n的取值範圍為[1, 16]。長度為[2, 128]個英文或中文字元。必須以大小字母或中文開頭,不能以http://和https://開頭。可以包含數字、半形冒號(:)、底線(_)或者連字號(-)。
DataDisk.n.Description String 資料盤描述,n的取值範圍為[1, 16]。長度為[2, 256]個英文或中文字元,不能以http://和https://開頭。
DataDisk.n.DeleteWithInstance Boolean 表示資料盤是否隨執行個體釋放,n的取值範圍為[1, 16]。取值範圍:
  • true:執行個體釋放時,這塊磁碟隨執行個體一起釋放。
  • false:執行個體釋放時,這塊磁碟保留不釋放。
預設值:true

這個參數只對參數DataDisk.n.Category取值為cloudcloud_efficiencycloud_ssd的雲端碟,否則會報錯。

HpcClusterId String 執行個體所屬的叢集ID。
VSwitchId String 虛擬交換器ID。如果您建立的是VPC類型ECS執行個體,需要指定虛擬交換器ID。
InternetMaxBandwidthIn Integer 公網入頻寬最大值,單位為Mbit/s。取值範圍:[1, 200]

預設值:200

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

預設值:0

InstanceName String 執行個體名稱。長度為[2, 128]個英文或中文字元。必須以大小字母或中文開頭,不能以http://和https://開頭。可以包含數字、半形冒號(:)、底線(_)或者連字號(-)。

預設值為執行個體的InstanceId

说明 建立多台執行個體時,您可以使用UniqueSuffix為這些執行個體設定不同的 InstanceName
HostName String 雲伺服器的主機名稱。
  • 點號(.)和短橫線(-)不能作為首尾字元,更不能連續使用。
  • Windows執行個體:字元長度為[2, 15],不支援點號(.),不能全是數字。允許大小寫英文字母、數字和短橫線(-)。
  • 其他類型執行個體(Linux等):字元長度為[2, 128],支援多個點號(.),點之間為一段,每段允許大小寫英文字母、數字和短橫線(-)。
说明 建立多台執行個體時,您可以使用UniqueSuffix為這些執行個體設定不同的 HostName
UniqueSuffix Boolean 是否為HostNameInstanceName添加有序尾碼,有序尾碼從001開始遞增,最大不能超過999。例如:LocalHost001LocalHost002MyInstance001MyInstance002

預設值:false

Description String 執行個體的描述。長度為[2, 256]個英文或中文字元,不能以http://和https://開頭。
Password String 執行個體的密碼。長度為8至30個字元,必須同時包含大小寫英文字母、數字和特殊符號。特殊符號可以是()`~!@#$%^&*-+=|{}[]:;‘<>,.?/
说明 如果傳入參數 Password,建議您使用HTTPS協議調用API,避免密碼泄露。
PasswordInherit Boolean 是否使用鏡像預設的密碼。使用該參數時,Password參數必須為空,同時您需要確保使用的鏡像已經設定了密碼。
Amount String 指定建立ECS執行個體的數量。取值範圍:[1, 100]

預設值:1

AutoReleaseTime String 自動釋放時間。按照ISO8601標準表示,並需要使用UTC時間,格式為yyyy-MM-ddTHH:mm:ssZ。
  • 如果秒不是00,則自動取為當前分鐘開始時。
  • 最短在目前時間之後半小時。
  • 最久不能超過目前時間起三年。
UserData String 執行個體自訂資料。需要以Base64方式編碼,未經處理資料最多為16 KB。
KeyPairName String 金鑰組名稱。
  • Windows執行個體:忽略該參數。預設為空。即使填寫了該參數,仍舊只執行參數Password的內容。
  • Linux執行個體:如果指定該參數,預設禁用密碼登入方式。
RamRoleName String 執行個體RAM角色名稱。您可以使用 RAM API 查詢執行個體RAM角色名稱。參考相關API。
SecurityEnhancementStrategy String 是否開啟安全加固。取值範圍:
  • Active:啟用安全加固,只對系統鏡像生效。
  • Deactive:不啟用安全加固,對所有鏡像類型生效。
Tag.n.Key String 執行個體的標籤鍵。n的取值範圍:[1, 20]。一旦傳入該值,則不允許為Null 字元串。最多支援64個字元,不能以aliyun、acs:、http://或者https://開頭。
Tag.n.Value String 執行個體的標籤值。n的取值範圍:[1, 20]。一旦傳入該值,可以為Null 字元串。最多支援128個字元,不能以aliyun、http://或者https://開頭。
SpotStrategy String 後付費執行個體的搶佔策略。當參數InstanceChargeType取值為PostPaid時生效。取值範圍:
  • NoSpot:正常隨用隨付執行個體。
  • SpotWithPriceLimit:設定上限價格的搶佔式執行個體。
  • SpotAsPriceGo:系統自動出價,跟隨當前市場實際價格。
預設值:NoSpot
SpotPriceLimit Float 設定執行個體的每小時最高價格。支援最大3位小數,參數SpotStrategy取值為SpotWithPriceLimit時生效。
DryRun Boolean 是否只預檢此次請求。
  • true:發送檢查請求,不會建立執行個體。檢查項包括是否填寫了必需參數、請求格式、業務限制和ECS庫存。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
  • false:發送正常請求,通過檢查後直接建立執行個體。

預設值:false

说明 DryRun=true時, Amount參數只能設定為1。
ClientToken String

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

返回參數

名稱 類型 描述
InstanceIdSets InstanceIdSet 執行個體ID列表。
資料類型InstanceIdSet
名稱 類型 描述
InstanceId String 全域唯一的執行個體ID,是訪問執行個體的唯一標識。

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=RunInstances
&RegionId=cn-hangzhou
&InstanceType=ecs.cm4.6xlarge
&SecurityGroupId=sg-securitygroupid
&Amount=3
&<公共請求參數>
返回樣本

XML格式

<RunInstancesResponse>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
    <InstanceIdSets>
        <InstanceIdSet>
            <InstanceId>i-instanceid1</InstanceId>
            <InstanceId>i-instanceid2</InstanceId>
            <InstanceId>i-instanceid3</InstanceId>
        </InstanceIdSet>
    </InstanceIdSets>
</RunInstancesResponse>
JSON格式
{
    "InstanceIdSets": {
        "InstanceIdSet": [
            "i-instanceid1",
            "i-instanceid2",
            "i-instanceid3"
        ]
    },
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}

錯誤碼

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

錯誤碼 錯誤資訊 HTTP狀態碼 說明
Account.Arrearage Your account has an outstanding payment. 400 您的帳號已經欠費。
EncryptedOption.Conflict Encryption value of disk and snapshot conflict. 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 指定的虛擬交換器狀態不正確。
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不合法。
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 指定的資源描述格式錯誤。
InvalidDiskCategory.ValueNotSupported The specified parameter DiskCategory is not valid. 400 指定的磁碟種類不合法。
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.DiskNameDataDisk.n.DiskName不合法。
InvalidHostName.Malformed The specified parameter HostName is not valid. 400 指定的HostName格式錯誤。
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參數不支援。
InvalidNetworkType.Mismatch Specified parameter InternetMaxBandwidthIn or InternetMaxBandwidthOut conflict with instance network type. 400 指定的InternetMaxBandwidthInInternetMaxBandwidthOut與執行個體網路類型不符合。
InvalidNetworkType.Mismatch Specified parameter InternetChargeType conflict with instance network type. 400 指定的InternetChargeType與執行個體網路類型不符合。
InvalidParameter The specified parameter InternetMaxBandwidthOut is not valid. 400 指定的InternetMaxBandwidthOut取值為數字且不能超過100。
InvalidParameter The specified instance bandwidth is not valid. 400 指定的頻寬值不合法。
InvalidParameter The specified parameter Amount is not valid. 400 指定的Amount取值不能超過100。
InvalidParameter.Bandwidth The specified parameter Bandwidth is not valid. 400 指定的頻寬值不合法。
InvalidParameter.Conflict The specified image does not support the specified instance type. 400 指定的執行個體規格不允許使用指定的鏡像。
InvalidParameter.Encrypted.KmsNotEnabled The encrypted disk need enable KMS. 400 您還未開通KMS服務。
InvalidParameter.EncryptedIllegal The value of parameter Encrypted is illegal. 400 指定的DataDisk.n.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 指定安全性群組與虛擬交換器不屬於同一個VPC。
InvalidParameter.Mismatch Specified virtual switch is not in the specified zone. 400 指定的虛擬交換器不在指定的可用性區域。
InvalidPassword.Malformed The specified parameter Password is not valid. 400 指定的Password格式錯誤。
InvalidPasswordParam.Mismatch The input password should be null when passwdInherit is true. 400 指定了PasswordInherit後,您不能指定Password參數。
InvalidSnapshotId.BasedSnapshotTooOld The specified snapshot is created before 2013-07-15. 400 不能使用早於2013年7月15日(含)建立的快照。
InvalidSpotAliUid The specified UID is not authorized to use SPOT instance. 400 您的帳號暫不能使用搶佔式執行個體資源。
InvalidSpotAuthorized The specified Spot param is unauthorized. 400 您的帳號暫未授權使用搶佔式執行個體資源。
InvalidSpotPrepaid The specified Spot type is not support PrePay Instance. 400 搶佔式執行個體不支援預付費計費方式。
InvalidSpotPriceLimit The specified SpotPriceLimitis not valid. 400 指定的SpotPriceLimit不合法。
InvalidSpotPriceLimit.LowerThanPublicPrice The specified parameter spotPriceLimit can’t be lower than current public price. 400 指定的SpotPriceLimit不能低於我們設定的最低市場價格。
InvalidSpotStrategy The specified SpotStrategy is not valid. 400 指定的SpotStrategy不合法。
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在Base64編碼前不能超過64KB。
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需要指定叢集ID,您需要傳入HpcClusterId
MissingParameter The input parameter VSwitchId that is mandatory for processing this request is not supplied. 400 您必須為VPC類型執行個體指定 VSwitchId
QuotaExceed.AfterpayInstance The maximum number of Pay-As-You-Go instances is exceeded. 400 您能建立的隨用隨付執行個體數達到上限。更多詳情,請參閱使用限制
QuotaExceeded Living instances quota exceeded in this VPC. 400 指定的VPC中執行個體數量已超限。
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 指定的磁碟類型不支援設定DeleteWithInstance屬性。
DependencyViolation.WindowsInstance The instance creating is window, cannot use ssh key pair to login. 403 Windows執行個體不能使用SSH金鑰組。
Forbidden 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 指定的可用性區域不支援該執行個體規格。
InvalidNetworkType.MismatchRamRole Ram role cannot be attached to instances of Classic network type. 403 執行個體RAM角色不能用於經典網路類型執行個體。
InvalidPayMethod The specified billing method is not valid. 403 指定的計費方式不存在。
InvalidResourceType.NotSupported This resource type is not supported; please try other resource types. 403 建立執行個體的配置暫無可用性區域支援,請選擇其他配置建立。
InnerServiceFailed The request processing has failed due to some inner service error. 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 許可權。
InvalidUserData.Forbidden User not authorized to input the parameter UserData, please apply for permission UserData. 403 您暫時無法設定執行個體自訂資料。
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 您無法在該可用性區域建立執行個體。或者指定的可用性區域和地域不匹配。
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 一個安全性群組最多能管理1000台執行個體。
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不存在。
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不存在。
InvalidLaunchTemplate.NotFound The specified LaunchTemplateId “{0}” LaunchTemplateName “{1}” is not found. 404 指定的LaunchTemplateIdLaunchTemplateName不存在。
InvalidLaunchTemplateVersion.NotFound The specified LaunchTemplateId “{0}” Version “{1}” is not found. 404 指定的LaunchTemplateVersion不存在。
InvalidRamRole.NotFound The specified RamRoleName does not exist. 404 指定的RamRoleName不存在。
InvalidRegionId.NotFound The specified RegionId does not exist. 404 指定的地域不存在。
InvalidSecurityGroupId The specified SecurityGroupId is invalid or 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不能小於20 GiB。
InvalidSystemDiskSize.MoreThanMaxSize The specified parameter SystemDisk.Size is more than the max size. 404 指定的SystemDisk.Size不能超過500 GiB。
InvalidVSwitchId.NotFound Specified virtual switch does not exist. 404 指定的虛擬交換器不存在。
InvalidZoneId.NotFound The specified ZoneId does not exist. 404 指定的可用性區域不存在。
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 內部錯誤,請稍後再試。