From the course: AWS Certified Solutions Architect - Associate (SAA-C03) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

CloudFormation: StackSets

CloudFormation: StackSets

- [Instructor] In the previous video, we talked about basic cloud formation concepts like templates, stacks, and change sets. In this lecture, we will talk about stack sets. At the end of the video, you will be able to understand how stack sets help you achieve consistency among your deployments across multiple accounts and regions, and understand the operations that you can perform with tax sets and which additional options you can use to control a tax set deployment. So let's begin. As you already know, at this point, cloud formation allows you to manage your infrastructure by creating stacks using YAML and JSON templates you define. These stacks are groups of AWS resources that you intend to manage as a single unit. As your organization grows, your environment also mature and scale, you start to think about how you can leverage the AWS account structures and AWS regions. When deploying your infrastructure, you may want to isolate critical resources from test environments and…

Contents