Amazon CloudWatch Flashcards
What is the primary purpose of Amazon CloudWatch?
Amazon CloudWatch is a monitoring tool for AWS resources and applications. It displays metrics, creates alarms, and sends notifications based on those metrics.
How does Amazon CloudWatch display metrics?
Amazon CloudWatch displays metrics in a time-ordered set of data points, allowing users to visualize the performance and behavior of AWS resources and applications.
What are namespaces in Amazon CloudWatch?
Namespaces in Amazon CloudWatch are containers for metrics. AWS services and custom metrics are organized within namespaces.
What are dimensions in Amazon CloudWatch?
imensions are name/value pairs that uniquely identify a metric. You can assign up to 10 dimensions to a metric, creating variations of that metric.
What are the two types of metric resolutions in Amazon CloudWatch?
Amazon CloudWatch supports two types of metric resolutions: standard resolution (one minute granularity) and high resolution (one-second granularity).
What is an alarm in Amazon CloudWatch?
An alarm in Amazon CloudWatch watches a single metric over time and performs actions based on the metric’s value relative to a specified threshold.
What are the three states an alarm in Amazon CloudWatch can be in?
An alarm in Amazon CloudWatch can be in one of three states: OK, ALARM (outside the defined threshold), or INSUFFICIENT_DATA (lack of data to determine the state).
What is the purpose of Amazon CloudWatch Dashboards?
Amazon CloudWatch Dashboards provide customizable home pages in the CloudWatch console for monitoring AWS resources in a single view.
How can you share Amazon CloudWatch Dashboards with others?
You can share Amazon CloudWatch Dashboards by designating specific users, making them public, or using third-party Single Sign-On (SSO) providers.
What is the difference between Amazon CloudWatch Events and Amazon EventBridge?
Amazon EventBridge builds upon CloudWatch Events, extending its capabilities by enabling connections with third-party SaaS apps and making it easier to connect applications.
What is CloudWatch Logs Insights used for?
CloudWatch Logs Insights is used to interactively search and analyze log data in CloudWatch Logs using queries.
What is the purpose of CloudWatch Application Insights?
CloudWatch Application Insights helps in observability for applications and AWS resources. It automatically configures monitoring and detects problems in applications.
What does CloudWatch Container Insights collect and monitor?
CloudWatch Container Insights collects and monitors metrics and logs from containerized applications and microservices, supporting platforms like Amazon ECS, Amazon EKS, and Kubernetes on EC2.
How is CloudWatch pricing structured?
CloudWatch pricing includes charges based on the number of metrics, API requests, dashboards, alarms, log data volume, custom events, rules, query usage, and more.
What is the purpose of Metric Filters in CloudWatch Logs?
Metric Filters in CloudWatch Logs are used to define terms and patterns to look for in log data as it is sent to CloudWatch Logs, and they publish metric data points for matching events.