list-instance-type-configuration

subtitle

List the instance configuration for a given instance type.

version

0.9.124

Description

List of instances.

Synopsis

  list-instance-type-configuration
--region <value>
--instance-category <value>
--cloud-provider <value>
--instance-type <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--region (string)

Specifies the name of the region for which instance support details are requested.

--instance-category (string)

Defines the category of the instance (e.g., CPU, GPU) relevant for the query in the specified region.

--cloud-provider (string)

Identifies the cloud provider (e.g., AWS, Azure) for which to list supported instances.

--instance-type (string)

Identifies the instance type.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

instanceDetails -> (array)

Contains a list of instance details, including CPU, GPU, memory, and name, for queried supported instance type in the queried region.

item -> (object)

Instance Details

cpu -> (string)

The number of CPU cores available for the instance in the region.

gpu -> (string)

The number of GPUs available for the instance in the region.

memory -> (string)

The amount of memory (RAM) available for the instance in the region, typically measured in GB.

name -> (string)

A unique name or identifier for the instance type in the region.

category -> (string)

Name of the CPU/GPU category to which it belongs.

gpuModel -> (string)

GPU model.

gpuType -> (string)

GPU model type.

gpuMemory -> (string)

Memory capacity of the GPU.

computeCapability -> (string)

Compute capability of the GPU.

interconnectType -> (string)

Type of interconnect between GPUs.

Form Factors

public, private