DEV Community

Discussion on: Infrastructure-as-Code vs Configuration Management

Collapse
 
thenjdevopsguy profile image
Michael Levan

I wouldn't say that Configuration Management is part of IaC. IaC is to create the resource. Configuration Management is to configure it.

For example, Terraform to create the EC2 instance and Ansible to install MySQL on the EC2 instance

Some comments have been hidden by the post's author - find out more