Which of the following is the primary security benefit of using immutable infrastructure in automated deployments?
Trap 1: Reduces operational costs by reusing existing servers
Immutable infrastructure typically increases costs because new instances are spun up instead of patching old ones.
Trap 2: Increases system performance through hardware acceleration
Immutable infrastructure is about deployment methodology, not hardware performance.
Trap 3: Simplifies monitoring by reducing the number of servers
Immutable infrastructure may actually increase server count due to frequent redeployments.
- A
Reduces operational costs by reusing existing servers
Why wrong: Immutable infrastructure typically increases costs because new instances are spun up instead of patching old ones.
- C
Increases system performance through hardware acceleration
Why wrong: Immutable infrastructure is about deployment methodology, not hardware performance.
- D
Simplifies monitoring by reducing the number of servers
Why wrong: Immutable infrastructure may actually increase server count due to frequent redeployments.