What is CloudWatch?
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.
What are the main things that CloudWatch can do?
What are the two kinds of metrics in CloudWatch?
What are the metrics that are provided by default in CloudWatch?
EC2 Metrics: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_metrics_with_cloudwatch.html
RDS Metrics:
<list>
Lambda Metrics:
<list>
S3 Metrics:
<list>
</list></list></list>
What is the lowest period of data collection for standard metrics in CloudWatch?
1 minute
What is the lowest period of data collection for custom metrics in CloudWatch?
10 seconds
If you are asked what service to use for monitoring, what service would you recommend?
CloudWatch
Are there any alarms created by default?
No
What is CloudWatch Logs?
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.
What is a Log Event in CloudWatch?
This is the record of what happened. It contains the timestamp and the data.
What is a Log Stream in CloudWatch?
A collection of Log Events from the same source.
What is a Log Group in CloudWatch?
A collection of Log Streams.
What are Filter Patterns in CloudWatch Logs?
You can look for specific terms in your logs.
What are CloudWatch Logs Insights?
This allows you to query all your logs using SQL-like interactive solution.
What are Alarms in CloudWatch Logs?
Once you’ve identified you trends and patterns, you can alert on them using CloudWatch Alarms.
If you are asked what service to use for storage of logs where you won’t need to process them, what service would you recommend?
S3
If you are asked a questions about processing and viewing logs, what service would you recommend?
CloudWatch Logs
If you are asked about what service you would use for logging, if it doesn’t call out needed the logging to be real-time?
CloudWatch Logs
If you are asked about how you would log and then filter the logs using SQL-like queries, what service would you recommend?
CloudWatch Logs Insights
What is Amazon Managed Grafana?
Fully managed AWS service allowing secure data visualizations for instantly querying, correlating, and visualizing your operational metrics, logs and traces from different sources.
What are the features of Amazon Managed Grafana?
Name some use cases for Amazon Managed Grafana?
What is Amazon Managed Service for Prometheus?
Serverless, Prometheus-compatible service used for securely monitoring container metrics at scale
Name some of the built-in datasources in Amazon Managed Grafana.