aws_elasticache_describe_events
Retrieve recent AWS ElastiCache events including maintenance, failover, and scaling activities to monitor cluster health and troubleshoot issues.
Instructions
Get recent ElastiCache events (maintenance, failover, scaling, etc.).
Input 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') | |
| source_identifier | No | Filter by cluster/replication group ID | |
| source_type | No | Filter by source type | |
| duration | No | Events from the last N minutes (default: 60) | |
| max_records | No | Maximum events to return |