CloudFormation Fundamentals¶
AWS CloudFormation provisions AWS infrastructure using declarative templates.
Core Concepts¶
- Stacks and stack sets
- Resources and parameters
- Outputs and exports
- Change sets and rollback behavior
Best Practices¶
- Use nested stacks for large systems.
- Validate templates before deployment.
- Use drift detection and stack policies.