From the course: AWS for DevOps: High Availability and Elasticity

Unlock the full course today

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

Metrics, tools, and levels of monitoring

Metrics, tools, and levels of monitoring - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: High Availability and Elasticity

Start my 1-month free trial

Metrics, tools, and levels of monitoring

- [Instructor] When you're considering metrics for your approaches, you want to evaluate key services, Amazon's and your own. Your code can be "a service." So you want to think about instrumenting your code. As I mentioned in the introduction to this course, I've done a separate course for the LinkedIn library called AWS DevOps Monitoring, and if you're not familiar with monitoring tools and approaches, you might want to take a look at that or review portions of that. In any case, you want to start by reviewing suggested AWS Service metrics. AWS exposes key metrics per service in dashboards on the console. For example, for EC2 it shows you the CPU utilization, the memory utilization. In S3 you can turn on versioning and you can actually turn on detailed access logging and so on and so forth. You may choose to create custom metrics on demand. You would use AWS APIs and tools to create those custom metrics, and then you would read them in CloudWatch Logs. Speaking of tools, you want to…

Contents