调用ListEmrAvailableResource接口,查询可用资源列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListEmrAvailableResource

系统规定参数。取值:ListEmrAvailableResource。

ClusterType String HADOOP

集群类型:

  • HADOOP
  • KAFKA
  • DATA SCIENCE
  • DRUID
  • FLINK
  • GATEWAY
  • CLICKHOUSE
  • SHUFFLE_SERVICE
  • EMR_STUDIO
DestinationResource String DataDisk

目标资源。取值如下:

  • SystemDisk:系统盘
  • DataDisk:数据盘
  • InstanceType:本地盘
InstanceChargeType String PostPaid

付费类型,取值如下:

  • PostPaid:按量付费集群
  • PrePaid:包年包月集群
RegionId String cn-hangzhou

地域ID。您可以调用DescribeRegions接口查看最新的阿里云地域列表。

SpotStrategy String SpotWithPriceLimit

实例竞价策略,取值如下:

  • NoSpot:正常按量付费实例。默认值为NoSpot。
  • SpotWithPriceLimit:设置上限价格的抢占式实例。
  • SpotAsPriceGo:系统自动出价,跟随当前市场实际价格。
ZoneId String cn-hangzhou-b

可用区ID。

NetType String VPC

网络类型。

InstanceType String ecs.g5.xlarge

实例类型。

SystemDiskType String cloud_ssd

系统盘类型,取值如下:

  • cloud:普通云盘
  • cloud_efficiency:高效云盘
  • cloud_ssd:SSD云盘
DataDiskType String cloud_ssd

数据盘类型,取值如下:

  • cloud:普通云盘
  • cloud_efficiency:高效云盘
  • cloud_ssd:SSD云盘
DepositType String HALF_MANAGED

集群的托管类型,取值如下:

  • HALF_MANAGED:半托管
  • MANAGED:全托管
ClusterId String C-D7958B72E59B****

集群ID。您可以调用ListClusters接口查看集群的ID。

ResourceGroupId String rg-bp67acfmxazb4p****

目标资源组ID。

EmrVersion String EMR-3.16.0

EMR版本。

返回数据

名称 类型 示例值 描述
EmrZoneInfoList Array of EmrZoneInfo

可用区列表。

EmrZoneInfo
EmrResourceInfoList Array of EmrResourceInfo

资源列表。

EmrResourceInfo
SupportedResourceList Array of SupportedResource

支持的资源类型列表。

SupportedResource
EmrInstanceType Struct

支持的ECS实例类型。

BaselineCredit Integer 0

突发性能实例基准vCPU计算性能。

CpuCoreCount Integer 4

CPU核心数。

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

实例类型。

InstanceTypeFamily String ecs.g5

实例类型族。

LocalStorageAmount Integer 2

本地盘数量。

LocalStorageCapacity Long 80

本地盘容量。

LocalStorageCategory String local_ssd_pro

本地盘类型。

MemorySize Integer 16

内存容量(GiB)。

Max Integer 32768

支持的最大值。

Min Integer 40

支持的最小值。

SupportNodeTypeList List ["MASTER",“CORE”]

支持节点类型列表。

Unit String GiB

单位。

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=SystemDisk
&InstanceChargeType=PostPaid
&RegionId=cn-hangzhou
&<公共请求参数>

正常返回示例

XML格式

<emrZoneInfoList>
    <emrResourceInfoList>
        <supportedResourceList>
            <emrInstanceType>
                <cpuCoreCount>4</cpuCoreCount>
                <eniQuantity>2</eniQuantity>
                <gPUAmount>0</gPUAmount>
                <gPUSpec/>
                <instanceBandwidthRx>819200</instanceBandwidthRx>
                <instanceBandwidthTx>819200</instanceBandwidthTx>
                <instancePpsRx>150000</instancePpsRx>
                <instancePpsTx>150000</instancePpsTx>
                <instanceType>ecs.n4.xlarge</instanceType>
                <instanceTypeFamily>ecs.n4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>400000</instancePpsRx>
                <instancePpsTx>400000</instancePpsTx>
                <instanceType>ecs.se1.2xlarge</instanceType>
                <instanceTypeFamily>ecs.se1</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>1600000</instancePpsRx>
                <instancePpsTx>1600000</instancePpsTx>
                <instanceType>ecs.sn2ne.4xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>819200</instanceBandwidthRx>
                <instanceBandwidthTx>819200</instanceBandwidthTx>
                <instancePpsRx>150000</instancePpsRx>
                <instancePpsTx>150000</instancePpsTx>
                <instanceType>ecs.mn4.xlarge</instanceType>
                <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>6144000</instanceBandwidthRx>
                <instanceBandwidthTx>6144000</instanceBandwidthTx>
                <instancePpsRx>2500000</instancePpsRx>
                <instancePpsTx>2500000</instancePpsTx>
                <instanceType>ecs.sn2ne.8xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>10240000</instanceBandwidthRx>
                <instanceBandwidthTx>10240000</instanceBandwidthTx>
                <instancePpsRx>4500000</instancePpsRx>
                <instancePpsTx>4500000</instancePpsTx>
                <instanceType>ecs.sn2ne.14xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>819200</instanceBandwidthRx>
                <instanceBandwidthTx>819200</instanceBandwidthTx>
                <instancePpsRx>200000</instancePpsRx>
                <instancePpsTx>200000</instancePpsTx>
                <instanceType>ecs.sn2.large</instanceType>
                <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
                <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/>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>1600000</instancePpsRx>
                <instancePpsTx>1600000</instancePpsTx>
                <instanceType>ecs.se1ne.4xlarge</instanceType>
                <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
                <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/>
                <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/>
                <instanceBandwidthRx>819200</instanceBandwidthRx>
                <instanceBandwidthTx>819200</instanceBandwidthTx>
                <instancePpsRx>200000</instancePpsRx>
                <instancePpsTx>200000</instancePpsTx>
                <instanceType>ecs.sn1.large</instanceType>
                <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>819200</instanceBandwidthRx>
                <instanceBandwidthTx>819200</instanceBandwidthTx>
                <instancePpsRx>200000</instancePpsRx>
                <instancePpsTx>200000</instancePpsTx>
                <instanceType>ecs.se1.xlarge</instanceType>
                <instanceTypeFamily>ecs.se1</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>400000</instancePpsRx>
                <instancePpsTx>400000</instancePpsTx>
                <instanceType>ecs.sn2.xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>400000</instancePpsRx>
                <instancePpsTx>400000</instancePpsTx>
                <instanceType>ecs.sn1.xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
                <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/>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.se1.4xlarge</instanceType>
                <instanceTypeFamily>ecs.se1</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>2048000</instanceBandwidthRx>
                <instanceBandwidthTx>2048000</instanceBandwidthTx>
                <instancePpsRx>1000000</instancePpsRx>
                <instancePpsTx>1000000</instancePpsTx>
                <instanceType>ecs.sn1ne.2xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.sn2.3xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1228800</instanceBandwidthRx>
                <instanceBandwidthTx>1228800</instanceBandwidthTx>
                <instancePpsRx>300000</instancePpsRx>
                <instancePpsTx>300000</instancePpsTx>
                <instanceType>ecs.mn4.2xlarge</instanceType>
                <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.sn2ne.xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
                <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/>
                <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/>
                <instanceBandwidthRx>5120000</instanceBandwidthRx>
                <instanceBandwidthTx>5120000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.mn4.8xlarge</instanceType>
                <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>2048000</instanceBandwidthRx>
                <instanceBandwidthTx>2048000</instanceBandwidthTx>
                <instancePpsRx>1000000</instancePpsRx>
                <instancePpsTx>1000000</instancePpsTx>
                <instanceType>ecs.se1ne.2xlarge</instanceType>
                <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>2560000</instanceBandwidthRx>
                <instanceBandwidthTx>2560000</instanceBandwidthTx>
                <instancePpsRx>400000</instancePpsRx>
                <instancePpsTx>400000</instancePpsTx>
                <instanceType>ecs.n4.4xlarge</instanceType>
                <instanceTypeFamily>ecs.n4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>6144000</instanceBandwidthRx>
                <instanceBandwidthTx>6144000</instanceBandwidthTx>
                <instancePpsRx>2500000</instancePpsRx>
                <instancePpsTx>2500000</instancePpsTx>
                <instanceType>ecs.se1ne.8xlarge</instanceType>
                <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>5120000</instanceBandwidthRx>
                <instanceBandwidthTx>5120000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.n4.8xlarge</instanceType>
                <instanceTypeFamily>ecs.n4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>2048000</instanceBandwidthRx>
                <instanceBandwidthTx>2048000</instanceBandwidthTx>
                <instancePpsRx>1000000</instancePpsRx>
                <instancePpsTx>1000000</instancePpsTx>
                <instanceType>ecs.sn2ne.2xlarge</instanceType>
                <instanceTypeFamily>ecs.sn2ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.se1ne.xlarge</instanceType>
                <instanceTypeFamily>ecs.se1ne</instanceTypeFamily>
                <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/>
                <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/>
                <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/>
                <instanceBandwidthRx>1228800</instanceBandwidthRx>
                <instanceBandwidthTx>1228800</instanceBandwidthTx>
                <instancePpsRx>300000</instancePpsRx>
                <instancePpsTx>300000</instancePpsTx>
                <instanceType>ecs.n4.2xlarge</instanceType>
                <instanceTypeFamily>ecs.n4</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>6144000</instanceBandwidthRx>
                <instanceBandwidthTx>6144000</instanceBandwidthTx>
                <instancePpsRx>2500000</instancePpsRx>
                <instancePpsTx>2500000</instancePpsTx>
                <instanceType>ecs.sn1ne.8xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.sn1.3xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>3072000</instanceBandwidthRx>
                <instanceBandwidthTx>3072000</instanceBandwidthTx>
                <instancePpsRx>1600000</instancePpsRx>
                <instancePpsTx>1600000</instancePpsTx>
                <instanceType>ecs.sn1ne.4xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>1536000</instanceBandwidthRx>
                <instanceBandwidthTx>1536000</instanceBandwidthTx>
                <instancePpsRx>500000</instancePpsRx>
                <instancePpsTx>500000</instancePpsTx>
                <instanceType>ecs.sn1ne.xlarge</instanceType>
                <instanceTypeFamily>ecs.sn1ne</instanceTypeFamily>
                <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/>
                <instanceBandwidthRx>2560000</instanceBandwidthRx>
                <instanceBandwidthTx>2560000</instanceBandwidthTx>
                <instancePpsRx>400000</instancePpsRx>
                <instancePpsTx>400000</instancePpsTx>
                <instanceType>ecs.mn4.4xlarge</instanceType>
                <instanceTypeFamily>ecs.mn4</instanceTypeFamily>
                <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>

JSON格式

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