Which statement about immutable infrastructure is correct?

Prepare for the MP Deployment Exam 2. Ace your exam with targeted flashcards and practice questions, complete with hints and explanations. Boost your skills for test day!

Multiple Choice

Which statement about immutable infrastructure is correct?

Explanation:
Immutable infrastructure means you don’t modify a running server. When you need a change, you build a new version of the component and replace the old one, then route traffic to the new instance. This makes deployments predictable, reproducible, and easy to roll back because every deployment is a fresh artifact defined by code. The statement that best captures this is that changes are made by replacing components rather than patching the existing ones. In contrast, descriptions that talk about patching the running components describe mutable infrastructure, and saying patches don’t affect deployments is inaccurate.

Immutable infrastructure means you don’t modify a running server. When you need a change, you build a new version of the component and replace the old one, then route traffic to the new instance. This makes deployments predictable, reproducible, and easy to roll back because every deployment is a fresh artifact defined by code. The statement that best captures this is that changes are made by replacing components rather than patching the existing ones. In contrast, descriptions that talk about patching the running components describe mutable infrastructure, and saying patches don’t affect deployments is inaccurate.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy