CV0-003 · Question #511
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
The correct answer is B. The deployment script changes made by the first administrator were not checked in and. When the first administrator checked out the deployment scripts, they made changes to the script to add an application load balancer in front of the web-based front-end application. However, they did not check in and commit these changes to the repository. This means that the sec
Question
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?
Options
- AThe license limit on the number of server deployments allowed per month was exceeded
- BThe deployment script changes made by the first administrator were not checked in and
- CThe new server images were incompatible with the application load-balancer configuration
- DThe application load balancer exceeded the maximum number of servers it could use
How the community answered
(32 responses)- A3% (1)
- B78% (25)
- C6% (2)
- D13% (4)
Explanation
When the first administrator checked out the deployment scripts, they made changes to the script to add an application load balancer in front of the web-based front-end application. However, they did not check in and commit these changes to the repository. This means that the second administrator did not have the updated deployment script and therefore did not deploy the application load balancer.
Topics
Community Discussion
No community discussion yet for this question.