Book Image

AWS Networking Cookbook

By : Satyajit Das, Jhalak Modi
Book Image

AWS Networking Cookbook

By: Satyajit Das, Jhalak Modi

Overview of this book

This book starts with practical recipes on the fundamentals of cloud networking and gradually moves on to configuring networks and implementing infrastructure automation. This book then supplies in-depth recipes on networking components like Network Interface, Internet Gateways, DNS, Elastic IP addresses, and VPN CloudHub. Later, this book also delves into designing, implementing, and optimizing static and dynamic routing architectures, multi-region solutions, and highly available connectivity for your enterprise. Finally, this book will teach you to troubleshoot your VPC's network, increasing your VPC's efficiency. By the end of this book, you will have advanced knowledge of AWS networking concepts and technologies and will have mastered implementing infrastructure automation and optimizing your VPC.
Table of Contents (10 chapters)

Introduction

Route 53 is a highly available and scalable domain name service and primarily provides the following four functionalities:

  • Domain management: Allows you to register a new domain and transfers the existing domain
  • DNS management:
    • Route 53 translates friendly domain names such as abc.com into IP addresses such as 1.2.3.4.
    • Route 53 uses its authoritative DNS server across a global network to respond to DNS queries, which helps in reducing latency.
    • Route 53 can route internet traffic to CloudFront distribution, Elastic Beanstalk endpoint, ELB record, or S3 bucket. Also, there's no extra charge for DNS queries to these resources.
  • Traffic management
  • Health check of the domain:
    • Route 53 monitors the health of your resources, such as web and email servers
    • Route 53 health checkers are placed globally
    • Route 53 automatically sends a request over the internet to the...