Book Image

AWS Observability Handbook

By : Phani Kumar Lingamallu, Fabio Braga de Oliveira
Book Image

AWS Observability Handbook

By: Phani Kumar Lingamallu, Fabio Braga de Oliveira

Overview of this book

As modern application architecture grows increasingly complex, identifying potential points of failure and measuring end user satisfaction, in addition to monitoring application availability, is key. This book helps you explore AWS observability tools that provide end-to-end visibility, enabling quick identification of performance bottlenecks in distributed applications. You’ll gain a holistic view of monitoring and observability on AWS, starting from observability basics using Amazon CloudWatch and AWS X-Ray to advanced ML-powered tools such as AWS DevOps Guru. As you progress, you'll learn about AWS-managed open source services such as AWS Distro for OpenTelemetry (ADOT) and AWS managed Prometheus, Grafana, and the ELK Stack. You’ll implement observability in EC2 instances, containers, Kubernetes, and serverless apps and grasp UX monitoring. With a fair mix of concepts and examples, this book helps you gain hands-on experience in implementing end-to-end AWS observability in your applications and navigating and troubleshooting performance issues with the help of use cases. You'll also learn best practices and guidelines, such as how observability relates to the Well-Architected Framework. By the end of this AWS book, you’ll be able to implement observability and monitoring in your apps using AWS’ native and managed open source tools in real-world scenarios.
Table of Contents (22 chapters)
1
Part 1: Getting Started with Observability on AWS
6
Part 2: Automated and Machine Learning-Powered Observability on AWS
11
Part 3: Open Source Managed Services on AWS
15
Part 4: Scaled Observability and Beyond

Deploying the Elasticsearch, Logstash, and Kibana Stack Using Amazon OpenSearch Service

In the previous chapter, we understood how to gather metrics and visualize them using Prometheus and Grafana. Let’s look at Amazon OpenSearch Service in this chapter. The ELK stack comprises Elasticsearch, Logstash, and Kibana (ELK). You might have used it on-premises for popular use cases such as log aggregation, observability, and SIEM and want to deploy a managed version on AWS. AWS used to offer Elasticsearch as a managed service on AWS until 2021.

OpenSearch is the successor of Elasticsearch and is a community-driven open source search and analytics suite derived from Apache 2.0-licensed Elasticsearch 7.10.2 and Kibana 7.10.2. It is a distributed search engine powered by Apache Lucene under the hood and provides data visualization and a user interface called OpenSearch Dashboards. OpenSearch includes a series of add-on tools and plugins. It includes all the advanced functionality...