aws_elasticache_describe_cache_clusters
Retrieve detailed information about AWS ElastiCache clusters, including Redis and Memcached instances, to monitor engine type, node configuration, status, endpoints, and cluster settings.
Instructions
Describe ElastiCache clusters (Redis/Memcached). Returns engine, node type, status, endpoint, and configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| cache_cluster_id | No | Specific cluster ID to describe (optional) | |
| show_cache_node_info | No | Include individual cache node details (default: true) | |
| max_records | No | Maximum clusters to return |