Skip to content

Amazon CloudWatch

  • enables you to monitor and manage various metrics
  • configure alarm actions based on data from those metrics
  • detect anomalous behavior in your environments
  • visualize logs and metrics with the AWS Management Console
    • CloudWatch Logs is centralized place for logs to be stored and analyzed.
  • take automated actions like scaling
  • troubleshoot issues
  • discover insights to keep your applications healthy
  • you can create custom metrics for your application. Examples:
    • Webpage load times
    • Request error rates
    • Number of processes or threads on your instance
    • Amount of work performed by your application

Alarm states

  • OK
  • ALARM
  • INSUFFICIENT_DATA
    • The metric is not available, or not enough data is available for the metric to determine the alarm state.

References

  1. AWS Cloud Practitioner Essentials Module 7
  2. AWS EssentialsModule 6
  3. AWS website: Amazon CloudWatch Pricing(opens in a new tab)
  4. AWS website: Amazon CloudWatch(opens in a new tab)
  5. AWS user guide: Getting Started with Amazon CloudWatch(opens in a new tab)
  6. AWS user guide: What Is Amazon CloudWatch Logs?(opens in a new tab)
  7. AWS user guide: AWS services that publish CloudWatch metrics(opens in a new tab)
  8. AWS user guide: View available metrics(opens in a new tab)
  9. AWS website: Amazon SNS