CompTIA Cloud+ (CV0-003) — Question 323

A cloud administrator checked out the deployment scripts used to deploy the sandbox environment to a public cloud provider. The administrator modified the script to add an application load balancer in front of the web-based front-end application. The administrator next used the script to recreate a new sandbox environment successfully, and the application was then using the new load balancer.
The following week, a new update was required to add more front-end servers to the sandbox environment. A second administrator made the necessary changes and checked out the deployment scripts. The second administrator then ran the script, but the application load balancer was missing from the new deployment.
Which of the following is the MOST likely reason for this issue?

Answer options

Correct answer: B

Explanation

The most probable cause of the issue is that the changes made by the first administrator to the deployment script were not checked in and committed. As a result, the second administrator ran an outdated version of the script that did not include the modifications. The other options do not directly relate to the absence of the load balancer in the new deployment.