Amazon CloudWatch Application Insights
Amazon CloudWatch Application Insights facilitates observability for your applications and underlying AWS resources. It can help you set up the best monitors for your application resources to continuously analyze data for signs of problems with your applications. Application Insights, which is powered by Sagemaker and other AWS technologies, provides automated dashboards that show potential problems with monitored applications, helping you to quickly isolate ongoing issues with your applications and infrastructure. The enhanced visibility into the health of your applications that Application Insights provides can help you reduce your mean time to repair (MTTR) so that you don’t have to pull in multiple teams and experts to troubleshoot your application issues.
When you add your applications to Amazon CloudWatch Application Insights, it scans the resources in the applications and recommends and configures metrics and logs on CloudWatch for application components. Example application components include SQL Server backend databases and Microsoft IIS/Web tiers. Application Insights analyzes metric patterns using historical data to detect anomalies, and continuously detects errors and exceptions from your application, operating system, and infrastructure logs. It correlates these observations using a combination of classification algorithms and built-in rules. Then it automatically creates dashboards that show the relevant observations and problem severity information to help you prioritize your actions. For common problems in .NET and SQL application stacks, such as application latency, SQL Server failed backups, memory leaks, large HTTP requests, and aborted I/O operations, it provides additional insights that point to a possible root cause and steps for resolution. Built-in integration with AWS Systems Manager OpsCenter allows you to resolve issues by running the relevant Systems Manager Automation document.
Below are the cmdlets which are available with Amazon CloudWatch Application Insights
CmdletName | ServiceOperation |
Add-CWAIResourceTag | TagResource |
Get-CWAIApplication | DescribeApplication |
Get-CWAIApplicationList | ListApplications |
Get-CWAIComponent | DescribeComponent |
Get-CWAIComponentConfiguration | DescribeComponentConfiguration |
Get-CWAIComponentConfigurationRecommendation | DescribeComponentConfigurationRecommendation |
Get-CWAIComponentList | ListComponents |
Get-CWAIConfigurationHistoryList | ListConfigurationHistory |
Get-CWAILogPattern | DescribeLogPattern |
Get-CWAILogPatternList | ListLogPatterns |
Get-CWAILogPatternSetList | ListLogPatternSets |
Get-CWAIObservation | DescribeObservation |
Get-CWAIProblem | DescribeProblem |
Get-CWAIProblemList | ListProblems |
Get-CWAIProblemObservation | DescribeProblemObservations |
Get-CWAIResourceTag | ListTagsForResource |
New-CWAIApplication | CreateApplication |
New-CWAIComponent | CreateComponent |
New-CWAILogPattern | CreateLogPattern |
Remove-CWAIApplication | DeleteApplication |
Remove-CWAIComponent | DeleteComponent |
Remove-CWAILogPattern | DeleteLogPattern |
Remove-CWAIResourceTag | UntagResource |
Update-CWAIApplication | UpdateApplication |
Update-CWAIComponent | UpdateComponent |
Update-CWAIComponentConfiguration | UpdateComponentConfiguration |
Update-CWAILogPattern | UpdateLogPattern |
You can also check other AWS Services, and each services cmdlets we are providing.