Amazon CloudWatch është shërbimi i monitorimit dhe observability-t të AWS — duke mbledhur metryka, log, dhe ngjarje nga burimet AWS dhe aplikacionet, me alarme dhe panele kontroll. Është thelbësor për të kuptuar shëndetin e sistemit, për të diagnostikuar problemet dhe për të reaguar ndaj problemeve.
Çfarë ofron CloudWatch
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
