CV0-003 · Question #2
A critical new security update has been released to fix an identified zero-day vulnerability with the SSH server process. Due to its severity, all development and staging servers must have this…
The correct answer is D. Update the set of configuration management scripts to include the latest patch. Execute these. Configuration management tooling enables simultaneous, consistent patch deployment across all servers, making it the fastest and most reliable method for urgent security updates.
Question
A critical new security update has been released to fix an identified zero-day vulnerability with the SSH server process. Due to its severity, all development and staging servers must have this update applied immediately. Which of the following is the FASTEST way for the administrator to apply the patch and ensure all systems are configured consistently?
Options
- AShut down all servers and use the server provisioning tools to deploy new ones that have the
- BCreate a master inventory list of servers that must be patched. Log in to each server and deploy
- CUse the existing tooling to clone the existing servers. Update each clone with the latest patch and
- DUpdate the set of configuration management scripts to include the latest patch. Execute these
How the community answered
(39 responses)- A8% (3)
- B13% (5)
- C3% (1)
- D77% (30)
Why each option
Configuration management tooling enables simultaneous, consistent patch deployment across all servers, making it the fastest and most reliable method for urgent security updates.
Shutting down and reprovisioning all servers is a slow, disruptive process and introduces significant downtime far exceeding what a patch deployment requires.
Manually logging in to each server sequentially is the slowest possible method and introduces inconsistency risk across the fleet.
Cloning servers and updating the clones requires re-routing traffic and swap procedures, adding unnecessary steps and delay compared to patching in place.
Configuration management tools such as Ansible, Puppet, or Chef use scripts that can target an entire inventory of servers in parallel with a single execution, ensuring every system receives the identical patch and configuration state. This approach is faster than any manual method and eliminates human error or inconsistency across the fleet, which is critical for a zero-day SSH vulnerability requiring immediate remediation.
Concept tested: Configuration management for automated patch deployment
Source: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html
Topics
Community Discussion
No community discussion yet for this question.