Again about Infrastructure as Code
Question:
What is Infrastructure as Code?
- The practice of describing infrastructure in an executable textual format
- The practice of performing software configuration manually
- The practice of documenting the infrastructure
- The practice of building, running, testing, and maintaining environments indefinitely
Answer:
A - is the correct answer. This textual format is executable and can be configured and then stored in a version control system