Articles → AWS → CloudFormation In AWS
CloudFormation In AWS
Purpose
- Create the same infrastructure components manually everywhere
- Use CloudFormation
Different Components Of CloudFormation
Component | Description |
---|
Templates | The JSON or YAML text file that contains the instructions for building out the AWS resources |
Stacks | The entire environment described by the template and created, updated, and deleted as a single unit |
StackSets | AWS CloudFormation StackSets extends the functionality of stacks by enabling you to create, update, or delete stacks across multiple accounts and regions with a single operation |
Change Sets | A summary of proposed changes to your stack that will allow you to see how those changes might impact your existing resources before implementing them |
Steps
- Create and save the template
- Create a stack with the template
Create And Save The Template
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Create A Stack With The Template
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge