AWS CloudFormation
CloudFormation allows you to model and set up your AWS resources using a template file (YAML or JSON). This is known as Infrastructure as Code (IaC).
Benefits:
- Automation: No manual creation.
- Consistency: Same environment every time.
- Version Control: Store templates in Git.