Process Flow - Creating stacks
Write template file
Use AWS CLI or Console
Create stack command
AWS CloudFormation validates template
If valid
→Stack creation starts
Resources are provisioned
Stack status updates
Stack creation complete
You write a template, then use AWS tools to create a stack. AWS checks the template, provisions resources, and updates the stack status until done.