Free Cisco 350-901 Actual Exam Questions - Question 4 Discussion
connect the environments to an SDWAN. The SDWAN edge VM is provided as an image in each of the
relevant clouds and can be given an identity and all required configuration via cloud-init without
needing to log into the VM once online.
Which configuration management and/or automation tooling is needed for this solution?
I’m thinking D on this too. Since the VM image comes ready and cloud-init sets everything up on startup, Terraform alone should handle spinning up the VMs in each cloud. No need to add Ansible or NSO if configuration is baked in and automated at launch.
D Cloud-init handles config; Terraform handles provisioning only.
If cloud-init fully configures the VM, why add Ansible later? Terraform (D) seems enough.
Cloud-init handles the initial setup automatically, so no extra config management is needed after deployment. Terraform alone (D) should cover provisioning and initial config here.
Makes sense that Terraform (D) is the key here since the question highlights using cloud-init to set up the SDWAN edge VM at launch. That means no need for ongoing config management with Ansible or NSO after the VM is up. So, automating VM provisioning and initial setup fits Terraform alone.
B imo, since Terraform handles provisioning and Ansible can manage post-launch config.
Option D seems right, since Terraform is good for provisioning cloud resources and configuring VMs at launch.