Monitoring and Reporting Flashcards
How many CLOUDWATCH alarm metrics can a single region has?
5000
To trigger CloudWatch alarm after 4 failed evaluations of metrics in 5-minute period. What value to set for ‘evaluation period’ and ‘data points’?
Evaluation period = 1 minute
Data Points = 4
How long are the following interval CloudWatch metrics saved?
1-minute intervals,
5-minute intervals,
1-hour intervals
1 minute = 15 days,
5 minutes = 63 days,
1 hour = 455 days
What is the namespace for an ALB?
AWS/ApplicationELB
Name the two types of health check for EC2 instances.
System status check,
Instance status check
What is the CLI command to check status of EC2 instance?
aws ec2 describe-instance-status
What Type of Cloudwatch monitoring provides metrics every 5 minutes?
Basic Monitoring
What AWS solution allows you to store all log files from on-premises and AWS systems in one place and allow CloudWatch to monitor them?
Amazon CloudWatch Logs.
(not S3!)
What versions of Unix and Linux are supported with CloudWatch Logs agent?
Solaris is NOT supported!
What do you know about updating CloudWatch Logs agent in REDHAT?
What do you know about updating CloudWatch Logs agent in REDHAT?
Updating via RPM could change configurations and cause configuration issues.
What is EC2Config?
The old version of Systems Manager SSM
How to configure encryption for CloudWatch Logs?
No special settings requires. Logs are encrypted at rest and in-transit.
What is the CLI command to use CloudWatch to monitor/unmonitor instances?
aws ec2 monitor-instances –…
aws ec2 unmonitor-instances –…
What are ways to filter which statistics to view in CloudWatch?
By specific Instance,
By ASG,
By AMI
What alarm action in CloudWatch can be use to recover EC2 instances?
Set the alarm action to “RECOVER” the instance.
Which Service allows you to set free tier alert?
AWS Budgets
How to enable billing-alerts?
Only the “root” user can enable billing alerts.
What status is given to failed EC2 health checks?
IMPAIRED
How can you view the status check for EC2 instances?
Via EC2 Console or via CLI
Where should you create an alarm for a failed EC2 status check failure?
In the EC2 Console.
Status check alarms cannot be done in CloudWatch!