---
title: "GET /v1/broker-instance-options"
method: GET
path: "/v1/broker-instance-options"
---

# GET /v1/broker-instance-options

`GET /v1/broker-instance-options`

Describe available broker instance options.

## Query parameters

- `engineType` string
- `hostInstanceType` string
- `maxResults` integer
- `nextToken` string
- `storageType` string

## Response `200`

Success

- DescribeBrokerInstanceOptionsResponse
  - `BrokerInstanceOptions` BrokerInstanceOption[] — List of available broker instance options.
    - `AvailabilityZones` AvailabilityZone[] — The list of available az.
      - `Name` string — Id for the availability zone.
    - `EngineType` 'ACTIVEMQ' | 'RABBITMQ' — The broker's engine type.
    - `HostInstanceType` string — The broker's instance type.
    - `StorageType` 'EBS' | 'EFS' — The broker's storage type.
    - `SupportedDeploymentModes` DeploymentMode[] — The list of supported deployment modes.
    - `SupportedEngineVersions` String[] — The list of supported engine versions.
  - `MaxResults` integer — Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.
  - `NextToken` string — The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — ForbiddenException

---

[API](https://skmtc.net/aws/apis/mq.md) · [All operations](https://skmtc.net/aws/apis/mq/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mq/versions/6bca817f350f/schema)
