- Definition von Infrastructure as Code
- Vorteile von IaC
- Herausforderungen von IaC
- Kategorien von IaC-Tools:
- Provisionierung und Orchestrierung
- Konfigurationsmanagement
- Bekannte IaC-Tools:
- CloudFormation (AWS)
- Terraform
- Ansible
- Puppet
- Best Practices für IaC:
- "Codify everything"
- Version Control
- Test Integrität
- Deployment mit CI/CD-Pipeline
- Multiple Umgebungen
- Dokumentation
- Modularisierung