この操作では、利用可能な E-MapReduce (EMR) リソースを照会します。

デバッグ

OpenAPI Explorer は署名値を自動的に計算します。 OpenAPI Explorer を使用すると、API を簡単に設定できます。 OpenAPI Explorer は、各種 SDK に用意されている API のサンプルコードを動的に生成します。

リクエストパラメーター

パラメーター データ型 必須 / 任意 説明
Action String 必須 ListEmrAvailableResource

実行する操作です。 値を ListEmrAvailableResource に設定します。

ClusterType String 必須 HADOOP

クラスターのタイプです。

DestinationResource String 必須 ゾーン

対象の EMR リソースです。

InstanceChargeType String 必須 PostPaid

クラスターの課金方法です。

RegionId String 必須 cn-hangzhou

リージョンの ID です。

AccessKeyId String 任意 LTAI8ljWyu7y****

Alibaba Cloud によって提供される、ユーザー ID を識別するための AccessKey ID です。

ClusterId String 任意 C-D7958B72E59BAB88

クラスターの ID です。

DataDiskType String 任意 cloud_ssd

データディスクの タイプです。

DepositType String 任意 HALF_MANAGED

ホスティングタイプです。

InstanceType String 任意 ecs.g5.xlarge

ECS (Elastic Compute Service) インスタンスにログインします。

NetType String 任意 vpc

ネットワークタイプです。

SpotStrategy String 任意 SpotWithPriceLimit

ECS インスタンスの入札ポリシーです。 有効値:

  • NoSpot
  • SpotWithPriceLimit
  • SpotAsPriceGo
SystemDiskType String 任意 cloud_ssd

システムディスクのタイプです。

ZoneId String 任意 cn-hangzhou-d

ゾーン ID です。

レスポンスパラメーター

パラメーター データ型 説明
EmrZoneInfoList

ゾーンのリストです。

EmrZoneInfo

ゾーンの情報です。

EmrResourceInfoList

EMR リソースのリストです。

Emrinstanceinfo

EMR リソースの情報です。

SupportedResourceList

サポートされているリソースタイプのリストです。

SupportedResource

サポートされているリソースタイプの情報です。

EmrInstanceType

サポートされている ECS インスタンスタイプです。

BaselineCredit Integer 0

バースト可能なインスタンスのベースラインマルチ vCPU コンピューティング容量です。

CpuCoreCount Integer 4

vCPU の数です。

EniQuantity Integer 3

ENI の数です。

GPUAmount Integer 1

GPU の数です。

GPUSpec String NVIDIA P100

GPU モデルです。

InitialCredit Integer 0

予約済みパラメーターです。

InstanceBandwidthRx Integer 1536000

予約済みパラメーターです。

InstanceBandwidthTx Integer 1536000

予約済みパラメーターです。

InstancePpsRx Long 500000

予約済みパラメーターです。

InstancePpsTx Long 500000

予約済みパラメーターです。

InstanceType String ecs.g5.xlarge

ECS インスタンスのタイプです。

InstanceTypeFamily String ecs.g5

インスタンスタイプファミリーです。

LocalStorageAmount Integer 2

ローカルディスクの数です。

LocalStorageCapacity Long 80

ローカルディスクの容量です。

LocalStorageCategory String local_ssd_pro

ローカルディスクのタイプです。

MemorySize Integer 16

メモリ容量です。 単位:GiB。

Max Integer 32768

ディスクの最大容量です。

最小 Integer 40

ディスクの最小容量です。

SupportNodeTypeList ["MASTER",“CORE”]

サポートされているノードタイプのリストです。

SupportNodeType

サポートされているノードタイプの情報です。

Unit String GiB

単位です。

Value String cloud_essd

値です。

Value String cloud_essd

値です。

Type String DataDisk

照会するログのタイプです。

ZoneId String cn-hangzhou-b

ゾーン ID です。

RegionId String cn-hangzhou

クラスターの存在するリージョンの ID です。

RequestId String BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22

リクエストの ID です。

コーディング例

リクエストの例


http(s)://[Endpoint]/? Action=ListEmrAvailableResource
&ClusterType=HADOOP
&DestinationResource=Zone
&InstanceChargeType=PostPaid
&RegionId=cn-hangzhou
&<共通リクエストパラメーター>

通常のレスポンス例

XML 形式

<ListEmrAvailableResourceResponse>
	  <emrZoneInfoList>
		    <emrResourceInfoList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>2</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>819200</instanceBandwidthRx>
					          <instanceBandwidthTx>819200</instanceBandwidthTx>
					          <instancePpsRx>150000</instancePpsRx>
					          <instancePpsTx>150000</instancePpsTx>
					          <instanceType>ecs.n4.xlarge</instanceType>
					          <instanceTypeFamily>ecs.n4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>8</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.n4.xlarge</value>
				        <value1>ecs.n4.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.se1.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1.2xlarge</value>
				        <value1>ecs.se1.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>1600000</instancePpsRx>
					          <instancePpsTx>1600000</instancePpsTx>
					          <instanceType>ecs.sn2ne.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2ne.4xlarge</value>
				        <value1>ecs.sn2ne.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>2</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>819200</instanceBandwidthRx>
					          <instanceBandwidthTx>819200</instanceBandwidthTx>
					          <instancePpsRx>150000</instancePpsRx>
					          <instancePpsTx>150000</instancePpsTx>
					          <instanceType>ecs.mn4.xlarge</instanceType>
					          <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.mn4.xlarge</value>
				        <value1>ecs.mn4.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>32</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>6144000</instanceBandwidthRx>
					          <instanceBandwidthTx>6144000</instanceBandwidthTx>
					          <instancePpsRx>2500000</instancePpsRx>
					          <instancePpsTx>2500000</instancePpsTx>
					          <instanceType>ecs.sn2ne.8xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>128</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2ne.8xlarge</value>
				        <value1>ecs.sn2ne.8xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>56</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>10240000</instanceBandwidthRx>
					          <instanceBandwidthTx>10240000</instanceBandwidthTx>
					          <instancePpsRx>4500000</instancePpsRx>
					          <instancePpsTx>4500000</instancePpsTx>
					          <instanceType>ecs.sn2ne.14xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>224</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2ne.14xlarge</value>
				        <value1>ecs.sn2ne.14xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>819200</instanceBandwidthRx>
					          <instanceBandwidthTx>819200</instanceBandwidthTx>
					          <instancePpsRx>200000</instancePpsRx>
					          <instancePpsTx>200000</instancePpsTx>
					          <instanceType>ecs.sn2.large</instanceType>
					          <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2.large</value>
				        <value1>ecs.sn2.large</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>6144000</instanceBandwidthRx>
					          <instanceBandwidthTx>6144000</instanceBandwidthTx>
					          <instancePpsRx>600000</instancePpsRx>
					          <instancePpsTx>600000</instancePpsTx>
					          <instanceType>ecs.d1.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.d1</instanceTypeFamily>
					          <localStorageAmount>8</localStorageAmount>
					          <localStorageCapacity>5500</localStorageCapacity>
					          <localStorageCategory>local_hdd_pro</localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <value>ecs.d1.4xlarge</value>
				        <value1>ecs.d1.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>1600000</instancePpsRx>
					          <instancePpsTx>1600000</instancePpsTx>
					          <instanceType>ecs.se1ne.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>128</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1ne.4xlarge</value>
				        <value1>ecs.se1ne.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>1</gPUAmount>
					          <gPUSpec>Nvidia Tesla P4</gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>200000</instancePpsRx>
					          <instancePpsTx>200000</instancePpsTx>
					          <instanceType>ecs.gn5i-c4g1.xlarge</instanceType>
					          <instanceTypeFamily>ecs.gn5i</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <value>ecs.gn5i-c4g1.xlarge</value>
				        <value1>ecs.gn5i-c4g1.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>819200</instanceBandwidthRx>
					          <instanceBandwidthTx>819200</instanceBandwidthTx>
					          <instancePpsRx>200000</instancePpsRx>
					          <instancePpsTx>200000</instancePpsTx>
					          <instanceType>ecs.sn1.large</instanceType>
					          <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>8</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1.large</value>
				        <value1>ecs.sn1.large</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>819200</instanceBandwidthRx>
					          <instanceBandwidthTx>819200</instanceBandwidthTx>
					          <instancePpsRx>200000</instancePpsRx>
					          <instancePpsTx>200000</instancePpsTx>
					          <instanceType>ecs.se1.xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1.xlarge</value>
				        <value1>ecs.se1.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.sn2.xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2.xlarge</value>
				        <value1>ecs.sn2.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.sn1.xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1.xlarge</value>
				        <value1>ecs.sn1.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>300000</instancePpsRx>
					          <instancePpsTx>300000</instancePpsTx>
					          <instanceType>ecs.d1.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.d1</instanceTypeFamily>
					          <localStorageAmount>4</localStorageAmount>
					          <localStorageCapacity>5500</localStorageCapacity>
					          <localStorageCategory>local_hdd_pro</localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <value>ecs.d1.2xlarge</value>
				        <value1>ecs.d1.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.se1.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>128</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1.4xlarge</value>
				        <value1>ecs.se1.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>2048000</instanceBandwidthRx>
					          <instanceBandwidthTx>2048000</instanceBandwidthTx>
					          <instancePpsRx>1000000</instancePpsRx>
					          <instancePpsTx>1000000</instancePpsTx>
					          <instanceType>ecs.sn1ne.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1ne.2xlarge</value>
				        <value1>ecs.sn1ne.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.sn2.3xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2.3xlarge</value>
				        <value1>ecs.sn2.3xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1228800</instanceBandwidthRx>
					          <instanceBandwidthTx>1228800</instanceBandwidthTx>
					          <instancePpsRx>300000</instancePpsRx>
					          <instancePpsTx>300000</instancePpsTx>
					          <instanceType>ecs.mn4.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.mn4.2xlarge</value>
				        <value1>ecs.mn4.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.sn2ne.xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2ne.xlarge</value>
				        <value1>ecs.sn2ne.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>1</gPUAmount>
					          <gPUSpec>Nvidia Tesla P4</gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>800000</instancePpsRx>
					          <instancePpsTx>800000</instancePpsTx>
					          <instanceType>ecs.gn5i-c16g1.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.gn5i</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <value>ecs.gn5i-c16g1.4xlarge</value>
				        <value1>ecs.gn5i-c16g1.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>32</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>5120000</instanceBandwidthRx>
					          <instanceBandwidthTx>5120000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.mn4.8xlarge</instanceType>
					          <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>128</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.mn4.8xlarge</value>
				        <value1>ecs.mn4.8xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>2048000</instanceBandwidthRx>
					          <instanceBandwidthTx>2048000</instanceBandwidthTx>
					          <instancePpsRx>1000000</instancePpsRx>
					          <instancePpsTx>1000000</instancePpsTx>
					          <instanceType>ecs.se1ne.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1ne.2xlarge</value>
				        <value1>ecs.se1ne.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>2</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>2560000</instanceBandwidthRx>
					          <instanceBandwidthTx>2560000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.n4.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.n4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.n4.4xlarge</value>
				        <value1>ecs.n4.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>32</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>6144000</instanceBandwidthRx>
					          <instanceBandwidthTx>6144000</instanceBandwidthTx>
					          <instancePpsRx>2500000</instancePpsRx>
					          <instancePpsTx>2500000</instancePpsTx>
					          <instanceType>ecs.se1ne.8xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>256</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1ne.8xlarge</value>
				        <value1>ecs.se1ne.8xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>32</cpuCoreCount>
					          <eniQuantity>2</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>5120000</instanceBandwidthRx>
					          <instanceBandwidthTx>5120000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.n4.8xlarge</instanceType>
					          <instanceTypeFamily>ecs.n4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.n4.8xlarge</value>
				        <value1>ecs.n4.8xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>2048000</instanceBandwidthRx>
					          <instanceBandwidthTx>2048000</instanceBandwidthTx>
					          <instancePpsRx>1000000</instancePpsRx>
					          <instancePpsTx>1000000</instancePpsTx>
					          <instanceType>ecs.sn2ne.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn2ne.2xlarge</value>
				        <value1>ecs.sn2ne.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.se1ne.xlarge</instanceType>
					          <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.se1ne.xlarge</value>
				        <value1>ecs.se1ne.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>24</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>8192000</instanceBandwidthRx>
					          <instanceBandwidthTx>8192000</instanceBandwidthTx>
					          <instancePpsRx>800000</instancePpsRx>
					          <instancePpsTx>800000</instancePpsTx>
					          <instanceType>ecs.d1.6xlarge</instanceType>
					          <instanceTypeFamily>ecs.d1</instanceTypeFamily>
					          <localStorageAmount>12</localStorageAmount>
					          <localStorageCapacity>5500</localStorageCapacity>
					          <localStorageCategory>local_hdd_pro</localStorageCategory>
					          <memorySize>96</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <value>ecs.d1.6xlarge</value>
				        <value1>ecs.d1.6xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>4</eniQuantity>
					          <gPUAmount>1</gPUAmount>
					          <gPUSpec>Nvidia Tesla P4</gPUSpec>
					          <instanceBandwidthRx>2048000</instanceBandwidthRx>
					          <instanceBandwidthTx>2048000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.gn5i-c8g1.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.gn5i</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <value>ecs.gn5i-c8g1.2xlarge</value>
				        <value1>ecs.gn5i-c8g1.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>8</cpuCoreCount>
					          <eniQuantity>2</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1228800</instanceBandwidthRx>
					          <instanceBandwidthTx>1228800</instanceBandwidthTx>
					          <instancePpsRx>300000</instancePpsRx>
					          <instancePpsTx>300000</instancePpsTx>
					          <instanceType>ecs.n4.2xlarge</instanceType>
					          <instanceTypeFamily>ecs.n4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>16</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.n4.2xlarge</value>
				        <value1>ecs.n4.2xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>32</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>6144000</instanceBandwidthRx>
					          <instanceBandwidthTx>6144000</instanceBandwidthTx>
					          <instancePpsRx>2500000</instancePpsRx>
					          <instancePpsTx>2500000</instancePpsTx>
					          <instanceType>ecs.sn1ne.8xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1ne.8xlarge</value>
				        <value1>ecs.sn1ne.8xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.sn1.3xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1.3xlarge</value>
				        <value1>ecs.sn1.3xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>3072000</instanceBandwidthRx>
					          <instanceBandwidthTx>3072000</instanceBandwidthTx>
					          <instancePpsRx>1600000</instancePpsRx>
					          <instancePpsTx>1600000</instancePpsTx>
					          <instanceType>ecs.sn1ne.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>32</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1ne.4xlarge</value>
				        <value1>ecs.sn1ne.4xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>4</cpuCoreCount>
					          <eniQuantity>3</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>1536000</instanceBandwidthRx>
					          <instanceBandwidthTx>1536000</instanceBandwidthTx>
					          <instancePpsRx>500000</instancePpsRx>
					          <instancePpsTx>500000</instancePpsTx>
					          <instanceType>ecs.sn1ne.xlarge</instanceType>
					          <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>8</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.sn1ne.xlarge</value>
				        <value1>ecs.sn1ne.xlarge</value1>
			      </supportedResourceList>
			      <supportedResourceList>
				        <emrInstanceType>
					          <cpuCoreCount>16</cpuCoreCount>
					          <eniQuantity>8</eniQuantity>
					          <gPUAmount>0</gPUAmount>
					          <gPUSpec></gPUSpec>
					          <instanceBandwidthRx>2560000</instanceBandwidthRx>
					          <instanceBandwidthTx>2560000</instanceBandwidthTx>
					          <instancePpsRx>400000</instancePpsRx>
					          <instancePpsTx>400000</instancePpsTx>
					          <instanceType>ecs.mn4.4xlarge</instanceType>
					          <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
					          <localStorageCategory></localStorageCategory>
					          <memorySize>64</memorySize>
				        </emrInstanceType>
				        <supportNodeTypeList>CORE</supportNodeTypeList>
				        <supportNodeTypeList>MASTER</supportNodeTypeList>
				        <supportNodeTypeList>TASK</supportNodeTypeList>
				        <supportNodeTypeList>GATEWAY</supportNodeTypeList>
				        <value>ecs.mn4.4xlarge</value>
				        <value1>ecs.mn4.4xlarge</value1>
			      </supportedResourceList>
			      <type>InstanceType</type>
		    </emrResourceInfoList>
		    <zoneId>cn-hangzhou-b</zoneId>
	  </emrZoneInfoList>
	  <regionId>cn-hangzhou</regionId>
	  <requestId>A3239C3B-641F-4082-B5A1-AE2362CBCCD7</requestId>
</ListEmrAvailableResourceResponse>

JSON 形式

{
	"requestId":"A3239C3B-641F-4082-B5A1-AE2362CBCCD7",
	"emrZoneInfoList":[
		{
			"emrResourceInfoList":[
				{
					"type":"InstanceType",
					"supportedResourceList":[
						{
							"emrInstanceType":{
								"instanceType":"ecs.n4.xlarge",
								"eniQuantity":2,
								"gPUSpec":"",
								"instancePpsRx":150000,
								"memorySize":8,
								"instancePpsTx":150000,
								"gPUAmount":0,
								"instanceBandwidthRx":819200,
								"localStorageCategory":"",
								"instanceBandwidthTx":819200,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.n4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.n4.xlarge",
							"value1":"ecs.n4.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":400000,
								"memorySize":64,
								"instancePpsTx":400000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.se1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1.2xlarge",
							"value1":"ecs.se1.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2ne.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":1600000,
								"memorySize":64,
								"instancePpsTx":1600000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.sn2ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2ne.4xlarge",
							"value1":"ecs.sn2ne.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.mn4.xlarge",
								"eniQuantity":2,
								"gPUSpec":"",
								"instancePpsRx":150000,
								"memorySize":16,
								"instancePpsTx":150000,
								"gPUAmount":0,
								"instanceBandwidthRx":819200,
								"localStorageCategory":"",
								"instanceBandwidthTx":819200,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.mn4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.mn4.xlarge",
							"value1":"ecs.mn4.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2ne.8xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":2500000,
								"memorySize":128,
								"instancePpsTx":2500000,
								"gPUAmount":0,
								"instanceBandwidthRx":6144000,
								"localStorageCategory":"",
								"instanceBandwidthTx":6144000,
								"cpuCoreCount":32,
								"instanceTypeFamily":"ecs.sn2ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2ne.8xlarge",
							"value1":"ecs.sn2ne.8xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2ne.14xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":4500000,
								"memorySize":224,
								"instancePpsTx":4500000,
								"gPUAmount":0,
								"instanceBandwidthRx":10240000,
								"localStorageCategory":"",
								"instanceBandwidthTx":10240000,
								"cpuCoreCount":56,
								"instanceTypeFamily":"ecs.sn2ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2ne.14xlarge",
							"value1":"ecs.sn2ne.14xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2.large",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":200000,
								"memorySize":16,
								"instancePpsTx":200000,
								"gPUAmount":0,
								"instanceBandwidthRx":819200,
								"localStorageCategory":"",
								"instanceBandwidthTx":819200,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.sn2"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2.large",
							"value1":"ecs.sn2.large"
						},
						{
							"emrInstanceType":{
								"instancePpsRx":600000,
								"memorySize":64,
								"gPUAmount":0,
								"instancePpsTx":600000,
								"instanceBandwidthRx":6144000,
								"instanceBandwidthTx":6144000,
								"instanceTypeFamily":"ecs.d1",
								"instanceType":"ecs.d1.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"localStorageAmount":8,
								"localStorageCategory":"local_hdd_pro",
								"cpuCoreCount":16,
								"localStorageCapacity":5500
							},
							"supportNodeTypeList":[
								"CORE"
							],
							"value":"ecs.d1.4xlarge",
							"value1":"ecs.d1.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1ne.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":1600000,
								"memorySize":128,
								"instancePpsTx":1600000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.se1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1ne.4xlarge",
							"value1":"ecs.se1ne.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.gn5i-c4g1.xlarge",
								"eniQuantity":3,
								"gPUSpec":"Nvidia Tesla P4",
								"instancePpsRx":200000,
								"memorySize":16,
								"instancePpsTx":200000,
								"gPUAmount":1,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.gn5i"
							},
							"supportNodeTypeList":[
								"CORE",
								"TASK"
							],
							"value":"ecs.gn5i-c4g1.xlarge",
							"value1":"ecs.gn5i-c4g1.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1.large",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":200000,
								"memorySize":8,
								"instancePpsTx":200000,
								"gPUAmount":0,
								"instanceBandwidthRx":819200,
								"localStorageCategory":"",
								"instanceBandwidthTx":819200,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.sn1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1.large",
							"value1":"ecs.sn1.large"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1.xlarge",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":200000,
								"memorySize":32,
								"instancePpsTx":200000,
								"gPUAmount":0,
								"instanceBandwidthRx":819200,
								"localStorageCategory":"",
								"instanceBandwidthTx":819200,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.se1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1.xlarge",
							"value1":"ecs.se1.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2.xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":400000,
								"memorySize":32,
								"instancePpsTx":400000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.sn2"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2.xlarge",
							"value1":"ecs.sn2.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1.xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":400000,
								"memorySize":16,
								"instancePpsTx":400000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.sn1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1.xlarge",
							"value1":"ecs.sn1.xlarge"
						},
						{
							"emrInstanceType":{
								"instancePpsRx":300000,
								"memorySize":32,
								"gPUAmount":0,
								"instancePpsTx":300000,
								"instanceBandwidthRx":3072000,
								"instanceBandwidthTx":3072000,
								"instanceTypeFamily":"ecs.d1",
								"instanceType":"ecs.d1.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"localStorageAmount":4,
								"localStorageCategory":"local_hdd_pro",
								"cpuCoreCount":8,
								"localStorageCapacity":5500
							},
							"supportNodeTypeList":[
								"CORE"
							],
							"value":"ecs.d1.2xlarge",
							"value1":"ecs.d1.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":128,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.se1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1.4xlarge",
							"value1":"ecs.se1.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1ne.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":1000000,
								"memorySize":16,
								"instancePpsTx":1000000,
								"gPUAmount":0,
								"instanceBandwidthRx":2048000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2048000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.sn1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1ne.2xlarge",
							"value1":"ecs.sn1ne.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2.3xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":64,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.sn2"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2.3xlarge",
							"value1":"ecs.sn2.3xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.mn4.2xlarge",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":300000,
								"memorySize":32,
								"instancePpsTx":300000,
								"gPUAmount":0,
								"instanceBandwidthRx":1228800,
								"localStorageCategory":"",
								"instanceBandwidthTx":1228800,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.mn4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.mn4.2xlarge",
							"value1":"ecs.mn4.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2ne.xlarge",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":16,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.sn2ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2ne.xlarge",
							"value1":"ecs.sn2ne.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.gn5i-c16g1.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"Nvidia Tesla P4",
								"instancePpsRx":800000,
								"memorySize":64,
								"instancePpsTx":800000,
								"gPUAmount":1,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.gn5i"
							},
							"supportNodeTypeList":[
								"CORE",
								"TASK"
							],
							"value":"ecs.gn5i-c16g1.4xlarge",
							"value1":"ecs.gn5i-c16g1.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.mn4.8xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":128,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":5120000,
								"localStorageCategory":"",
								"instanceBandwidthTx":5120000,
								"cpuCoreCount":32,
								"instanceTypeFamily":"ecs.mn4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.mn4.8xlarge",
							"value1":"ecs.mn4.8xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1ne.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":1000000,
								"memorySize":64,
								"instancePpsTx":1000000,
								"gPUAmount":0,
								"instanceBandwidthRx":2048000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2048000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.se1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1ne.2xlarge",
							"value1":"ecs.se1ne.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.n4.4xlarge",
								"eniQuantity":2,
								"gPUSpec":"",
								"instancePpsRx":400000,
								"memorySize":32,
								"instancePpsTx":400000,
								"gPUAmount":0,
								"instanceBandwidthRx":2560000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2560000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.n4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.n4.4xlarge",
							"value1":"ecs.n4.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1ne.8xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":2500000,
								"memorySize":256,
								"instancePpsTx":2500000,
								"gPUAmount":0,
								"instanceBandwidthRx":6144000,
								"localStorageCategory":"",
								"instanceBandwidthTx":6144000,
								"cpuCoreCount":32,
								"instanceTypeFamily":"ecs.se1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1ne.8xlarge",
							"value1":"ecs.se1ne.8xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.n4.8xlarge",
								"eniQuantity":2,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":64,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":5120000,
								"localStorageCategory":"",
								"instanceBandwidthTx":5120000,
								"cpuCoreCount":32,
								"instanceTypeFamily":"ecs.n4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.n4.8xlarge",
							"value1":"ecs.n4.8xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn2ne.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"",
								"instancePpsRx":1000000,
								"memorySize":32,
								"instancePpsTx":1000000,
								"gPUAmount":0,
								"instanceBandwidthRx":2048000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2048000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.sn2ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn2ne.2xlarge",
							"value1":"ecs.sn2ne.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.se1ne.xlarge",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":32,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.se1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.se1ne.xlarge",
							"value1":"ecs.se1ne.xlarge"
						},
						{
							"emrInstanceType":{
								"instancePpsRx":800000,
								"memorySize":96,
								"gPUAmount":0,
								"instancePpsTx":800000,
								"instanceBandwidthRx":8192000,
								"instanceBandwidthTx":8192000,
								"instanceTypeFamily":"ecs.d1",
								"instanceType":"ecs.d1.6xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"localStorageAmount":12,
								"localStorageCategory":"local_hdd_pro",
								"cpuCoreCount":24,
								"localStorageCapacity":5500
							},
							"supportNodeTypeList":[
								"CORE"
							],
							"value":"ecs.d1.6xlarge",
							"value1":"ecs.d1.6xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.gn5i-c8g1.2xlarge",
								"eniQuantity":4,
								"gPUSpec":"Nvidia Tesla P4",
								"instancePpsRx":400000,
								"memorySize":32,
								"instancePpsTx":400000,
								"gPUAmount":1,
								"instanceBandwidthRx":2048000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2048000,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.gn5i"
							},
							"supportNodeTypeList":[
								"CORE",
								"TASK"
							],
							"value":"ecs.gn5i-c8g1.2xlarge",
							"value1":"ecs.gn5i-c8g1.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.n4.2xlarge",
								"eniQuantity":2,
								"gPUSpec":"",
								"instancePpsRx":300000,
								"memorySize":16,
								"instancePpsTx":300000,
								"gPUAmount":0,
								"instanceBandwidthRx":1228800,
								"localStorageCategory":"",
								"instanceBandwidthTx":1228800,
								"cpuCoreCount":8,
								"instanceTypeFamily":"ecs.n4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.n4.2xlarge",
							"value1":"ecs.n4.2xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1ne.8xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":2500000,
								"memorySize":64,
								"instancePpsTx":2500000,
								"gPUAmount":0,
								"instanceBandwidthRx":6144000,
								"localStorageCategory":"",
								"instanceBandwidthTx":6144000,
								"cpuCoreCount":32,
								"instanceTypeFamily":"ecs.sn1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1ne.8xlarge",
							"value1":"ecs.sn1ne.8xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1.3xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":32,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.sn1"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1.3xlarge",
							"value1":"ecs.sn1.3xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1ne.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":1600000,
								"memorySize":32,
								"instancePpsTx":1600000,
								"gPUAmount":0,
								"instanceBandwidthRx":3072000,
								"localStorageCategory":"",
								"instanceBandwidthTx":3072000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.sn1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1ne.4xlarge",
							"value1":"ecs.sn1ne.4xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.sn1ne.xlarge",
								"eniQuantity":3,
								"gPUSpec":"",
								"instancePpsRx":500000,
								"memorySize":8,
								"instancePpsTx":500000,
								"gPUAmount":0,
								"instanceBandwidthRx":1536000,
								"localStorageCategory":"",
								"instanceBandwidthTx":1536000,
								"cpuCoreCount":4,
								"instanceTypeFamily":"ecs.sn1ne"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.sn1ne.xlarge",
							"value1":"ecs.sn1ne.xlarge"
						},
						{
							"emrInstanceType":{
								"instanceType":"ecs.mn4.4xlarge",
								"eniQuantity":8,
								"gPUSpec":"",
								"instancePpsRx":400000,
								"memorySize":64,
								"instancePpsTx":400000,
								"gPUAmount":0,
								"instanceBandwidthRx":2560000,
								"localStorageCategory":"",
								"instanceBandwidthTx":2560000,
								"cpuCoreCount":16,
								"instanceTypeFamily":"ecs.mn4"
							},
							"supportNodeTypeList":[
								"CORE",
								"MASTER",
								"TASK",
								"GATEWAY"
							],
							"value":"ecs.mn4.4xlarge",
							"value1":"ecs.mn4.4xlarge"
						}
					]
				}
			],
			"zoneId":"cn-hangzhou-b"
		}
	],
	"regionId":"cn-hangzhou"
}

エラーコード

エラーコードについては、「API エラーセンター」をご参照ください。