Aws Monitoring

🌐Community
by sgcarstrends Β· vlatest Β· Repository

Helps with AWS, monitoring as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-monitoring npx -- -y @trustedskills/aws-monitoring
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-monitoring": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-monitoring"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to monitor AWS resources and services. It provides insights into resource utilization, performance metrics, and potential issues within an AWS environment. The agent can retrieve data from CloudWatch, analyze logs, and generate alerts based on predefined thresholds.

When to use it

  • Troubleshooting Performance Issues: Investigate slow response times or high error rates in a specific AWS service.
  • Cost Optimization: Identify underutilized resources (e.g., EC2 instances) that can be scaled down or terminated.
  • Proactive Monitoring: Set up alerts for critical metrics like CPU utilization, disk space, and network traffic to prevent outages.
  • Security Audits: Review CloudTrail logs to detect suspicious activity and potential security breaches.

Key capabilities

  • CloudWatch metric retrieval
  • Log analysis from CloudWatch Logs
  • Alert generation based on thresholds
  • Resource utilization monitoring
  • Performance metric tracking

Example prompts

  • "Show me the CPU utilization for my EC2 instances in the last hour."
  • "Are there any errors in my application logs from the past 24 hours?"
  • "Create an alert if my database latency exceeds 100ms."
  • β€œWhat is the current cost of my S3 bucket?”

Tips & gotchas

The agent requires appropriate AWS credentials with read-only access to CloudWatch and CloudTrail. Ensure these permissions are configured correctly before using this skill for accurate data retrieval and analysis.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sgcarstrends
Installs
12

🌐 Community

Passed automated security scans.