Amazon CloudWatch is AWS's monitoring- en observability-service — het verzamelt metrics, logs en events van AWS-resources en applicaties, met alarms en dashboards. Het is essentieel voor het begrijpen van de systeemgezondheid, het diagnosticeren van problemen en het reageren op incidenten.
Wat CloudWatch biedt
METRICS → numerical data over time (CPU, memory, request count, latency, etc.)
→ AWS services publish metrics automatically; you can publish CUSTOM metrics too
LOGS → collect, store, and search application/system logs (CloudWatch Logs)
ALARMS → trigger actions when a metric crosses a threshold (alert, auto-scale, etc.)
DASHBOARDS → visualize metrics/logs in charts
EVENTS (EventBridge) → react to changes/events in your AWS environment
