This runbook provides a comprehensive guide to managing and troubleshooting AWS Elasticache Redis configurations. It details procedures for validating configurations, analyzing metrics, and performing a broad fleet scan.
export AWS_REGION="PLACEHOLDER"
export AWS_ACCESS_KEY_ID="PLACEHOLDER"
export AWS_SECRET_ACCESS_KEY="PLACEHOLDER"
Scans the current fleet of ElastiCache instances configuration and state for issues.
./validate_aws_elasticache_redis_config.sh
Fetches all events for a fleet of ElastiCache instances and raises issues for present events.
./analyze_aws_elasticache_redis_metrics.sh