Which practice helps prevent and correct configuration drift during maintenance?

Prepare for the CSS Mastery SAD Maintenance and CSA Stand Ups Test. With flashcards and multiple choice questions, ready yourself for the exam with hints and explanations for every question. Ace your exam today!

Multiple Choice

Which practice helps prevent and correct configuration drift during maintenance?

Explanation:
Preventing and correcting configuration drift relies on having a single source of truth for how the environment should look and a repeatable process to enforce it. Infrastructure as Code treats the desired configuration as code, stored in version control, so every change is tracked and reversible. Regular reconciliation compares the real system to the declared state and re-applies the code to bring the live environment back in line with the intended configuration. This combination of a tracked, declarative model and ongoing checks stops drift before it grows and makes it easy to revert to a known-good state. Ad hoc manual changes without records introduce drift that’s hard to detect or undo. Skipping backups removes a reliable way to recover after drift or other issues. Relying on vendor default settings only captures a baseline that may not meet your needs and won’t provide ongoing enforcement or drift protection.

Preventing and correcting configuration drift relies on having a single source of truth for how the environment should look and a repeatable process to enforce it. Infrastructure as Code treats the desired configuration as code, stored in version control, so every change is tracked and reversible. Regular reconciliation compares the real system to the declared state and re-applies the code to bring the live environment back in line with the intended configuration. This combination of a tracked, declarative model and ongoing checks stops drift before it grows and makes it easy to revert to a known-good state.

Ad hoc manual changes without records introduce drift that’s hard to detect or undo. Skipping backups removes a reliable way to recover after drift or other issues. Relying on vendor default settings only captures a baseline that may not meet your needs and won’t provide ongoing enforcement or drift protection.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy