DescribeInstanceTypes#

Description#

Request to describe the instance types. You can request the description of either specific instance types or all available ones.

Request Parameters#

  • Filter.N — One or more filters.

    • Type: List of Filter objects

    • Required: No

  • InstanceType.N — The instance types.

    • Type: Array of strings

    • Required: No

Supported Filters#

  • memory-info.size-in-mib — The RAM size (MiB).

  • vcpu-info.default-vcpus — The number of vCPU cores.

Response Elements#

  • instanceTypeSet — Information about instance types.

  • requestId — The request ID.

    • Type: String

Examples#

c2-ec2 DescribeInstanceTypes

c2-ec2 DescribeInstanceTypes InstanceType.1 <instance-type>

c2-ec2 DescribeInstanceTypes Filter.1.Name <filter-name> Filter.1.Value.1 <filter-value>