aws_cloudformation_stack
- Categories: DevOps, Management
- Service: cloudformation
- Provider Link: CloudFormation Stack
Description​
AWS CloudFormation Stack is a collection of AWS resources managed as a single unit. It defines and provisions infrastructure components using templates, which specify resource configurations and relationships. CloudFormation Stacks automate resource creation, update, and deletion processes, maintaining consistency across deployments. Users can version control and replicate entire infrastructure setups using these stacks.