Exam 300-610 All QuestionsBrowse all questions from this exam
Question 107

A company owns a large-scale compute infrastructure that consists of over 1000 servers and virtual machines. The operational complexity continues to grow with additional policies and servers added to the environment. An infrastructure engineer is looking for an automation tool to reduce the operational complexity of configuring complex infrastructure. Because of the strict security requirements, the tool must be agentless, use the secure shell for transport, and be extendable using existing Python modules. Which tool meets these requirements?

    Correct Answer: D

    Ansible is an automation tool that meets the specified requirements. It is agentless, which means it does not require any software to be installed on the managed nodes. It uses secure shell (SSH) for transport, ensuring secure communication. Ansible is also extendable using Python modules, allowing for flexible and customizable configurations.

Discussion
WasamelaOption: D

Agree, and Ansible also uses SSH for secure communication which adhers to the security policy.

FcpoultryOption: D

Sorry, the best option is Ansible (D) as it is an agentless.

FcpoultryOption: C

Why SaltStack is better than Ansible? Another advantage SaltStack has over Ansible is cloud deployments, where its speed and flexibility make an essential difference. Choose Ansible if you need a solution for basic configuration management. Ansible is a good choice for beginners and non-coders since the learning curve is lower than SaltStack.