CompTIA Cloud+ (CV0-003) — Question 73

A cloud engineer is performing updates to an application and needs to gracefully stop any new transactions from processing before the updates can be applied. Which of the following steps should the engineer take?

Answer options

Correct answer: D

Explanation

The correct answer is D because using a load balancer allows the engineer to redirect incoming traffic to other servers, effectively preventing new transactions while updates are applied. Options A and B do not directly prevent new transactions from being processed, and option C is disruptive and not a graceful method of stopping transactions.