12. Cloud Monitoring Flashcards
What is Amazon CloudWatch used for in AWS?
Monitoring AWS services and custom metrics.
True or False: CloudWatch can only monitor AWS services.
False
Fill in the blank: CloudWatch provides ____ for monitoring service performance.
metrics
What is the default frequency for CloudWatch basic monitoring?
Every 5 minutes
Which metric measures CPU usage for an EC2 instance in CloudWatch?
CPUUtilization
True or False: CloudWatch can monitor RAM usage for EC2 instances by default.
False
How often does CloudWatch Detailed Monitoring update metrics?
Every 1 minute
What is the purpose of a CloudWatch dashboard?
To visualize metrics in a customizable interface.
Fill in the blank: Alarms in CloudWatch can trigger ____ for notifications.
SNS topics
What can CloudWatch alarms do when certain thresholds are met?
Trigger actions like scaling EC2 instances or sending SNS notifications.
What metric does CloudWatch use to monitor billing in AWS?
Total Estimated Charge
In which AWS region is CloudWatch billing metric available?
us-east-1
True or False: CloudWatch can collect logs from EC2 instances by default.
False
What service must be installed on EC2 instances to push logs to CloudWatch?
CloudWatch Logs Agent
Name two services whose logs can be collected by CloudWatch Logs.
Elastic Beanstalk and AWS Lambda
What type of CloudWatch component allows triggering of events at scheduled intervals?
EventBridge (formerly CloudWatch Events)
What is the function of AWS CloudTrail?
Auditing API calls within an AWS account.
True or False: CloudTrail is disabled by default.
False