Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Created February 19, 2023 11:10
Show Gist options
  • Save rsrini7/8024d6e9cff84e3747b4b53356150946 to your computer and use it in GitHub Desktop.
Save rsrini7/8024d6e9cff84e3747b4b53356150946 to your computer and use it in GitHub Desktop.
aws cloudwatch
AWS CloudWatch
├── Metrics
│ ├── Custom Metrics
│ ├── EC2 Metrics
│ ├── RDS Metrics
│ ├── ELB Metrics
│ ├── Lambda Metrics
│ └── S3 Metrics
├── Alarms
│ ├── Actions
│ ├── Thresholds
│ ├── Metric Filters
│ └── Anomaly Detection
├── Logs
│ ├── Log Groups
│ ├── Log Streams
│ ├── Metric Filters
│ ├── Subscription Filters
│ └── Insights
├── Events
│ ├── Event Rules
│ ├── Event Targets
│ └── Event Patterns
└── Dashboards
├── Custom Dashboards
└── Managed Dashboards
------------------------------------------
Metrics
Performance
Resource utilization
Category
EC2
RDS
ELB
Lambda
etc.
Duration
Standard (5 min)
Detailed (1 min)
Alarms
Threshold
Anomaly detection
Metric
Composite
States
OK
ALARM
INSUFFICIENT_DATA
Actions
Notifications
Auto Scaling
EC2 actions
SNS topics
etc.
Rule expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment