aws.elasticache.describe_reserved_cache_nodes
Example SQL Queries
SELECT * FROMaws.elasticache.describe_reserved_cache_nodes;Description
Returns information about reserved cache nodes for this account, or about a specified reserved cache node.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cache_node_type Input Column The cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.
Additional node type info
| VARCHAR |
| offering_type Input Column The offering type of this reserved cache node. | VARCHAR |
| product_description Input Column The description of the reserved cache node. | VARCHAR |
| reserved_cache_node_id Input Column The unique identifier for the reservation. | VARCHAR |
| reserved_cache_nodes_offering_id Input Column The 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 |
| _input_duration Input Column | VARCHAR |
| cache_node_count The number of cache nodes that have been reserved. | BIGINT |
| duration The duration of the reservation in seconds. | BIGINT |
| fixed_price The fixed price charged for this reserved cache node. | DOUBLE |
| recurring_charges The recurring price charged to run this reserved cache node. | STRUCT( |
Show child fields
| |
| reservation_arn The Amazon Resource Name (ARN) of the reserved cache node. Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582 | VARCHAR |
| start_time The time the reservation started. | TIMESTAMP_S |
| state The state of the reserved cache node. | VARCHAR |
| usage_price The hourly price charged for this reserved cache node. | DOUBLE |