Infrastructure as Code Flashcards

(6 cards)

1
Q

IaC

A

Infrastructure as Code → The practice of managing and provisioning infrastructure through code instead of manual processes, enabling consistency, automation, and version control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Playbooks

A

Playbooks → Collections of predefined automation scripts that describe the desired system configuration or workflow, often used in tools like Ansible.

Sort of like automation blueprints, meant to be used to turn complex administrative tasks into repeatable daily routines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SOAR

A

Security Orchestration, Automation, and Response → A platform that automates and coordinates security workflows, often using playbooks for incident response.

Simply put, SOAR automatically responds to security threats. It uses playbooks to respond to them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Configuration Drift

A

Configuration Drift → Occurs when systems deviate from their intended configuration over time; prevented by using Infrastructure as Code and playbooks for consistent automation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Automation Use Cases with IaC

A

Automation Use Cases with IaC → Includes preventing configuration drift, maintaining compliance, performing upgrades, and managing dynamic inventories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Source Control

A

Source Control → A system that tracks and manages changes to code and configurations over time, such as Git repositories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly