Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By : Marko Sluga
Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By: Marko Sluga

Overview of this book

AWS certifications are becoming one of the must have certifications for any IT professional working on an AWS Cloud platform. This book will act as your one stop preparation guide to validate your technical expertise in deployment, management, and operations on the AWS platform. Along with exam specific content this book will also deep dive into real world scenarios and hands-on instructions. This book will revolve around concepts like teaching you to deploy, manage, and operate scalable, highly available, and fault tolerant systems on AWS. You will also learn to migrate an existing on-premises application to AWS. You get hands-on experience in selecting the appropriate AWS service based on compute, data, or security requirements. This book will also get you well versed with estimating AWS usage costs and identifying operational cost control mechanisms. By the end of this book, you will be all prepared to implement and manage resources efficiently on the AWS cloud along with confidently passing the AWS Certified SysOps Administrator – Associate exam.
Table of Contents (26 chapters)

Health checking

Route 53 also supports health checks that allow us to determine the healthy and unhealthy AWS endpoints. It supports simple TCP port checks and more advanced HTTP and HTTPS health checks where it looks for either a 200 or 300 response with an additionally optional string matching functionality that can check your website for a specific string of text to determine if the site content is actually being served.

The health check can also determine the health based on the response time, a response threshold where we can define a number of required successful responses from the endpoint before determining it is healthy, and the CloudWatch alarm metrics collected for the AWS endpoint itself.

Health checks are performed from the global Route 53 endpoints and the service determines an endpoint healthy if more than 18% of the Route 53 endpoints report the service as healthy...