Infrastructure as Code (IaC) Flashcards
1
Q
Infrastructure as Code (IaC)
A
Defining IT infrastructure in code files that can be versioned, tested, and audited.
Goal: eliminate snowflake systems
Can be written in
- YAML
-JSON
- others
2
Q
Snowflake System
A
Configuration that lacks consistency and might introduce risks
3
Q
Idempotence
A
Ability of an operation to produce the same results as many times as the file is executed.
4
Q
Benefits of Infrastructure as Code (IaC)
A
- Speed & efficiency
- Consistency & standardization
- Scalability
- cost savings
- Accountability & Comoliance