You currently have web developers in your company who have direct access to production servers and can deploy code to it. These actions can lead to insecure code and code flaws being deployed to directly into the live environment. Currently, your company only has one server available (the production server). What is the best change that can be made to mitigate this risk?

Respuesta :

Answer:

The best change that can be made to mitigate the risk is that a new server can be taken and the backup of the production server can be taken on the new server.

Explanation:

  • In order to protect the production operation from being halted due to the deployment of code flaws, a new server with the exact same code beared by the production server can be kept ready in case there is an emergency.
  • Until is the main server is cleaned and repaired of the code flaws deployed onto it, the production operation can be flawlessly run with the help of the backup server.