Monitoring Flashcards

1
Q

What Is CloudWatch?

A

CloudWatch is a monitoring and observability platform that was designed to give us insight into our AWS architecture. It allows us to monitor multiple levels of our applications and identify potential issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CloudWatch Features-What can CloudWatch do?

A
  • System Metrics: These are metrics that you get out of the box. The more managed the service is, the more you get.
  • Application Metrics: By installing theCloudWatch agent, you
    can get information from inside your EC2 instances.
  • Alarms: What’s the point of collecting data if you don’t do something with it? Alarms can alert you when something goes wrong
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 2 Types of Metrics the CloudWatch offers?

A
  • Default: These metrics are provided out of the box and do not require any additional work on your part to configure(CPU Utilization, Network Throughput, disk I/O, and status checks for Amazon EC2 instances).
  • Custom: These metrics will need to be provided by using the CloudWatch agent installed on the host(EC2 Memory
    Utilization, EBS Storage Capacity).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Standard vs. Detailed intervals in CloudWatch.

A

The standard is 5-minute intervals, whereas detailed is 1-minute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What Is CloudWatch Logs?

A

CloudWatch Logs is a tool that allows you to monitor, store, and access log files from a variety of different sources. It gives you the ability to query your logs to look for potential issues or data that is relevant to you.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Log Event?

A

This is the record of what happened. It contains a timestamp and the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Log Stream?

A

A collection of log events from the same source creates a log stream. Think of one continuous set of logs from a single instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Log Group?

A

This is a collection of log streams. For example, you’d group all your Apache web server logs across hosts together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CloudWatch Logs Features

We’ve collected our logs —now what?

A
  • Filter Patterns: You can look for specific terms in your logs. Think
    400 errors in your web server logs.
  • CloudWatch Logs Insights: This allows you to query all your logs using a SQL-like interactive solution.
  • Alarms: Once you’ve identified your trends or patterns,it’s time to alert on them.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What Is Amazon Managed Grafana?

A

Fully managed AWS service allowing secure data visualizations for
instantly querying, correlating, and visualizing your operational
metrics, logs, and traces
from different sources.

  • Several built-in data sources, including Amazon CloudWatch, Amazon
    Managed Service for Prometheus, and AWS X-Ray.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some Amazon Managed Grafana use cases?

A
  • Container Metric Visualizations: Connect to data sources like Prometheus for visualizing EKS, ECS, or your own Kubernetes cluster metrics.
  • Internet of Things (IoT): Vast data plugins make the service a perfect fit for monitoring IoT and edge device data.
  • Troubleshooting: Centralizing dashboards allows for more efficient
    operational issue troubleshooting.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What Is Amazon Managed Service for Prometheus?

A

Serverless, Prometheus-compatible service used for securely
monitoring container metrics at scale.

  • Leverage the service for Amazon EKS clusters or even self-managed
    Kubernetes clusters.
  • Leverage this service for any Kubernetes-based metrics monitoring at
    scale.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Can CloudWatch logs be used outside of AWS services?

A

Yes, by using the AWS SDK or API or installing the CloudWatch agent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

CLoudWatch logs is a regional or global service?

A

Amazon CloudWatch Logs is a regional service. Each AWS region has its own instance of CloudWatch Logs, and log data is stored and managed within that region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In which log entities metrics are defined?

A

Log groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly