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)

Deleting a public hosted zone

The following procedure explains how to delete a hosted zone using the Amazon Route 53 console.

Getting ready

Deleting a hosted zone will destroy the current routing, hence take a backup before making any changes. Also, you can delete the hosted zone if there are no resource record sets associated with it, that is, before deleting the hosted zone we need to delete the records.

How to do it...

  1. Sign into the AWS console, click on Route 53, and then click on Hosted zones.
Route 53 console
  1. Select the hosted zone that you want to delete.
...