| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The instance attribute configuration object. | ||
| cores | long | The number of vCPU cores for the instance type. | 4 |
| memory | float | The memory size of the instance type. Unit: GiB. | 8 |
| instance_family_level | string | The instance family level. | EnterpriseLevel |
| excluded_instance_types | array | The instance type that you want to exclude. | |
| string | The instance type that you want to exclude. | ecs.c6.large | |
| min_cpu_cores | long | The minimum vCPU cores required for the instance type. | 4 |
| max_cpu_cores | long | The maximum vCPU cores allowed for the instance type. | 8 |
| min_memory_size | float | The minimum required memory size. Unit: GiB. | 8 |
| max_memory_size | float | The maximum allowed memory size. Unit: GiB. | 16 |
| instance_categories | array | The type of the instance. | |
| string | The type of the instance. | General-purpose | |
| cpu_architectures | array | The CPU architecture of the instance type. | |
| string | The CPU architecture of the instance type. | X86 | |
coredeprecated | long | [This parameter is deprecated and replaced by cores] The number of vCores provided by the instance type. | 4 |
max_pricedeprecated | float | [This parameter is deprecated] The maximum hourly price of the instance. | 2 |
architecturesdeprecated | array | [This parameter is deprecated and replaced by cpu_architectures] The architectures of instance types. | |
| string | [This parameter is deprecated and replaced by cpu_architectures] The architecture of the instance type. | X86 | |
burst_performance_optiondeprecated | string | [This parameter is deprecated] Specifies whether to include burstable instance types. | Exclude |
| instance_type_families | array | The specified instance family. | |
| string | The specified instance family. | ecs.c6 | |
| minimum_eni_quantity | long | The minimum required number of elastic network interfaces (ENIs) per instance. | 3 |
| minimum_eni_private_ip_address_quantity | long | The minimum required number of IPv4 addresses per ENI. | 10 |
| minimum_eni_ipv6_address_quantity | long | The minimum required number of IPv6 addresses per ENI. | 1 |
| maximum_gpu_amount | long | The maximum allowed number of GPUs per instance. | 8 |