Recall & Review
beginner
What are default metrics in AWS CloudWatch?
Default metrics are pre-collected data points automatically provided by AWS services without extra setup. They show basic performance and health information.
Click to reveal answer
beginner
What are custom metrics in AWS CloudWatch?
Custom metrics are user-defined data points that you send to CloudWatch to monitor specific things not covered by default metrics.
Click to reveal answer
intermediate
Why would you use custom metrics instead of default metrics?
You use custom metrics to track unique or detailed information about your application or infrastructure that default metrics don’t provide.
Click to reveal answer
beginner
Give an example of a default metric and a custom metric.
Default metric example: CPU utilization of an EC2 instance. Custom metric example: Number of user logins per minute in your app.
Click to reveal answer
intermediate
How do default and custom metrics differ in cost?
Default metrics are free with AWS services. Custom metrics usually cost extra because you pay for the data you send and store.
Click to reveal answer
Which of the following is true about AWS default metrics?
✗ Incorrect
Default metrics are automatically collected by AWS services and do not incur extra charges.
What is a custom metric in AWS CloudWatch?
✗ Incorrect
Custom metrics are created and sent by users to monitor specific data not covered by default metrics.
Why might you create a custom metric?
✗ Incorrect
Custom metrics help track unique or detailed events specific to your application.
Which metric type usually incurs additional cost?
✗ Incorrect
Custom metrics typically cost extra because you pay for data ingestion and storage.
Which AWS service provides default and custom metrics?
✗ Incorrect
Amazon CloudWatch collects and stores both default and custom metrics.
Explain the difference between default and custom metrics in AWS CloudWatch.
Think about who creates the metric and if there is a cost.
You got /4 concepts.
Describe a scenario where using a custom metric is better than relying on default metrics.
Consider what default metrics might miss in your app.
You got /4 concepts.