What constitutes best practice for configuration drift detection and remediation?

Prepare for the MP Deployment Exam with flashcards and multiple choice questions. Hints and explanations available for every question. Ace your exam!

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 Examzify

You can unsubscribe at any time. Read our privacy policy