FCSS_CDS_AR-7.6 · Question #60
Which statement about immutable infrastructure in automation is true?
The correct answer is A. It is the practice of deploying a new server for every configuration change. Immutable infrastructure means that servers are never modified after deployment. Instead, any configuration change or update is applied by deploying a new server instance with the desired configuration, ensuring consistency and reducing configuration drift.
Question
Which statement about immutable infrastructure in automation is true?
Options
- AIt is the practice of deploying a new server for every configuration change.
- BIt is the practice of deploying two parallel servers for high availability.
- CIt is the practice of modifying the existing server configuration after it is deployed.
- DIt is the practice of applying hotfixes and OS patches after deployment.
How the community answered
(54 responses)- A87% (47)
- B7% (4)
- C2% (1)
- D4% (2)
Explanation
Immutable infrastructure means that servers are never modified after deployment. Instead, any configuration change or update is applied by deploying a new server instance with the desired configuration, ensuring consistency and reducing configuration drift.
Topics
Community Discussion
No community discussion yet for this question.