CloudWatch Metrics & CloudWatch Alarms Flashcards
What is CloudWatch?
CloudWatch provides metrics for every service in AWS.
What is a CloudWatch metric?
A metric is a variable to monitor that has a timestamp.
What are 3 important metrics?
EC2 = CPU Utilization, Status Checks, Network (not RAM)
EBS Volumes = Disk read/writes
S3 buckets = BucketSize, Number of Objects, etc.
Billing = Estimated charges for your account
Service Limits
What is CloudWatch Alarms?
Used to trigger notifications for any metrics.
What is CloudWatch Logs?
CloudWatch Logs collects logs from different sources such as Beanstalk, ECS, Lambda, CloudTrail, CloudWatch log agents, and is used for real-time log monitoring.
How does CloudWatch Logs work with EC2?
Install a CloudWatch logs agent to the EC2 to push log files.
Make sure IAM permissions are correct.
What is CloudWatch Events?
A way for you to react to events happening in AWS.