Table of Contents

Cloudformation - Stack

About

A cloudformation stack is a collection of AWS resources that you can manage as a single unit.

You manage related resources as a single unit called a stack.

Management

All the resources in a stack are defined by the Aws - Cloudformation (CFN).

You create, update, and delete a collection of resources by creating, updating, and deleting stacks.

Example