From the course: AWS Essential Training for Developers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Log monitoring with AWS - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Log monitoring with AWS
- [Instructor] One piece that we looked at in CloudWatch, was inspecting CloudWatch for our log streams that included the output from our lambda function. Adding log outputs like this to your custom application can help you look for trends and diagnose problems when you have millions of users hitting your app. CloudWatch ties into several AWS services and you can do a lot with this to monitor your Cloud infrastructure, but its strong suit has never been on getting underneath your code or tracing the root cause of a nasty error message from your application. This area is called Application Performance Monitoring or APM and there's some third party companies that are AWS partners such as New Relic, Dynatrace and Datadog that do this better. These tools hook into your AWS account and hook into your source code and combine the data you get with CloudWatch with realtime information about how your application is performing on user…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
What is DevOps?2m 25s
-
(Locked)
Continuous integration and deployment (CI/CD)2m 38s
-
(Locked)
Developer tools within AWS1m 6s
-
(Locked)
Infrastructure as Code with AWS4m 37s
-
(Locked)
Monitoring with CloudWatch3m 23s
-
(Locked)
Log monitoring with AWS1m 51s
-
(Locked)
DevOps using Machine Learning1m 56s
-
(Locked)
Challenge: Cloudwatch41s
-
(Locked)
Solution: Cloudwatch1m 32s
-
(Locked)
-
-
-