---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
#### Amazon Cloud Watch
Provides metrics for every services in AWS
![[img-20240914-161540-f8bec211.png]]
#### CloudWatch alarms
Used to trigger notifications for any metric
![[img-20240914-161632-109744e1.png]]
#### CloudWatch Logs
Collect logs from
![[img-20240914-162343-32bc3fac.png]]
By default no logs go from EC2 to cloud watch we need to setup an Iam role to permit log agent to send logs to cloud watch
Enable real time monitoring 
#### AWS event bridge
Used to schedule CronJobs
![[img-20240915-101753-c8238587.png]]
![[img-20240915-101813-620aef2b.png]]
It's possible to use partners of AWS to react to their events
![[img-20240915-101926-74d07fb4.png]]
#### AWS Cloud Trail
enabled by default
git the history of any events/ api call made with you aws account
![[img-20240915-103125-d1f66bf8.png]]
#### AWS X-Ray
![[img-20240915-103354-24afa8f3.png]]
![[img-20240915-103430-c4e0d2e8.png]]
##### Advantages:
- Troubleshooting performance
- understand dependencies in a micro service architecture
- Pinpoint service issues
- Review request behavior
- find errors and exceptions
#### Amazon CodeGuru
ML-powered service for automated code reviews and application performance recommendations
![[img-20240915-103846-ae9752c5.png]]
Look to commits
![[img-20240915-103951-32f286f6.png]]
![[img-20240915-104831-c2db6042.png]]
#### AWS Health Dashboard
Shows all regions, all services health
shows historical information for each day
#### Summary
![[img-20240915-105923-191fce5b.png]]
