AI and ML insights
In Chapter 2, Overview of the Observability Landscape on AWS, we discussed two additional services alongside Amazon DevOps Guru in terms of AI and ML insights: Amazon CodeGuru and Amazon Lookout for Metrics. Let’s briefly look at these two services since we don’t have an explicit chapter concerning them.
Amazon CodeGuru
Amazon CodeGuru is comprised of two different services: Amazon CodeGuru Reviewer, which is a static analysis tool that helps improve code quality by scanning for critical issues, identifying hard-to-find bugs, and recommending how to remediate them, and Amazon CodeGuru Profiler, which helps developers visualize their application to find the most expensive lines of code that impact application performance.
The relationship between these two services in terms of the software flow can be understood as follows:
Figure 12.28 – Amazon CodeGuru – Software Lifecycle
While writing code, you can...