Bash with `aws ec2 run-instances ...` is IMPERATIVE: you spell
out HOW to reach the desired state step by step.
Terraform / CloudFormation / Kubernetes manifests are DECLARATIVE: you
describe WHAT you want, the engine figures out the diff.
Which is FALSE?
A) Declarative IaC supports drift detection.
B) Imperative scripts are easy to make idempotent.
C) Declarative IaC reaches the same end state regardless of starting
point.
D) Declarative IaC integrates well with code review (PR shows a plan).Sign in to save your code and track progress across devices.