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

Understanding the fundamentals of IaaS monitoring

Compute services are the first entry services for anyone studying cloud computing for the first time. Even power users and professionals in cloud computing use compute services. That is where applications built by developers are deployed. Cloud computing can be delivered in three models:

  • Infrastructure as a Service (IaaS)
  • Platform as a Service (PaaS)
  • Software as a Service (SaaS)

In the IaaS model of cloud computing delivery, the user is given remote access to on-demand virtual machines, or some dedicated hardware, to host applications. In this chapter, our focus will be on IaaS, as the IaaS model of cloud computing is the building block of cloud computing and where starters and applications migrated to the cloud begin to get a grip of the cloud. So, most users of cloud computing services use the IaaS service. In AWS, the paramount IaaS service is Amazon EC2. Amazon EC2 is an acronym for Amazon Elastic Compute...