Two staging and production environments for a city portal are created from the same template and should match aside from parameters. Which IaC benefit is being pursued?
Select an answer to reveal the explanation.
Short Explanation
Same blueprint, different street addresses—that is the point of repeatable templates. Staging and production should look alike except for the knobs you deliberately turn.
Full Explanation
A core IaC benefit is repeatability: applying the same definition yields equivalent environments, with intentional differences supplied through parameters. That consistency supports reliable testing and promotion. It does not grant free egress, waive change control, or mandate single-AZ designs.