From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use the AWS SDK by example for metrics

Use the AWS SDK by example for metrics - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Start my 1-month free trial

Use the AWS SDK by example for metrics

- [Instructor] Now we're ready to look at the Amazon CloudWatch SDK for JavaScript. As we've seen in previous tools, we know CloudWatch is our web service that we can use to monitor AWS resources and applications. Now we're going to look at this programmatically. We should be familiar now that CloudWatch is going to allow us to collect and track metrics, and these are variables that we can measure for our resources and applications. CloudWatch also has alarms which can be configured to send us notifications, or to make changes to the resources that we're monitoring based on rules that we define. A solid understanding of all these core concepts and exploration via the console and the scripting tool is highly recommended before you start programmatically accessing the SDK here. If I scroll down, you can see that the JavaScript API for CloudWatch is exposed through the interface AWS.CloudWatch, and AWS.CloudWatchEvents, and AWS.CloudWatchLogs client classes, and we have a number of…

Contents