Infrastructure as Code
- •
def
- •
describing infrastructure (servers, network, applications) as code, rather than manual configuration
- •
- •
benefit
- •
infrastructure can be versioned the same way application code is, and used to reliably build identical instances every time
- •
- •
related