Insights into Operational Data with CloudWatch
In the previous chapter, we learned how to implement AWS X-Ray to understand the user journey and how it provides observability for an application running on an EC2 instance. In this chapter, we will see how data in CloudWatch metrics can be presented to solve operational issues and enhance the experience of the operational team. We will then look at instrumenting an application running on an EC2 instance using AWS Application Insights and how that simplifies the job of an operational team due to the auto-instrumenting functionality. Further, we will look into deriving and understanding operational intelligence from CloudWatch Logs using CloudWatch Logs Insights. We will also look at CloudWatch Contributor Insights and its use cases.
In this chapter, we are going to cover the following topics and learn how to configure services practically:
- Deriving operational intelligence from CloudWatch metrics
- Exploring CloudWatch Application...