You can call ListEmrAvailableResource operation to query available EMR resources.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListEmrAvailableResource |
The operation that you want to perform. This parameter is required for API requests that you create by piecing together HTTP or HTTPS URLs. Set the value to ListEmrAvailableResource. |
ClusterType | String | Yes | HADOOP |
Cluster Type:
|
DestinationResource | String | Yes | Zone |
The target EMR resource. |
InstanceChargeType | String | Yes | PostPaid |
The billing method of the instance. Default value: Postpaid. Valid values:
|
RegionId | String | Yes | cn-hangzhou |
The region ID of the instance. You can call DescribeRegions Interface to view the latest list of Alibaba Cloud regions. |
SpotStrategy | String | No | SpotWithPriceLimit |
The bidding policy of ECS instances. Valid values:
|
ZoneId | String | No | cn-hangzhou-b |
The ID of the zone. |
NetType | String | No | vpc |
The type of the network. |
InstanceType | String | No | ecs.g5.xlarge |
The type of ECS instances. |
SystemDiskType | String | No | cloud_ssd |
System disk type:
|
DataDiskType | String | No | cloud_ssd |
Data disk type:
|
DepositType | String | No | HALF_MANAGED |
The hosting type of the cluster. Valid values:
|
ClusterId | String | No | C-D7958B72E59B**** |
The ID of the cluster. You can call ListClusters Interface to view the cluster ID. |
ResourceGroupId | String | No | rg-bp67acfmxazb4p**** |
The ID of the resource group to which to add the resource. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
EmrZoneInfoList | Array of EmrZoneInfo |
The list of available zones, which is an array of Zone data. |
|
EmrZoneInfo | |||
EmrResourceInfoList | Array of EmrResourceInfo |
The list of EMR resources. |
|
EmrResourceInfo | |||
SupportedResourceList | Array of SupportedResource |
The list of supported resource types. |
|
SupportedResource | |||
EmrInstanceType | Struct |
The supported ECS instance types. |
|
BaselineCredit | Integer | 0 |
The baseline vCPU computing performance of the burstable instance. |
CpuCoreCount | Integer | 4 |
The number of vCPUs. |
EniQuantity | Integer | 3 |
The number of ENIs. |
GPUAmount | Integer | 1 |
The number of GPUs. |
GPUSpec | String | NVIDIA P100 |
The GPU model. |
InitialCredit | Integer | 0 |
A reserved parameter. You do not need to specify this parameter. |
InstanceBandwidthRx | Integer | 1536000 |
A reserved parameter. |
InstanceBandwidthTx | Integer | 1536000 |
A reserved parameter. |
InstancePpsRx | Long | 500000 |
A reserved parameter. |
InstancePpsTx | Long | 500000 |
A reserved parameter. |
InstanceType | String | ecs.g5.xlarge |
The type of ECS instances. |
InstanceTypeFamily | String | ecs.g5 |
The instance family. |
LocalStorageAmount | Integer | 2 |
The number of local disks. |
LocalStorageCapacity | Long | 80 |
The capacity of local disks. |
LocalStorageCategory | String | local_ssd_pro |
The type of local disks. |
MemorySize | Integer | 16 |
The memory capacity. Unit: GiB. |
Max | Integer | 32768 |
The maximum capacity of a disk. |
Min | Integer | 40 |
The minimum capacity of a disk. |
SupportNodeTypeList | List | ["MASTER",“CORE”] |
The information of a supported node type. |
Unit | String | GiB |
The unit. |
Value | String | cloud_essd |
The value. |
Type | String | DataDisk |
The type of the data to be queried. |
ZoneId | String | cn-hangzhou-b |
The ID of the zone. |
RegionId | String | cn-hangzhou |
The region ID of the cluster. |
RequestId | String | BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListEmrAvailableResource
&ClusterType=HADOOP
&DestinationResource=Zone
&InstanceChargeType=PostPaid
&RegionId=cn-hangzhou
&<common request parameters>
Sample success responses
XML
format
<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
Syntax
{"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"}