A developer needs to configure an environment to orchestrate and configure.
Which two tools should be used for each task? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D. E.BE.
The developer needs to configure an environment and also orchestrate it. To achieve this goal, they can use tools that are specifically designed for configuration management and orchestration.
a. Puppet: Puppet is an open-source configuration management tool that automates the deployment and management of software and infrastructure. It uses a declarative language to describe the desired state of a system and ensures that the system stays in that state.
b. Ansible: Ansible is an open-source automation tool that automates the deployment, configuration, and management of IT infrastructure. It uses a simple, human-readable language to describe the desired state of a system and ensures that the system stays in that state.
a. Terraform: Terraform is an open-source infrastructure as code tool that automates the deployment, configuration, and management of cloud infrastructure. It uses a declarative language to describe the desired state of a system and ensures that the system stays in that state.
b. Ansible: As mentioned earlier, Ansible can also be used for configuration management. It uses a simple, human-readable language to describe the desired state of a system and ensures that the system stays in that state.
Therefore, the correct answers are B. Terraform for orchestration and either D. Ansible or E. Ansible for configuration, depending on the developer's preference and familiarity with the tools. Answer A. Puppet is incorrect for configuration and may not be the best choice for orchestration, depending on the developer's requirements.