aws.es.describe_elasticsearch_instance_type_limits
Example SQL Queries
SELECT * FROMaws.es.describe_elasticsearch_instance_type_limitsWHERE"instance_type" = 'VALUE'AND "elasticsearch_version" = 'VALUE';Description
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the DomainName to know what Limits are supported for modifying.
Table Definition
| Column Name | Column Data Type |
|---|---|
| elasticsearch_version Required Input Column Version of Elasticsearch for which Limits are needed. | VARCHAR |
| instance_type Required Input Column The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed. | VARCHAR |
| domain_name Input Column DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch Limits for 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| limits_by_role Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following:
| MAP(VARCHAR, STRUCT( |