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 the stack--CloudFormation

Think twice before performing this step, as deleting the stack will delete all the resources associated with it. You can delete a stack by using the AWS console or CLI.

Getting ready

Follow the steps to delete the stack. The following are a few points to remember:

  1. After stack deletion has begun, you cannot stop it. The stack proceeds to the DELETE_IN_PROGRESS state.
  2. Stack deletion will delete all the resources associated with it.
  3. By default, deleted stacks will not be visible in CloudFormation. To view the deleted stacks, change the filter to Deleted.
  4. Templates of deleted stacks will be available in S3 as well.
...