QuestionQ73

Describe and Differentiate Automation Concepts and Principles

An administrator needs to automate restarting a VM whenever its CPU usage exceeds 90%.

What steps should the administrator take to implement this automation?

  • A Schedule a Runbook to restart all VMs daily and assign it to a project.
  • B Configure a Project and set a policy to restart the VM when the CPU quota is exceeded.
  • C Create a Playbook with a manual trigger with an action to reboot the VM.
  • D Create a Playbook with an alert-based trigger with an action to reboot the VM.
Explanation

An alert-triggered X-Play playbook can respond automatically when the CPU threshold alert is generated for a VM and execute a reboot action on that VM. Manual triggers require human initiation, and schedules or project quota policies do not provide this alert-driven per-VM remediation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!