aws.opensearch.describe_instance_type_limits
Example SQL Queries
SELECT * FROMaws.opensearch.describe_instance_type_limitsWHERE"instance_type" = 'VALUE'AND "engine_version" = 'VALUE';Description
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_version Required Input Column Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch. | VARCHAR |
| instance_type Required Input Column The OpenSearch Service instance type for which you need limit information. | VARCHAR |
| domain_name Input Column The name of the domain. Only specify if you need the limits for an existing domain. | 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
| |
| limits_by_role Map that contains all applicable instance type limits.data refers to data nodes.master refers to dedicated master nodes. | MAP(VARCHAR, STRUCT( |