What constitutes best practice for configuration drift detection and remediation?

Get ready for your MP Deployment Exam. Maximize your study efficiency with flashcards and multiple-choice questions. Ace your exam with confidence!

Multiple Choice

What constitutes best practice for configuration drift detection and remediation?

Explanation:
Drift happens when the actual resources no longer match what’s declared in your IaC. The best practice is to regularly compare the live environment to the desired state defined in your infrastructure code, detect any differences, and address them promptly. This can be done automatically—remediating drift when it’s safe to do so—or by issuing an alert for manual remediation when human judgment is needed. This approach keeps environments consistent, improves reproducibility, and supports compliance and faster recovery from unintended changes. Ignoring drift leads to unseen divergences and unstable deployments. Randomly changing resources to align with the desired state is risky and can cause outages or data loss because changes aren’t carefully vetted. Checking only logs misses drift that isn’t reflected in log events and doesn’t enforce the desired state.

Drift happens when the actual resources no longer match what’s declared in your IaC. The best practice is to regularly compare the live environment to the desired state defined in your infrastructure code, detect any differences, and address them promptly. This can be done automatically—remediating drift when it’s safe to do so—or by issuing an alert for manual remediation when human judgment is needed. This approach keeps environments consistent, improves reproducibility, and supports compliance and faster recovery from unintended changes.

Ignoring drift leads to unseen divergences and unstable deployments. Randomly changing resources to align with the desired state is risky and can cause outages or data loss because changes aren’t carefully vetted. Checking only logs misses drift that isn’t reflected in log events and doesn’t enforce the desired state.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy