学习

  • What is Infrastructure as Code (IaC)?

  • Infrastructure-as-Code is the concept of managing your operations environment in the same way you manage applications or other code.

  • Infrastructure as code simply means to convert your infrastructure into code, where it is managed by some kind of version control system (e.g., Git), and stored in a repository where you can manage it similar to your application.

参考