Book Image

Infrastructure Monitoring with Amazon CloudWatch

By : Ewere Diagboya
Book Image

Infrastructure Monitoring with Amazon CloudWatch

By: Ewere Diagboya

Overview of this book

CloudWatch is Amazon’s monitoring and observability service, designed to help those in the IT industry who are interested in optimizing resource utilization, visualizing operational health, and eventually increasing infrastructure performance. This book helps IT administrators, DevOps engineers, network engineers, and solutions architects to make optimum use of this cloud service for effective infrastructure productivity. You’ll start with a brief introduction to monitoring and Amazon CloudWatch and its core functionalities. Next, you’ll get to grips with CloudWatch features and their usability. Once the book has helped you develop your foundational knowledge of CloudWatch, you’ll be able to build your practical skills in monitoring and alerting various Amazon Web Services, such as EC2, EBS, RDS, ECS, EKS, DynamoDB, AWS Lambda, and ELB, with the help of real-world use cases. As you progress, you'll also learn how to use CloudWatch to detect anomalous behavior, set alarms, visualize logs and metrics, define automated actions, and rapidly troubleshoot issues. Finally, the book will take you through monitoring AWS billing and costs. By the end of this book, you'll be capable of making decisions that enhance your infrastructure performance and maintain it at its peak.
Table of Contents (16 chapters)
1
Section 1: Introduction to Monitoring and Amazon CloudWatch
5
Section 2: AWS Services and Amazon CloudWatch

Case study regarding a consolidated EBS volume dashboard

You have been hired as the system administrator for a company that just migrated to AWS. This company has been running an on-premise service for the past decade, and they are planning a massive migration. This migration involves about 30 virtual machines all running different operating systems, with different configurations and disk spaces. The CTO is worried about monitoring the disk usage of the servers in the long run, as the disk usage of about 10 virtual machines that have been migrated as EC2 instances is not visible in CloudWatch. You have been hired as an expert in cloud monitoring, particularly AWS, to handle this. The CTO wants to have a single dashboard to be able to see the disk usage for every virtual machine/EC2 instance that has been migrated so that the CTO can know when the disk is getting used up and plan for more space or perform optimization operations to delete some of the cache data within the EBS volumes...