Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 168
An automated solution is needed to configure VMs in numerous cloud provider environments to connect the environments to an SDWAN. The SDWAN edge VM is provided as an image, in each of the relevant clouds it is given an identity and all required configuration via cloud-init without needing to log into the VM once online. Which configuration management automation tool is needed for this solution?
Answer options
- A. Terraform
- B. HyperFlex
- C. Intersight
- D. Ansible
Correct answer: A
Explanation
Terraform is the correct answer because it is specifically designed for provisioning and managing cloud infrastructure through code, allowing for automated configuration of VMs across various cloud environments. The other options, such as HyperFlex and Intersight, are not primarily focused on configuration management automation, while Ansible, although capable, is not the most optimal choice for this particular scenario involving cloud-init.