CloudWatch Flashcards
What is cloudwatch agent and logs agent?
It is the program that exports the metrics/logs to cloudwatch. It needs to be installed on EC2 to export logs. Can also be installed on premise
What can Amazon EventBridge do?
Scheduled scripts to trigger something in AWS (ex.: trigger lambda every hour)
event pattern: rules to react to a service doing something (ex.: IAM login - send to SNS topic)
What is X ray and is maiin features?
X ray provides a visual analysis of your applications - good for microservices architecture and can trace every request.
How to run X ray and ECS together?
EC2 launch type: run the x ray daemon on EC2 instances
or
run x ray side car for each app container (only option for fargate)