この API は、Elastic Compute Service (ECS) インスタンスを一括で作成するために使用され、自動起動、パブリック IP アドレスの割り当て、自動リリース時刻の設定をサポートします。
操作説明
この API を使用する前に、ECS プロダクトの課金方法とその料金を十分に理解していることを確認してください。
この API は非同期です。インスタンス作成のリクエストが成功すると、インスタンス ID がすぐに返されます。ただし、インスタンスの作成と起動は即座に完了するわけではありません。DescribeInstanceStatus を呼び出してインスタンス情報を確認できます。レスポンスのステータスが Running になると、インスタンスが正常に作成され、起動したことを示します。
前提条件
-
リソース在庫が不足しているためにリクエストされたインスタンスを作成できない場合、Alibaba Cloud はインスタンス作成失敗 (
SystemFailure.Delete) を示すシステムイベントを直ちに送信します。DescribeInstanceHistoryEvents を使用して、このようなイベントを確認できます。詳細については、「インスタンス作成失敗イベント」をご参照ください。 -
作成するインスタンスの総数、またはすべてのインスタンスタイプにわたる vCPU の合計数がシステムのクォータを超えないようにしてください。詳細については、「クォータセンター」をご参照ください。
-
Virtual Private Cloud (VPC) タイプのインスタンスを作成する前に、対応する Alibaba Cloud リージョンに事前に VPC を作成してください。詳細については、「VPC の作成」をご参照ください。
注意事項
インスタンスの課金方法がサブスクリプション (
PrePaid) の場合、支払い時に利用可能なクーポンがデフォルトで自動的に適用されます。1 回のリクエストで最大 100 個のインスタンスを作成できます。100 個を超えるインスタンスを作成する必要がある場合は、リクエストをバッチに分割するか、同時呼び出しを行うことを推奨します。
パラメーター
InternetMaxBandwidthOutの値が 0 より大きい場合、パブリック IP アドレスがインスタンスに自動的に割り当てられます。
1 つの Alibaba Cloud アカウントが 1 つのリージョンで帯域幅課金で請求されるインターネット帯域幅の合計ピーク値には制限があります。詳細については、「インターネット帯域幅の制限」をご参照ください。
推奨事項
テストシナリオ:
DryRun=trueを設定して、ドライランリクエストを送信できます。インスタンスのリリース:
AutoReleaseTimeパラメーターを使用して自動リリース時刻を設定するか、DeleteInstances を呼び出してインスタンスを手動でリリースできます。管理と検索:起動するインスタンスの各バッチにタグ (
Tag.N.KeyとTag.N.Value) を割り当て、ホスト名 (HostName) とインスタンス名 (InstanceName) に逐次サフィックス (UniqueSuffix) を追加することを推奨します。詳細については、「インスタンス名またはホスト名の連番一括設定」をご参照ください。起動テンプレート:起動テンプレートを使用すると、インスタンス作成時に多数の構成パラメーターを繰り返し指定する必要がなくなります。CreateLaunchTemplate で起動テンプレートを作成した後、
RunInstancesリクエストでLaunchTemplateIdとLaunchTemplateVersionを指定してテンプレートを使用できます。ハイパースレッディングの無効化:メモリ集約型のシナリオでは、
CpuOptions.ThreadsPerCore=1を設定してハイパースレッディングを無効にすることで、メモリと vCPU の比率を向上させることができます。ジャンボフレームの有効化:インスタンス作成時に
NetworkOptions.EnableJumboFrame=trueを設定することで、ジャンボフレーム機能を有効にできます。詳細については、「ECS インスタンスの MTU」をご参照ください。
リクエスト例
中国 (杭州) リージョンに複数の ECS インスタンスを作成するとします。特定のイメージ、インスタンスタイプ、セキュリティグループ、vSwitch を使用し、特定の容量のシステムディスクとデータディスクを構成し、パブリック IP アドレスを割り当て、インスタンス名とパスワードを設定します。対応するリクエストパラメーターは次のとおりです:
RegionId:"cn-hangzhou", // リージョンを中国 (杭州) に設定
ImageId:"aliyun_3_x64_20G_alibase_20221102.vhd", // イメージ ID を設定
InstanceType:"ecs.g7.large", // インスタンスタイプを設定
SecurityGroupId:"sg-bp150uqocpf9jj70****", // セキュリティグループ ID を設定
VSwitchId:"vsw-bp1qo7s91cbch5i4l****", // vSwitch ID を設定
SystemDisk:{
Category:"cloud_essd", // システムディスクのカテゴリを ESSD (エンタープライズ SSD) に設定
Size:40, // システムディスクのサイズを 40 GiB に設定
},
DataDisk:[
{
Category:"cloud_essd", // データディスクのカテゴリを ESSD (エンタープライズ SSD) に設定
Size:100, // データディスクのサイズを 100 GiB に設定
}
],
HostName:"ECS-test", // インスタンスのホスト名を設定
Password:"ECS@test1234", // ログインパスワードを設定
InternetMaxBandwidthOut:10 // パブリックアウトバウンドトラフィックを 10 Mbit/s に設定
上記の設定に基づいて、さまざまなタイプのインスタンスを作成します:
CreateLaunchTemplate を使用して起動テンプレートをすでに作成しており、このテンプレートを使用して中国 (杭州) リージョンにいくつかの ECS インスタンスを作成したいとします。例は次のとおりです:
InstanceChargeType が PostPaid に設定されている場合、作成されるインスタンスは従量課金インスタンスになります。今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
ecs:RunInstances |
create |
*All Resource
|
|
なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| 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:// で始めることはできません。名前には、文字、数字、ピリオド (.)、アンダースコア (_)、ハイフン (-)、コロン (:) を含めることができます。 次の点にご注意ください:
説明
Alibaba Cloud の公式イメージに関連するイメージファミリーについては、「パブリックイメージの概要」をご参照ください。 |
hangzhou-daily-update |
| InstanceType |
string |
任意 |
インスタンスタイプ。
|
ecs.g6.large |
| SecurityGroupId |
string |
任意 |
インスタンスを割り当てるセキュリティグループの ID。同じセキュリティグループ内のインスタンスは互いに通信できます。セキュリティグループで許可されるインスタンスの最大数は、セキュリティグループのタイプによって異なります。詳細については、「制限とクォータ」の「セキュリティグループの制限」セクションをご参照ください。 説明
新しいインスタンスのネットワークタイプは、
|
sg-bp15ed6xe1yxeycg7**** |
| VSwitchId |
string |
任意 |
インスタンスに接続する vSwitch の ID。VPC タイプのインスタンスを作成する際にこのパラメーターを設定する必要があります。指定された vSwitch とセキュリティグループは同じ VPC に属している必要があります。DescribeVSwitches 操作を呼び出して、利用可能な vSwitch をクエリできます。 次の点にご注意ください:
|
vsw-bp1s5fnvk4gn2tws0**** |
| InstanceName |
string |
任意 |
ECS インスタンスの名前。名前は 2~128 文字の長さで、文字、数字、コロン (:)、アンダースコア (_)、ピリオド (.)、ハイフン (-) を含めることができます。このパラメーターのデフォルト値は インスタンスを一括作成する際、インスタンスの連番名を一括で設定できます。連番名には角括弧 ([ ]) とカンマ (,) を含めることができます。詳細については、「複数インスタンスの連番名またはホスト名の一括設定」をご参照ください。 |
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 |
任意 |
インスタンスのホスト名。次の点にご注意ください:
複数のインスタンスを作成する場合、次の操作を実行できます:
|
k8s-node-[1,4]-ecshost |
| UniqueSuffix |
boolean |
任意 |
インスタンスを一括作成する際に、
デフォルト値:false。
詳細については、「複数インスタンスの連番名またはホスト名の一括設定」をご参照ください。 |
true |
| Password |
string |
任意 |
インスタンスのパスワード。パスワードは 8~30 文字の長さで、大文字、小文字、数字、特殊文字の 4 種類のうち少なくとも 3 種類を含んでいる必要があります。特殊文字には以下が含まれます:
Windows インスタンスの場合、パスワードはスラッシュ (/) で始めることはできません。 説明
|
EcsV587! |
| PasswordInherit |
boolean |
任意 |
イメージにプリセットされたパスワードを使用するかどうかを指定します。有効値:
デフォルト値:false。 説明
このパラメーターを true に設定する場合、Password パラメーターを空にし、選択したイメージにプリセットされたパスワードがあることを確認してください。 |
false |
| ZoneId |
string |
任意 |
インスタンスを作成するゾーンの ID。DescribeZones 操作を呼び出して、最新のゾーンリストをクエリできます。 説明
このパラメーターはデフォルトで空です。 |
cn-hangzhou-g |
| InternetChargeType |
string |
任意 |
ネットワーク使用量の課金方法。有効値:
デフォルト値:PayByTraffic。 説明
ネットワーク使用量のトラフィック課金方法を使用する場合、最大インバウンドおよびアウトバウンド帯域幅は、保証されたパフォーマンス仕様ではなく、帯域幅の上限として使用されます。需要がリソース供給を上回るシナリオでは、これらの最大帯域幅値に達しない場合があります。インスタンスに保証された帯域幅が必要な場合は、ネットワーク使用量の帯域幅課金方法を使用してください。 |
PayByTraffic |
| SystemDisk.Size |
string |
任意 |
システムディスクのサイズ。単位:GiB。有効値:
このパラメーターの値は、少なくとも 1 であり、イメージサイズ以上でなければなりません。 デフォルト値:40 またはイメージサイズのうち大きい方。 |
40 |
| SystemDisk.Category |
string |
任意 |
システムディスクのカテゴリ。有効値:
説明
このパラメーターの値は、 廃止されたインスタンスタイプの I/O 最適化されていないインスタンスの場合、デフォルト値は cloud です。その他のタイプのインスタンスの場合、デフォルト値は cloud_efficiency です。 |
cloud_ssd |
| SystemDisk.DiskName |
string |
任意 |
システムディスクの名前。名前は 2~128 文字の長さで、Decimal Number カテゴリおよび名前に Letter を含むカテゴリの Unicode 文字をサポートします。名前にはコロン (:)、アンダースコア (_)、ピリオド (.)、ハイフン (-) を含めることができます。 |
cloud_ssdSystem |
| SystemDisk.Description |
string |
任意 |
システムディスクの説明。説明は 2~256 文字の長さでなければなりません。説明には文字を含めることができますが、 |
SystemDisk_Description |
| SystemDisk.PerformanceLevel |
string |
任意 |
システムディスクとして使用する ESSD のパフォーマンスレベル。デフォルト値:PL1。有効値:
ESSD パフォーマンスレベルの詳細については、「ESSD」をご参照ください。 |
PL0 |
| SystemDisk.AutoSnapshotPolicyId |
string |
任意 |
システムディスクに適用する自動スナップショットポリシーの ID。 |
sp-bp67acfmxazb4p**** |
| IoOptimized |
string |
任意 |
インスタンスが I/O 最適化されているかどうかを指定します。廃止されたインスタンスタイプのインスタンスの場合、デフォルト値は none です。その他のインスタンスタイプの場合、デフォルト値は optimized です。有効値:
|
optimized |
| UserData |
string |
任意 |
インスタンスのユーザーデータ。Base64 エンコードされたデータを指定する必要があります。インスタンスのユーザーデータは、Base64 エンコーディング前で 32 KB を超えることはできません。 インスタンスユーザーデータの制限、形式、実行頻度については、「インスタンスユーザーデータ」をご参照ください。 説明
セキュリティを確保するため、パスワードや秘密鍵などの機密情報をプレーンテキストでユーザーデータとして渡さないことを推奨します。機密情報を渡す必要がある場合は、情報を暗号化して Base64 でエンコードし、インスタンス内で同じ方法でデコードおよび復号することを推奨します。 |
ZWNobyBoZWxsbyBlY3Mh |
| KeyPairName |
string |
任意 |
キーペアの名前。 説明
Windows インスタンスの場合、このパラメーターは無視されます。このパラメーターはデフォルトで空です。KeyPairName パラメーターが指定されていても、 |
KeyPair_Name |
| RamRoleName |
string |
任意 |
Resource Access Management (RAM) ロールの名前。RAM が提供する 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 標準の
|
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 |
任意 |
リクエストのべき等性を保証するために使用されるクライアントトークン。クライアントを使用してトークンを生成できますが、異なるリクエスト間でトークンが一意であることを確認する必要があります。トークンには ASCII 文字のみを含めることができ、長さは 64 文字を超えることはできません。**** 詳細については、「べき等性を確保する方法」をご参照ください。 |
123e4567-e89b-12d3-a456-426655440000 |
| HpcClusterId |
string |
任意 |
インスタンスが属するハイパフォーマンスコンピューティング (HPC) クラスターの ID。 Supper Computing Cluster (SCC) インスタンスタイプのインスタンスを作成する際に、このパラメーターは必須です。HPC クラスターの作成方法については、「CreateHpcCluster」をご参照ください。 |
hpc-bp67acfmxazb4p**** |
| DryRun |
boolean |
任意 |
実際にリクエストを行わずにリクエストの有効性を確認するかどうかを指定します。デフォルト値:false。有効値:
|
false |
| DedicatedHostId |
string |
任意 |
専用ホストの ID。 DescribeDedicatedHosts 操作を呼び出して、専用ホスト ID のリストをクエリできます。 説明
スポットインスタンスは専用ホスト上では作成できません。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 |
任意 |
インスタンスのサブスクリプション期間。単位は
|
1 |
| PeriodUnit |
string |
任意 |
サブスクリプション期間の単位。デフォルト値:Month。有効値:
|
Month |
| AutoRenew |
boolean |
任意 |
インスタンスの自動更新を有効にするかどうかを指定します。このパラメーターは、
デフォルト値:false。 |
true |
| AutoRenewPeriod |
integer |
任意 |
インスタンスの自動更新期間。有効値:
デフォルト値:1。 |
1 |
| InstanceChargeType |
string |
任意 |
インスタンスの課金方法。有効値:
デフォルト値:PostPaid。 このパラメーターを PrePaid に設定する場合、アカウントに十分な残高またはクレジットがあることを確認してください。そうでない場合、 |
PrePaid |
| DeploymentSetId |
string |
任意 |
インスタンスをデプロイするデプロイメントセットの ID。 |
ds-bp1brhwhoqinyjd6**** |
| DeploymentSetGroupNo |
integer |
任意 |
インスタンスをデプロイするデプロイメントセットグループの番号。DeploymentSetId パラメーターで指定されたデプロイメントセットが高可用性グループ戦略 (AvailabilityGroup) を使用する場合、DeploymentSetGroupNo パラメーターを使用してデプロイメントセット内のデプロイメントセットグループを指定できます。有効値:1~7。 |
1 |
| PrivateIpAddress |
string |
任意 |
インスタンスに割り当てるプライベート IP アドレス。VPC 内に存在するインスタンスにプライベート IP アドレスを割り当てるには、IP アドレスが 次の点にご注意ください:
説明
各 vSwitch CIDR ブロックの最初の IP アドレスと最後の 3 つの IP アドレスは予約されています。これらの IP アドレスは指定できません。たとえば、vSwitch CIDR ブロックが 192.168.1.0/24 の場合、IP アドレス 192.168.1.0、192.168.1.253、192.168.1.254、192.168.1.255 は予約されています。 |
10.1.**.** |
| CreditSpecification |
string |
任意 |
バースト可能インスタンスのパフォーマンスモード。有効値:
|
Standard |
| Ipv6AddressCount |
integer |
任意 |
プライマリ ENI のためにランダムに生成する IPv6 アドレスの数。有効値:1~10。 次の点にご注意ください:
|
1 |
| NetworkInterfaceQueueNumber |
integer |
任意 |
プライマリ ENI がサポートするキューの数。次の点にご注意ください:
|
8 |
| DeletionProtection |
boolean |
任意 |
インスタンスのリリース保護を有効にするかどうかを指定します。このパラメーターは、ECS コンソールを使用するか、DeleteInstance 操作を呼び出してインスタンスをリリースできるかどうかを決定します。有効値:
デフォルト値:false。 説明
このパラメーターは従量課金インスタンスにのみ適用されます。手動解放からインスタンスを保護できますが、自動リリースからは保護できません。 |
false |
| HibernationOptions.Configured |
boolean |
任意 |
説明
このパラメーターは招待プレビュー中であり、利用できません。 |
false |
| Affinity |
string |
任意 |
専用ホスト上のインスタンスを専用ホストに関連付けるかどうかを指定します。有効値:
デフォルト値:default。 |
default |
| Tenancy |
string |
任意 |
インスタンスを専用ホスト上に作成するかどうかを指定します。有効値:
デフォルト値:default。 |
default |
| StorageSetId |
string |
任意 |
ストレージセットの ID を示します。 |
ss-bp67acfmxazb4p**** |
| StorageSetPartitionNumber |
integer |
任意 |
ストレージクラスター内のパーティションの最大数。有効値:1 以上の整数。 |
2 |
| CpuOptions.Core |
integer |
任意 |
CPU コアの数。 |
2 |
| CpuOptions.ThreadsPerCore |
integer |
任意 |
CPU コアあたりのスレッド数。インスタンスの vCPU 数は次の数式で計算されます:
|
2 |
| CpuOptions.Numa |
string |
任意 |
このパラメーターは使用されなくなりました。 |
1 |
| CpuOptions.TopologyType |
string |
任意 |
インスタンスの CPU トポロジータイプ。有効値:
このパラメーターはデフォルトで空です。 説明
このパラメーターは特定のインスタンスファミリーでのみサポートされています。サポートされているインスタンスファミリーの詳細については、「CPU トポロジーの表示と変更」をご参照ください。 |
DiscreteCoreToHTMapping |
| SecurityOptions.TrustedSystemMode |
string |
任意 |
信頼済みシステムモード。値を vTPM に設定します。 信頼済みシステムモードは、次のインスタンスファミリーをサポートしています:
上記のインスタンスファミリーのインスタンスを作成する際には、このパラメーターを設定する必要があります。次の点にご注意ください:
説明
インスタンス作成時にインスタンスを信頼済みとして構成した場合、インスタンスのシステムディスクを置き換えるには、信頼済みシステムをサポートするイメージのみを使用できます。 信頼済みシステムの詳細については、「概要」をご参照ください。 |
vTPM |
| SecurityOptions.ConfidentialComputingMode |
string |
任意 |
コンフィデンシャルコンピューティングモード。値を Enclave に設定します。 Enclave の値は、インスタンス上にエンクレーブベースのコンフィデンシャルコンピューティング環境が構築されることを示します。
コンフィデンシャルコンピューティングの詳細については、「Enclave を使用したコンフィデンシャルコンピューティング環境の構築」をご参照ください。 |
Enclave |
| HttpEndpoint |
string |
任意 |
インスタンスメタデータへのアクセスチャネルを有効にするかどうかを指定します。有効値:
デフォルト値:enabled。 説明
インスタンスメタデータの詳細については、「ECS インスタンスメタデータの概要」をご参照ください。 |
enabled |
| HttpTokens |
string |
任意 |
セキュリティ強化モード (IMDSv2) を強制的に使用してインスタンスメタデータにアクセスするかどうかを指定します。有効値:
デフォルト値:optional。 説明
インスタンスメタデータへのアクセスモードの詳細については、「インスタンスメタデータのアクセスモード」をご参照ください。 |
optional |
| HttpPutResponseHopLimit |
integer |
任意 |
説明
このパラメーターは公開されていません。 |
0 |
| PrivatePoolOptions.MatchCriteria |
string |
任意 |
インスタンスを作成するために使用するプライベートプールのタイプ。プライベートプールは、エラスティックアシュアランスまたはキャパシティ予約が有効になった後に生成されます。インスタンスを起動する際にプライベートプールを選択できます。有効値:
デフォルト値:None。 次のシナリオでは、PrivatePoolOptions.MatchCriteria パラメーターは
|
Open |
| PrivatePoolOptions.Id |
string |
任意 |
プライベートプールの ID。プライベートプールの ID は、プライベートプールが生成されたエラスティックアシュアランスまたはキャパシティ予約の ID と同じです。 |
eap-bp67acfmxazb4**** |
| Isp |
string |
任意 |
説明
このパラメーターは招待プレビュー中であり、利用できません。 |
null |
| SchedulerOptions.DedicatedHostClusterId |
string |
任意 |
インスタンスを作成する専用ホストクラスターの ID。このパラメーターが指定されると、システムは指定されたクラスターから 1 つの専用ホストを選択してインスタンスを作成します。 説明
このパラメーターは、
DescribeDedicatedHostClusters 操作を呼び出して、専用ホストクラスター ID のリストをクエリできます。 |
dc-bp12wlf6am0vz9v2**** |
| SecurityGroupIds |
array |
任意 |
インスタンスを割り当てるセキュリティグループの ID。N の有効値は、インスタンスが属することができるセキュリティグループの最大数によって異なります。詳細については、「制限」トピックの「セキュリティグループの制限」セクションをご参照ください。 このパラメーターを指定する際は、次の点にご注意ください:
|
sg-bp15ed6xe1yxeycg7**** |
|
string |
任意 |
インスタンスを割り当てるセキュリティグループ N の ID。N の有効値は、インスタンスが属することができるセキュリティグループの最大数によって異なります。詳細については、「制限」トピックの「セキュリティグループの制限」セクションをご参照ください。 このパラメーターを指定する際は、次の点にご注意ください:
|
sg-bp15ed6xe1yxeycg7**** |
|
| HostNames |
array |
任意 |
インスタンス N のホスト名。このパラメーターを使用して、複数のインスタンスに異なるホスト名を指定できます。 |
ecs-host-01 |
|
string |
任意 |
インスタンス N のホスト名。このパラメーターを使用して、複数のインスタンスに異なるホスト名を指定できます。次の点にご注意ください:
|
ecs-host-01 |
|
| DataDisk |
array<object> |
任意 |
データディスク。 |
|
|
object |
任意 |
データディスク N。 |
||
| PerformanceLevel |
string |
任意 |
データディスク N として使用する ESSD のパフォーマンスレベル。N の値は、DataDisk.N.Category が cloud_essd に設定されている場合の
ESSD パフォーマンスレベルの詳細については、「ESSD」をご参照ください。 |
PL1 |
| AutoSnapshotPolicyId |
string |
任意 |
データディスク N に適用する自動スナップショットポリシーの ID。 |
sp-bp67acfmxazb4p**** |
| Encrypted |
string |
任意 |
データディスク N を暗号化するかどうかを指定します。有効値:
デフォルト値:false。 説明
暗号化されたスナップショットに基づいてディスクを作成するために共有暗号化イメージを使用する場合、ディスクが独自の暗号鍵を使用するように Encrypted を true に設定する必要があります。 |
false |
| Description |
string |
任意 |
データディスク N の説明。説明は 2~256 文字の長さで、 |
DataDisk_Description |
| SnapshotId |
string |
任意 |
データディスク N を作成するために使用するスナップショットの ID。N の有効値:1~16。
|
s-bp17441ohwka0yuh**** |
| Device |
string |
任意 |
データディスク N のマウントポイント。マウントポイントはデータディスクの数に基づいて命名されます:
説明
|
/dev/xvdb |
| Size |
integer |
任意 |
データディスク N のサイズ。N の有効値:1~16。単位:GiB。有効値:
説明
このパラメーターの値は、 |
2000 |
| DiskName |
string |
任意 |
データディスク N の名前。名前は 2~128 文字の長さで、文字、数字、コロン (:)、アンダースコア (_)、ピリオド (.)、ハイフン (-) を含めることができます。 |
cloud_ssdData |
| Category |
string |
任意 |
データディスク N のカテゴリ。有効値:
I/O 最適化インスタンスの場合、デフォルト値は cloud_efficiency です。I/O 最適化されていないインスタンスの場合、デフォルト値は cloud です。 |
cloud_ssd |
| EncryptAlgorithm |
string |
任意 |
説明
このパラメーターは公開されていません。 |
null |
| DeleteWithInstance |
boolean |
任意 |
関連付けられたインスタンスがリリースされたときにデータディスク N をリリースするかどうかを指定します。有効値:
デフォルト値:true。 |
true |
| KMSKeyId |
string |
任意 |
データディスクに使用される KMS キーの ID。 |
0e478b7a-4262-4802-b8cb-00d3fb40**** |
| StorageClusterId |
string |
任意 |
データディスク N が属する専用ブロックストレージクラスターの ID。インスタンス作成時に専用ブロックストレージクラスター内のディスクをデータディスク N として使用したい場合は、このパラメーターを指定する必要があります。 |
dbsc-j5e1sf2vaf5he8m2**** |
| ProvisionedIops |
integer |
任意 |
データディスク N として使用する ESSD AutoPL ディスクのプロビジョニングされた読み取り/書き込み IOPS。有効値:0~min{50,000, 1,000 × 容量 - ベースライン IOPS}。 ベースライン IOPS = min{1,800 + 50 × 容量, 50,000}。 説明
このパラメーターは、DataDisk.N.Category を cloud_auto に設定した場合にのみ利用可能です。詳細については、「ESSD AutoPL ディスク」をご参照ください。 |
40000 |
| BurstingEnabled |
boolean |
任意 |
データディスク N のパフォーマンスバースト機能を有効にするかどうかを指定します。有効値:
説明
このパラメーターは、DataDisk.N.Category を cloud_auto に設定した場合にのみ利用可能です。詳細については、「ESSD AutoPL ディスク」をご参照ください。 |
false |
| Arn |
array<object> |
任意 |
説明
このパラメーターは公開されていません。 |
|
|
object |
任意 |
説明
このパラメーターは公開されていません。 |
||
| RoleType |
string |
任意 |
説明
このパラメーターは公開されていません。 |
null |
| Rolearn |
string |
任意 |
説明
このパラメーターは公開されていません。 |
null |
| AssumeRoleFor |
integer |
任意 |
説明
このパラメーターは公開されていません。 |
null |
| NetworkInterface |
array<object> |
任意 |
Elastic Network Interface (ENI) の情報。 |
|
|
object |
任意 |
ENI N の情報。 |
||
| VSwitchId |
string |
任意 |
ENI N に接続する vSwitch の ID。 このパラメーターを指定する際は、次の点にご注意ください:
|
vsw-bp67acfmxazb4p**** |
| NetworkInterfaceName |
string |
任意 |
ENI N の名前。名前は 2~128 文字の長さで、文字、数字、コロン (:)、アンダースコア (_)、ピリオド (.)、ハイフン (-) を含めることができます。 次の点にご注意ください:
|
Network_Name |
| Description |
string |
任意 |
ENI N の説明。 次の点にご注意ください:
|
Network_Description |
| SecurityGroupId |
string |
任意 |
ENI N を割り当てるセキュリティグループの ID。 次の点にご注意ください:
|
sg-bp67acfmxazb4p**** |
| PrimaryIpAddress |
string |
任意 |
ENI N に割り当てるプライマリ IP アドレス。 次の点にご注意ください:
説明
|
172.16.**.** |
| QueueNumber |
integer |
任意 |
ENI N がサポートするキューの数。 次の点にご注意ください:
|
8 |
| SecurityGroupIds |
array |
任意 |
ENI N を割り当てるセキュリティグループの ID。
次の点にご注意ください:
|
sg-bp15ed6xe1yxeycg7**** |
|
string |
任意 |
ENI N を割り当てるセキュリティグループ N の ID。
次の点にご注意ください:
|
sg-bp15ed6xe1yxeycg7**** |
|
| NetworkInterfaceTrafficMode |
string |
任意 |
ENI N の通信モード。有効値:
デフォルト値:Standard。 説明
インスタンス上の ERI の数は、インスタンスタイプがサポートする ERI の最大数を超えることはできません。詳細については、「インスタンスファミリーの概要」をご参照ください。 |
Standard |
| QueuePairNumber |
integer |
任意 |
ERI がサポートするキューペア (QP) の数。 作成したインスタンスに複数の ERI をアタッチしたい場合は、インスタンスタイプがサポートする 説明
ERI の QueuePairNumber を指定しない場合、インスタンスタイプがサポートする QP の最大数が ERI がサポートする QP の数として使用されます。この場合、インスタンスに追加の ERI をアタッチすることはできません。ただし、他のタイプの ENI をインスタンスにアタッチすることはできます。 |
0 |
| InstanceType |
string |
任意 |
ENI N のタイプ。このパラメーターの最初の N の値は、インスタンスタイプがサポートするインスタンスあたりの ENI の最大数を超えることはできません。インスタンスタイプがサポートするインスタンスあたりの ENI の最大数については、「インスタンスファミリーの概要」をご参照いただくか、DescribeInstanceTypes 操作を呼び出してください。 有効値:
デフォルト値:Secondary。 |
Secondary |
| Ipv6AddressCount |
integer |
任意 |
プライマリ ENI のためにランダムに生成する IPv6 アドレスの数。有効値:1~10。 次の点にご注意ください:
|
1 |
| Ipv6Address |
array |
任意 |
プライマリ ENI に割り当てる IPv6 アドレス。プライマリ ENI には最大 10 個の IPv6 アドレスを割り当てることができます。2 番目の N の有効値:1~10。 例: 次の点にご注意ください:
|
|
|
string |
任意 |
プライマリ ENI に割り当てる IPv6 アドレス N。プライマリ ENI には最大 10 個の IPv6 アドレスを割り当てることができます。2 番目の N の有効値:1~10。 例: 次の点にご注意ください:
|
2001:db8:1234:1a00::*** |
|
| NetworkCardIndex |
integer |
任意 |
ENI N のネットワークカードのインデックス。 次の点にご注意ください:
|
0 |
| DeleteOnRelease |
boolean |
任意 |
関連付けられたインスタンスがリリースされたときに ENI N をリリースするかどうかを指定します。有効値:
デフォルト値:true。 説明
このパラメーターはセカンダリ ENI にのみ有効です。 |
true |
| NetworkInterfaceId |
string |
任意 |
インスタンスにアタッチする ENI の ID。 このパラメーターを指定する場合、 説明
このパラメーターはセカンダリ ENI にのみ有効です。既存のセカンダリ ENI を指定した後、他の ENI 作成パラメーターを指定することはできません。 |
eni-bp1gn106np8jhxhj**** |
| RxQueueSize |
integer |
任意 |
ENI N の受信 (Rx) キューの深さ。 説明
このパラメーターは招待プレビュー中であり、公開されていません。このパラメーターを使用するには、チケットを送信してください。 次の点にご注意ください:
|
8192 |
| TxQueueSize |
integer |
任意 |
ENI N の送信 (Tx) キューの深さ。 説明
このパラメーターは招待プレビュー中であり、公開されていません。このパラメーターを使用するには、チケットを送信してください。 次の点にご注意ください:
|
8192 |
| SourceDestCheck |
boolean |
任意 |
ソース/宛先 IP アドレスチェック機能を有効にするかどうかを指定します。ネットワークセキュリティを向上させるために、この機能を有効にすることを推奨します。有効な値:
デフォルト値:false。 説明
この機能は一部のリージョンでのみ利用可能です。このメソッドを使用する前に、「ソース/宛先 IP アドレスチェック」をご参照ください。 |
false |
| SecondaryPrivateIpAddressCount |
integer |
任意 |
ENI に割り当てるセカンダリプライベート IPv4 アドレスの数。有効値:1~49。
|
10 |
| Tag |
array<object> |
任意 |
インスタンス、ディスク、プライマリ ENI に追加するタグ。 |
|
|
object |
任意 |
インスタンス、ディスク、プライマリネットワークインターフェースカードのタグ情報。 |
||
| Key |
string |
任意 |
インスタンス、ディスク、プライマリ ENI に追加するタグ N のキー。N の有効値:1~20。タグキーは空の文字列にすることはできません。タグキーは最大 128 文字の長さで、http:// または https:// を含めることはできません。タグキーは acs: または aliyun で始めることはできません。 |
TestKey |
| Value |
string |
任意 |
インスタンス、ディスク、プライマリ ENI に追加するタグ N の値。N の有効値:1~20。タグ値は空の文字列にすることができます。タグ値は最大 128 文字の長さで、http:// または https:// を含めることはできません。 |
TestValue |
| Ipv6Address |
array |
任意 |
プライマリ ENI に割り当てる IPv6 アドレス N。N の有効値:1~10。 例: 次の点にご注意ください:
|
Ipv6Address.1=2001:db8:1234:1a00::*** |
|
string |
任意 |
プライマリ ENI に割り当てる IPv6 アドレス N。N の有効値:1~10。 例: 次の点にご注意ください:
|
2001:db8:1234:1a00::*** |
|
| SystemDisk |
object |
任意 |
システムディスク関連のパラメーター。 |
|
| StorageClusterId |
string |
任意 |
システムディスクが属する専用ブロックストレージクラスターの ID。インスタンス作成時に専用ブロックストレージクラスター内のディスクをシステムディスクとして使用したい場合は、このパラメーターを指定します。 |
dbsc-j5e1sf2vaf5he8m2**** |
| ProvisionedIops |
integer |
任意 |
システムディスクとして使用する ESSD AutoPL ディスクのプロビジョニングされた読み取り/書き込み IOPS。有効値:0~min{50,000, 1,000 × 容量 - ベースライン IOPS}。 ベースライン IOPS = min{1,800 + 50 × 容量, 50,000}。 説明
このパラメーターは、 |
40000 |
| BurstingEnabled |
boolean |
任意 |
システムディスクのパフォーマンスバースト機能を有効にするかどうかを指定します。有効値:
説明
このパラメーターは、 |
false |
| Encrypted |
string |
任意 |
システムディスクを暗号化するかどうかを指定します。有効値:
デフォルト値:false。 説明
香港ゾーン D またはシンガポールゾーン A でのインスタンス作成中、インスタンスのシステムディスクは暗号化できません。 説明
暗号化されたスナップショットに基づいてディスクを作成するために共有暗号化イメージを使用する場合、ディスクが独自の暗号鍵を使用するように Encrypted を true に設定する必要があります。 |
false |
| KMSKeyId |
string |
任意 |
システムディスクに使用する KMS キーの ID。 |
0e478b7a-4262-4802-b8cb-00d3fb40**** |
| EncryptAlgorithm |
string |
任意 |
説明
このパラメーターは公開されていません。 |
null |
| ImageOptions |
object |
任意 |
イメージオプションに関する詳細。 |
|
| LoginAsNonRoot |
boolean |
任意 |
イメージを使用するインスタンスが ecs-user ユーザーのログインをサポートするかどうかを指定します。有効値:
|
false |
| NetworkOptions |
object |
任意 |
ネットワークオプションに関する詳細。 |
|
| EnableJumboFrame |
boolean |
任意 |
インスタンスのジャンボフレーム機能を有効にするかどうかを指定します。有効値:
デフォルト値:true。 説明
ジャンボフレーム機能は、第 8 世代以降のインスタンスタイプでのみサポートされています。詳細については、「ジャンボフレーム」をご参照ください。 |
false |
| EnableNetworkEncryption |
boolean |
任意 |
説明
このパラメーターは招待プレビュー中であり、まだ公開されていません。 |
|
| BandwidthWeighting |
string |
任意 |
インスタンスの帯域幅の重み値。有効範囲はインスタンスタイプによって異なります。特定のインスタンスタイプでサポートされている帯域幅の重みレベルを決定するには、DescribeInstanceTypes API を呼び出します。レスポンスの BandwidthWeighting フィールドは、そのインスタンスタイプでサポートされている帯域幅の重み層を示します。返された辞書値から Vpc-L1 や Ebs-L1 などの name フィールドを使用できます。 |
Default |
| AutoPay |
boolean |
任意 |
インスタンス作成の支払いを自動的に完了するかどうかを指定します。有効値:
デフォルト値:true。 |
true |
| PrivateDnsNameOptions |
object |
任意 |
インスタンスのプライベートドメイン名オプション。 ECS プライベートドメイン名の解決については、「ECS プライベート DNS 解決」をご参照ください。 |
|
| EnableInstanceIdDnsARecord |
boolean |
任意 |
インスタンス ID ベースのホスト名からインスタンスのプライマリプライベート IPv4 アドレスへの DNS 解決 (A レコード) が有効になっているかどうかを指定します。有効値:
デフォルト値:false。 |
false |
| EnableInstanceIdDnsAAAARecord |
boolean |
任意 |
インスタンス ID ベースのホスト名からインスタンスのプライマリプライベート IPv6 アドレスへの DNS 解決 (AAAA レコード) が有効になっているかどうかを指定します。有効値:
デフォルト値:false。 |
true |
| EnableIpDnsARecord |
boolean |
任意 |
IP アドレスベースのホスト名からインスタンスのプライマリプライベート IPv4 アドレスへの DNS 解決 (A レコード) が有効になっているかどうかを指定します。有効値:
デフォルト値:false。 |
true |
| EnableIpDnsPtrRecord |
boolean |
任意 |
インスタンスのプライマリプライベート IPv4 アドレスから IP アドレスベースのホスト名への逆引き DNS 解決 (PTR レコード) が有効になっているかどうかを指定します。有効値:
デフォルト値: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。このパラメーターは、 |
123456**** |
| TradePrice |
number |
取引価格。 |
0.165 |
| InstanceIdSets |
object |
||
| InstanceIdSet |
array |
インスタンス ID。 |
|
|
string |
インスタンス ID。 |
i-bp67acfmxazb4ph**** |
例
成功レスポンス
JSONJSON
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"OrderId": "123456****",
"TradePrice": 0.165,
"InstanceIdSets": {
"InstanceIdSet": [
"i-bp67acfmxazb4ph****"
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | LoginAsNonRoot.ImageNotSupport | The specified image does not support login as non-root. | |
| 400 | InvalidParam.NotSupportJumboFrame | Not support jumbo frame. | |
| 400 | InsufficientBalance.AgentCredit | Insufficient agent credit. Please contact your agent. | |
| 400 | QuotaExceed.DiskCapacity | The used capacity of disk type has exceeded the quota in the zone, %s. | |
| 400 | InvalidPeriod.ExceededDedicatedHost | Instance expired date can not exceed dedicated host expired date. | |
| 400 | InvalidParam.SecondaryNetworkInterface | When min amount greater than 1 and the PrivateIpAddress or Primary NetworkInterface is specified,the Secondary NetworkInterface IP parameter cannot be specified. | |
| 400 | InvalidPrimaryIpAddress.SizeInvalid | The NetworkInterface PrimaryIpAddress is used to create only one instance. | |
| 400 | InvalidStorageClusterId.CapacityNotEnough | The remaining capacity of the current dedicated storage cluster is less than the size of disk. | |
| 400 | InvalidStorageClusterId.StatusNotSupport | The current status of the dedicated storage cluster cannot create a cloud disk yet. | |
| 400 | InvalidStorageClusterId.ZoneIdEmpty | The specified param ZoneId cannot be empty when StorageClusterId given. | |
| 400 | InvalidStorageClusterId.PerformanceLevelNotMatch | The current dedicated storage cluster cannot create this performance level of disk. | |
| 400 | InvalidStorageClusterId.CategoryNotMatch | The current dedicated storage cluster cannot create this category of disk. | |
| 400 | InvalidStorageClusterId.DiskSizeEmpty | The specified param DiskSize cannot be empty when StorageClusterId given. | |
| 400 | InvalidInstanceType.ValueUnauthorized | The specified InstanceType is not authorized. | |
| 400 | InvalidInstanceType.ValueNotSupported | The specified InstanceType beyond the permitted range. | |
| 400 | InvalidDescription.Malformed | The specified parameter "Description" is not valid. | |
| 400 | InvalidInternetChargeType.ValueNotSupported | The specified InternetChargeType is not valid. | |
| 400 | InvalidParameter | The specified parameter "InternetMaxBandwidthOut" is not valid. | |
| 400 | InvalidHostName.Malformed | The specified parameter "HostName" is not valid. | |
| 400 | InvalidPassword.Malformed | The specified parameter "Password" is not valid. | |
| 400 | InvalidPasswordParam.Mismatch | The input password should be null when passwdInherit is true. | |
| 400 | InvalidSystemDiskCategory.ValueNotSupported | The specified parameter "SystemDisk.Category" is not valid. | |
| 400 | InvalidDiskName.Malformed | The specified parameter "SyatemDisk.DiskName or DataDisk.n.DiskName" is not valid. | |
| 400 | InvalidDiskDescription.Malformed | The specified parameter "SyatemDisk.DiskDescription" or "DataDisk.n.Description" is not valid. | |
| 400 | InvalidDataDiskSize.ValueNotSupported | The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. | |
| 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. | |
| 400 | InvalidParameter.Conflict | The specified image does not support the specified instance type. | |
| 400 | ImageNotSupportCloudInit | The specified image does not support cloud-init. | |
| 400 | InvalidSnapshotId.BasedSnapshotTooOld | The specified snapshot is created before 2013-07-15. | |
| 400 | QuotaExceed.AfterpayInstance | Living afterpay instances quota exceeded. | |
| 400 | InvalidInstanceName.Malformed | The specified parameter "InstanceName" is not valid. | |
| 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. | |
| 400 | InvalidPrivateIpAddress.Malformed | Specified private IP address is malformed. | |
| 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. | |
| 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. | |
| 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. | |
| 400 | InvalidClientToken.ValueNotSupported | The ClientToken provided is invalid. | |
| 400 | InvalidIoOptimize.ValueNotSupported | The specified IoOptimize is not valid. | |
| 400 | InvalidSecurityGroupId.NotFound | The SecurityGroupId provided does not exist in our records. | |
| 400 | InvalidInternetMaxBandwidthOut.Malformed | The specified parameter internetMaxBandwidthOut is not valid. | |
| 400 | InvalidInternetMaxBandwidthIn.Malformed | The specified parameter internetMaxBandwidthIn is not valid. | |
| 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. | |
| 400 | InvalidTagCount | The specified tags are beyond the permitted range. | |
| 400 | InvalidMinAmount.Malformed | The specified parameter MinAmount is not valid. | |
| 400 | InvalidMaxAmount.Malformed | The specified parameter MaxAmount is not valid. | |
| 400 | InvalidAutoReleaseTime.Malformed | The specified parameter AutoReleaseTime is not valid. | |
| 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. | |
| 400 | InstanceDiskNumber.LimitExceed | The total number of specified disk in an instance exceeds. | |
| 400 | InvalidDiskCategory.ValueNotSupported | The specified parameter "DiskCategory" is not valid. | |
| 400 | InvalidSpotStrategy | The specified SpotStrategy is not valid. | |
| 400 | InvalidSpotParam.EmptyZoneID | The specified zoneid is empty when SpotStrategy is set. | |
| 400 | InvalidSpotPriceLimit | The specified SpotPriceLimitis not valid. | |
| 400 | InvalidSpotDuration | The specified SpotDuration is not valid. | |
| 400 | InvalidSpotAuthorized | The specified Spot param is unauthorized. | |
| 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 | |
| 400 | Zone.NotOnSale | %s | |
| 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 | |
| 400 | InvalidParameter.EncryptedNotSupported | %s | |
| 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. | |
| 400 | InvalidVSwitchId.Necessary | The VSwitchId is necessary. | |
| 400 | InvalidHpcClusterId.Necessary | The HpcClusterId is necessary. | |
| 400 | InvalidHpcClusterId.NotFound | The specified HpcClusterId is not found. | |
| 400 | InvalidHpcClusterId.Creating | The specified HpcClusterId is creating. | |
| 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. | |
| 400 | InvalidSystemDiskSize.ImageNotSupportResize | The specified image does not support resize. | |
| 400 | InvalidSpotInterruptionBehavior | %s | |
| 400 | InvalidDeploymentOnHost | %s | |
| 400 | InvalidInstanceChargeType.NotSupport | The Dedicated host not support the specified Instance charge type. | |
| 400 | InvalidNetworkType.NotSupported | The classic networkType not support create ECS on dedicatedHost. | |
| 400 | NoAvaliableDedicatedHost | No available dedicated host or not enough resource on dedicated host. | |
| 400 | InvalidDedicatedHostId.NotFound | The specified DedicatedHostId does not exist. | |
| 400 | InvalidDedicatedHostStatus.NotSupport | Operation denied due to dedicated host status. | |
| 400 | IncorrectDedicatedHostStatus | The current status of the resource does not support this operation. | |
| 400 | ChargeTypeViolation.PostPaidDedicatedHost | Prepaid instance onto postpaid dedicated host is not allowed. | |
| 400 | DedicatedHostType.Unmatched | The specified DedicatedHostType doesn?t match the instance type. | |
| 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. | |
| 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. | |
| 400 | IncorrectDefaultVpcStatus | The status of the default VPC is invalid. | |
| 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. | |
| 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. | |
| 400 | InvalidSnapshotId.Malformed | The specified SnapshotId is not valid. | |
| 400 | InvalidCapacityReservationId.NotFound | The specified CapacityReservationId does not exist. | |
| 400 | LackResource | There's no enough resource on the specified capacity reservation. | |
| 400 | Duplicate.TagKey | The Tag.N.Key contain duplicate key. | |
| 400 | InvalidSecurityGroup.NetworkType | %s | |
| 400 | InvalidSecurityGroup.VpcMismatch | %s | |
| 400 | InvalidParameter.SecurityGroupIdRepeated | %s | |
| 400 | InvalidSecurityGroupId.SingleIdAndMultiIdConflict | %s | |
| 400 | InvalidSecurityGroupId.MultiGroupIdNetworkTypeConflict | %s | |
| 400 | JoinedGroupLimitExceed | %s | |
| 400 | InvalidAccountStatus.PayAmountLimitExceeded | Your account is being restricted, because you have no default payment method or you are not authorized. | |
| 400 | InvalidPerformanceLevel.Malformed | The specified parameter DataDisk.n.PerformanceLevel is not valid. | |
| 400 | InvalidOperation.EniCountExceeded | The maximum number of eni in a enterprise security group is exceeded. | |
| 400 | QuotaExceeded.PrepayDataDiskCapacity | The quota of prepay data disk capacity exceeds. | |
| 400 | InvalidDiskCategory.ConflictSnapshotCategory | The specified disk category conflict with snapshot category. | |
| 400 | AccountForbidden.ProductCreationLimited | The commodity must be officially operated by Aliyun and in pay-as-you-go billing method. | |
| 400 | UnexpectedImageFamily.ImageIdSupplied | The input parameter ImageFamily must be null when image id is set. | |
| 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. | |
| 400 | InvalidHttpTokens.NotSupported | The specified HttpTokens not supported, you can use optional(default) or required. | |
| 400 | InvalidHttpPutResponseHopLimit.NotSupported | The specified HttpPutResponseHopLimit not supported, more than 1 and less than 64 is reasonable. | |
| 400 | InvalidOperation.VpcHasEnabledAdvancedNetworkFeature | The specified vpc has enabled advanced network feature. | |
| 400 | InvalidChargeType.CapacityReservationNotSupported | %s | |
| 400 | InvalidPerformanceLevel.ValueNotSupported | The current ZoneId or InstanceType does not support PL0 of cloud_essd. | |
| 400 | InvalidKMSKeyId.NotSymmetric | The specified parameter KmsKeyId must be symmetric. | |
| 400 | InvalidParameter.Arns | The specified Arns is not valid. | |
| 400 | InvalidDedicatedHostClusterId.NotFound | The specified DedicatedHostClusterId does not exist. | |
| 400 | InvalidDedicatedHostClusterId.InValid | The specified Dedicated Host Cluster is invalid. | |
| 400 | InvalidDeploymentSetId.NotFound | The parameter DeploymentSetId is invalid. | |
| 400 | InvalidOperation.UserNotSupported | Reseller user do not support purchase at the moment. | |
| 400 | InvalidManagedPrivateSpaceId.NotFound | %s | |
| 400 | InvalidSchedulerOptions | The specified parameter SchedulerOptions is not valid. | |
| 400 | MissingParameter.PrivatePoolOptionsId | The specified PrivatePoolOptions.Id should not be null. | |
| 400 | Invalid.PrivatePoolOptionsId | The specified PrivatePoolOptions.Id is invalid. | |
| 400 | DedicatedHostNotSupported | DedicatedHost is not supported for PrivatePool. | |
| 400 | SpotNotSupported | Spot is not supported for PrivatePool. | |
| 400 | ClassicNetworkNotSupported | Classic network is not supported for PrivatePool. | |
| 400 | Invalid.InstanceId | Instance does not exist. | |
| 400 | Invalid.PrivatePoolOptions.MatchCriteria | Target mode does not support this operation. | |
| 400 | MissingParameter.PrivatePoolOptions.Id | The specified PrivatePoolOptions.Id should not be null. | |
| 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. | |
| 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. | |
| 400 | InvalidProvisionedIops.LimitExceed | The provisioned iops exceeds the limit. | |
| 400 | BurstingEnabledForDiskCategoryUnsupported | The specified disk category does not support bursting enabled. | |
| 400 | BurstingEnabledForMultiAttachDiskUnsupported | The multi attach disk does not support bursting enabled. | |
| 400 | ProvisionedIopsForDiskCategoryRequired | The provisioned iops is required for this disk category. | |
| 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. | |
| 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. | |
| 400 | NoPermission.Price | The operation requires price permission. Please either apply for permission from your main account, or set the parameter AutoPay as true. | |
| 400 | InvalidAutoPay.PostPaidUnsupported | The specified parameter AutoPay must be set as true for postpaid instance. | |
| 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. | |
| 400 | InvalidInstanceType.NotSupportCpuOptionsTopologyType | The specified instance type does not support CpuOptions.TopologyType: %s. | |
| 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. | |
| 400 | InvalidParameter.Encrypted.KmsNotEnable | Failed to perform this operation because KMS is not activated. | |
| 400 | InvalidPrivateIpAddress.Duplicated | The specified private IP address is already in use. | |
| 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. | |
| 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. | |
| 400 | InvalidBurstingEnabled.DiskSizeTooSmall | The disk size must be greater than 3 GiB to enable burst. | |
| 400 | InvalidImage.WindowsUnsupported | The specified InstanceType does not support the specified Windows image. | |
| 400 | InvalidParameter.CpuOptionsTurboMode | The specified parameter TurboMode is not valid. | |
| 400 | InvalidInstanceType.EnableNVSUnsupported | The specified instance type does not support EnableNVS. | |
| 400 | InvalidInstanceType.EnableVISSTUnsupported | The specified instance type does not support EnableVISST. | |
| 400 | InvalidInstanceType.EnableVRDTUnsupported | The specified instance type does not support EnableVRDT. | |
| 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. | |
| 400 | InvalidInstanceType.NotSupportEnablePtp | The specified instance type does not support enable 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]. | |
| 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. | |
| 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 | |
| 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. | |
| 403 | InvalidParams.HostnameExceed | The uniqueSuffix takes three naming places, please shorten your Hostname. | |
| 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. | |
| 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. | |
| 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. | |
| 403 | InstanceType.Offline | %s | |
| 403 | DependencyViolation.WindowsInstance | The instance creating is window, cannot use ssh key pair to login. | |
| 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. | |
| 403 | InvalidParam.TrustedSystemMode | The specified TrustedSystemMode is invalid. | |
| 403 | InvalidParam.ConfidentialComputingMode | The specified ConfidentialComputingMode is invalid. | |
| 403 | InvalidInstanceType.NotSupported | The specified instance type does not support trusted system. | |
| 403 | InvalidSecurityOptions.NotSupported | SecurityOptions for vTPM and Enclave can not both be set. | |
| 403 | InvalidImage.NotSupported | The specified vTPM instance need UEFI image. | |
| 403 | 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. | |
| 403 | DefaultVswitch.Existed | The default vswitch for VPC already exists. | |
| 403 | IncorrectInstanceStatus | The current status of the resource does not support this operation. | |
| 403 | CategoryViolation | The specified instance does not support this operation because of its disk category. | |
| 403 | ResourcesNotInSameZone | The specified instance and dedicated host are not in the same zone. | |
| 403 | InvalidDisk.SystemDiskSize | The specified SystemDiskSize beyond the permitted range. | |
| 403 | InsufficientBalance | Your account does not have enough balance. | |
| 403 | InvalidOperation.NetworkInterface | %s | |
| 403 | MaxEniIpv6IpsCountExceeded | %s | |
| 403 | InvalidIp.IpRepeated | %s | |
| 403 | InvalidIp.IpAssigned | %s | |
| 403 | InvalidIp.Address | %s | |
| 403 | InvalidOperation.EniCountExceeded | %s | |
| 403 | InvalidOperation.Ipv4CountExceeded | %s | |
| 403 | InvalidOperation.Ipv6CountExceeded | %s | |
| 403 | InvalidOperation.Ipv6NotSupport | %s | |
| 403 | InvalidOperation.Ipv4NotSupport | %s | |
| 403 | InvalidParam.SecondaryIp | %s | |
| 403 | InvalidVSwitch.Ipv6NotTurnOn | %s | |
| 403 | InvalidParam.IpAssign | %s | |
| 403 | InvalidParam.Amount | %s | |
| 403 | InvalidParam.CpuOptionsCore | %s | |
| 403 | InvalidParam.CpuOptionsNuma | %s | |
| 403 | InvalidVSwitchId.IpInvalid | %s | |
| 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. | |
| 403 | UserNotInTheWhiteList | The user is not in byok white list. | |
| 403 | InvalidParameter.KMSKeyId.KMSUnauthorized | ECS service have no right to access your 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. | |
| 403 | InvalidAccountStatus | Your account status is invalid, please contact customer service. | |
| 403 | QuotaExceeded.PrivateIpAddress | %s | |
| 403 | OperationDenied.PerformanceLevelNotMatch | The specified DataDisk.n.PerformanceLevel and DataDisk.n.Size do not match. | |
| 403 | InvalidStorageSetName.Malformed | Specified parameter StorageSetName is not valid. | |
| 403 | InvalidDescription.Malformed | Specified parameter Description is not valid. | |
| 403 | InvalidMaxPartitionNumber.Malformed | Specified parameter MaxPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetPartitionNumber | Specified parameter StorageSetPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetId | Specified parameter StorageSetId is not valid. | |
| 403 | InvalidParameter.StorageSetZoneId | Specified parameter StorageSetZoneId is not valid. | |
| 403 | EnterpriseGroupLimited.MutliGroupType | The specified instance can't join multi SecurityGroup types. | |
| 403 | EnterpriseGroupLimited.InstanceType | The specified instance type doesn't support Enterprise SecurityGroup. | |
| 403 | QuotaExceed.Tags | %s | |
| 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. | |
| 403 | QuotaExceed.ElasticQuota | No additional quota is available for the specified ECS instance type. | |
| 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 | |
| 403 | InvalidOperation.MaxEniQueueNumberExceeded | %s | |
| 403 | InvalidOperation.ExceedInstanceTypeQueueNumber | %s | |
| 403 | InvalidIspType.ValueNotSupported | %s | |
| 403 | UnsupportedIspChargeType | %s | |
| 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. | |
| 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 | |
| 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. | |
| 403 | AclLimitExceed | %s | |
| 403 | InvalidParameter.DataEncryptedKeyCreateFailed | Create kms data encrypted key fail. If you need further assistance, you can contact the KMS Technical Support. | |
| 403 | InvalidParameter.CpuOptionsThreadsPerCore | The specified parameter CpuOptions.ThreadsPerCore is not valid. | |
| 403 | InvalidParameter.CpuOptionsCore | The specified parameter CpuOptions.Core is not valid. | |
| 403 | InvalidInstanceType.CpuOptionsThreadsPerCoreUnsupported | The current instance type does not support setting or modifying the CpuOptions.ThreadsPerCore parameter. | |
| 403 | InvalidParameter.CpuOptionsNuma | The specified parameter CpuOptions.Numa is not valid. | |
| 403 | InvalidParameter.KMSKeyId.CMKUnauthorized | The CMK(Customer Master Key) lacks authorization to add tags to the ECS service. | |
| 403 | InvalidParameter.KMSKeyId.CMKNotEnabled | The CMK (Customer Master Key) must be in an active state. | |
| 403 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted must be set to true when creating disks with encrypted snapshots. | |
| 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. | |
| 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. | |
| 404 | InvalidSecurityGroupId.NotFound | The SecurityGroupId provided does not exist in our records. | |
| 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. | |
| 404 | InvalidImageId.NotFound | The specified ImageId does not exist. | |
| 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. | |
| 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. | |
| 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. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。