nerdexam
CompTIA

XK0-005 · Question #10340

An administrator is utilizing an automation engine than uses SSH to run commands on remote systems. Which of the following does this describe?

The correct answer is B. Agentless architecture. An automation engine that uses SSH to execute commands on remote systems without installing specific software on them is described as having an agentless architecture.

Scripting, Containers, and Automation

Question

An administrator is utilizing an automation engine than uses SSH to run commands on remote systems. Which of the following does this describe?

Options

  • AInventory
  • BAgentless architecture
  • CBuild automation
  • DVersion control

How the community answered

(25 responses)
  • B
    96% (24)
  • C
    4% (1)

Why each option

An automation engine that uses SSH to execute commands on remote systems without installing specific software on them is described as having an agentless architecture.

AInventory

Inventory refers to the collection of information about managed hosts, which is a component of an automation system, not its architectural style.

BAgentless architectureCorrect

An agentless architecture means that the automation server communicates with managed nodes using standard, built-in protocols like SSH for Linux systems, rather than requiring a proprietary 'agent' software to be installed and running on each target machine. This simplifies deployment and management overhead on remote systems.

CBuild automation

Build automation is a specific application of automation to compile and package software, not a description of the underlying communication method.

DVersion control

Version control systems manage changes to code and configurations over time, which is distinct from how automation commands are executed on remote machines.

Concept tested: Agentless automation architecture

Source: https://docs.ansible.com/ansible/latest/reference_2_8/glossary.html#term-agentless

Topics

#Automation Engine#Agentless Architecture#SSH#Remote Execution

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice