Google Cloud Professional Cloud Architect — Question 145

You need to deploy an application on Google Cloud that must run on a Debian Linux environment. The application requires extensive configuration in order to operate correctly. You want to ensure that you can install Debian distribution updates with minimal manual intervention whenever they become available. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because using OS patch management allows for automated updates of the Debian distribution, minimizing manual intervention. Option A requires manual repetition of the entire setup process, while C also necessitates SSH access and manual configuration each time. Option D involves containerization, which adds complexity and does not directly address the need for automatic updates in a Debian environment.