-
Book Overview & Buying
-
Table Of Contents
AWS for System Administrators - Second Edition
By :
So far, we have seen how we can use AWS to build the infrastructure required for deploying modern applications. But what about monitoring our application and infrastructure once it is deployed? With the often distributed nature of applications on AWS, this can become a challenge.
In this chapter, we’ll look into AWS CloudWatch, a logging and metrics service provided by AWS that can serve as the centralized dashboard for all our infrastructure and application metrics.
CloudWatch has two key types of operational data that can be ingested and viewed: logs and metrics. Logs are all the textual outputs (such as debug messages or error messages) that your application and infrastructure produce while metrics are performance numbers, such as the CPU utilization or the number of requests per second being handled by your application. These metrics can serve a variety of purposes from automated scaling of your infrastructure...