aws.redshift.describe_orderable_cluster_options
Example SQL Queries
SELECT * FROMaws.redshift.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 Amazon Web Services 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. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_version Input Column The version of the orderable cluster. | VARCHAR |
| node_type Input Column The node type for the orderable cluster. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| availability_zones A list of availability zones for the orderable cluster. | STRUCT( |
Show child fields
| |
| cluster_type The cluster type, for example multi-node. | VARCHAR |