AWS CloudWatch (Metrics, Logs, Alarms)
AWS CloudWatch is a monitoring and observability service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources.
Metrics
CloudWatch Metrics are time-ordered data points that represent the performance of your AWS resources. AWS services send metrics to CloudWatch automatically, and you can also publish custom metrics.
Logs
CloudWatch Logs allows you to monitor, store, and access log files from AWS resources and applications. You can send logs from EC2 instances, Lambda functions, and other sources to CloudWatch Logs.
Alarms
CloudWatch Alarms monitor a single metric over a time period and perform one or more actions based on the value of the metric relative to a threshold. Alarms can trigger actions like sending notifications or performing Auto Scaling actions.
