From the course: AWS Certified SysOps Administrator - Associate (SOA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 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 stacksets. At the end of the video, you will be able to understand how stacksets help you achieve consistency among your deployments across multiple accounts and regions, and understand the operations that you can perform with stacksets and which additional options you can use to control a stackset deployment. So let's begin, as you already know, at this point, cloud formation allows you to manage your infrastructure by creating stacks using YML 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…

Contents