What is CloudWatch?
It is a monitoring service that monitors your AWS resources, as well as the applications that you run on AWS.
What does CloudWatch monitor per default (host level metrics)?
Name a CloudWatch custom metric.
RAM Utilization
What is the default monitoring for EC2 (in minutes)?
Default is 5 minutes intervals. You can enable detailed monitoring, which makes it 1 minute intervals.
What is the retention period for CloudWatch logs?
CloudWatch stores your logs indefinitely by default. You can change this. You can even retrieve data from terminated EC2 or ELB instances after its termination.
What is the minimum granularity for CloudWatch custom metrics?
1 minute.
How can you use CloudWatch to monitor?
What is the metric granularity for Standard and Detailed monitoring?
Standard: 5 min
Detailed: 1 min
Can CloudWatch be used on premise?
Yes. Just need to download an install the SSM agent and CloudWatch agent.
What is the difference between CloudWatch, CloudTrail and Config?
How do I delete CloudWatch metrics?
“Metrics cannot be deleted, but they automatically expire after 15 months if no new data is published to them.”