Skip to content

Infrastructure as Code

This section covers the main IaC approaches in the DevOps area of the wiki.

Pages

Practical Notes

  • Use Terraform for provisioning and stateful resource management.
  • Use Ansible for orchestration and configuration.
  • Use CloudFormation when the target platform is AWS.