Infrastructure as Code (IaC) nteges iku nggoleki lan ngatur infrastruktur sampeyan (server, jaringan, database) liwat code/configuration files tinimbang persiapan manual. Tools kaya CloudFormation, Terraform, lan CDK nggawake infrastruktur bisa dibaleni, dikontrole versi, lan diotomatisasi.
Masalah sing dipisahake IaC
MANUALLY setting up infrastructure (clicking in the Console) is:
→ not REPEATABLE (hard to recreate identically; error-prone)
→ not VERSIONED (no history of what changed, by whom, why)
→ not DOCUMENTED (the setup lives only in someone's memory/clicks)
→ hard to review, share, or roll back
→ IaC defines infrastructure in CODE → solving all of this.
