aws-logs-query
OfficialQuery CloudWatch logs quickly.
Authorcncorp
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a practical guide to querying AWS CloudWatch logs for staging and production environments, enabling you to debug errors, investigate incidents, and monitor application behavior using the AWS CLI.
Core Features & Use Cases
- Real-time log tailing: tail logs from common log groups like /ecs/codel-staging and /ecs/codel-prod.
- Pattern searches: filter for error and exception patterns to quickly surface issues.
- Tooling guidance: when to use CloudWatch Insights for historical searches vs. real-time tailing.
Quick Start
- Ensure AWS CLI is installed and credentials are configured (AWS_PROFILE or environment vars).
- For real-time monitoring, tail logs:
- aws logs tail "/ecs/codel-staging" --follow --format short
- aws logs tail "/ecs/codel-prod" --follow --format short
- For quick error checks, tail and grep for patterns:
- aws logs tail "/ecs/codel-staging" --format short | grep -iE "error|exception"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: aws-logs-query Download link: https://github.com/cncorp/arsenal/archive/main.zip#aws-logs-query Please download this .zip file, extract it, and install it in the .claude/skills/ directory.