
describe-orderable-cluster-options
**********************************


DESCRIPTION
===========

Returns a list of orderable cluster options. Before you create a new
cluster you can use this operation to find what options are available,
such as the EC2 Availability Zones (AZ) in the specific AWS region
that you can specify, and the node types you can request. The node
types differ by available storage, memory, CPU and price. With the
cost involved you might want to obtain a list of cluster options in
the specific region and specify values when creating a cluster.


SYNOPSIS
========

   aws redshift describe-orderable-cluster-options
     [--marker <value>]
     [--node-type <value>]
     [--max-records <value>]
     [--cluster-version <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--marker"  (string)
   An optional marker returned from a previous **describe-orderable-
   cluster-options** request. If this parameter is specified, the
   response includes only records beyond the marker, up to the value
   specified by "--max-records" .

"--node-type"  (string)
   The node type filter value. Specify this parameter to show only the
   available offerings matching the specified node type.

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   records exist than the specified "--max-records" value, a marker is
   included in the response so that the remaining results may be
   retrieved.

   Default: "100"

   Constraints: minimum 20, maximum 100.

"--cluster-version"  (string)
   The version filter value. Specify this parameter to show only the
   available offerings matching the specified version.

   Default: All versions.

   Constraints: Must be one of the version returned from describe-
   cluster-versions .
