Deployment

Infrastructure as Code

English

Overview

The idea (IaC) of defining and managing infrastructure configuration as code.

Details

Realized through tools like CloudFormation, CDK, or Terraform, the major difference from manual operations is being able to track configuration-change history and run it through a review process just like code.

More AWS terms