aws.es.describe_reserved_elasticsearch_instance_offerings
Example SQL Queries
SELECT * FROMaws.es.describe_reserved_elasticsearch_instance_offerings;Description
Lists available reserved Elasticsearch instance offerings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| reserved_elasticsearch_instance_offering_id Input Column The Elasticsearch reserved instance offering identifier. | 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 |
| currency_code The currency code for the reserved Elasticsearch instance offering. | VARCHAR |
| duration The duration, in seconds, for which the offering will reserve the Elasticsearch instance. | BIGINT |
| elasticsearch_instance_type The Elasticsearch instance type offered by the reserved instance offering. | VARCHAR |
| fixed_price The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering. | DOUBLE |
| payment_option Payment option for the reserved Elasticsearch instance offering | VARCHAR |
| recurring_charges The charge to your account regardless of whether you are creating any domains using the instance offering. | STRUCT( |
Show child fields
| |
| usage_price The rate you are charged for each hour the domain that is using the offering is running. | DOUBLE |