CloudWatch and CloudTrail Flashcards
Q: What is Amazon CloudWatch?
A: A monitoring and observability service that provides metrics, logs, and alarms for AWS resources and applications.
Q: What are CloudWatch metrics?
A: Time-ordered data points used to monitor AWS resources and applications, such as CPU utilization or request counts.
Q: What are custom metrics in CloudWatch?
A: Metrics defined and published by users for monitoring application-specific data.
Q: What are CloudWatch alarms?
A: Configurations that monitor CloudWatch metrics and trigger actions when thresholds are breached.
Q: What are CloudWatch Logs?
A: A service that collects, stores, and monitors logs from AWS resources, applications, and custom log sources.
Q: What are log groups in CloudWatch?
A: Containers for log streams with shared retention, access policies, and metrics.
Q: What are log streams in CloudWatch?
A: Sequences of log events from the same source, such as an EC2 instance.
Q: What is CloudWatch Logs Insights?
A: An interactive query service for analyzing CloudWatch Logs with SQL-like queries.
Q: What are CloudWatch dashboards?
A: Customizable visualizations of CloudWatch metrics and logs displayed in a single view.
Q: What are CloudWatch Events (EventBridge)?
A: A service that delivers near real-time notifications of system events and changes in AWS resources.
Q: What is the CloudWatch Agent?
A: A software agent that collects metrics and logs from on-premises and EC2 instances for CloudWatch.
Q: What is CloudWatch Synthetics?
A: A feature for monitoring APIs, URLs, and user workflows with canary testing to detect issues.
Q: What is CloudWatch ServiceLens?
A: A tool for monitoring application performance and dependencies by combining CloudWatch metrics, logs, and traces.
Q: What is CloudWatch Anomaly Detection?
A: A feature that uses machine learning to identify unusual metric behavior and detect anomalies.
Q: What is metric math in CloudWatch?
A: A feature for performing calculations on existing metrics to create new, derived metrics.
Q: What are the retention options for CloudWatch Logs?
A: Logs can be retained indefinitely or set to expire after a specific period (e.g., 1 day, 1 week, or 10 years).