Problem Statement
What is an AWS CloudFormation stack?
Explanation
A CloudFormation stack is a collection of AWS resources that are created, updated, and deleted as a single unit.
Stacks simplify lifecycle management by linking related resources through one template. Updating or deleting a stack ensures consistent changes across the defined environment.
