Created
February 19, 2023 11:10
-
-
Save rsrini7/8024d6e9cff84e3747b4b53356150946 to your computer and use it in GitHub Desktop.
aws cloudwatch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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