QuestionQ166
Managing operationsA customer has deployed an application on Compute Engine that leverages the elastic nature of cloud computing.
How can you collaborate with Infrastructure Operations Engineers to best ensure that Windows Compute Engine VMs remain current with all the latest OS patches?
- A Build new base images when patches are available, and use a CI/CD pipeline to rebuild VMs, deploying incrementally.
- B Federate a Domain Controller into Compute Engine, and roll out weekly patches via Group Policy Object.
- C Use Deployment Manager to provision updated VMs into new serving Instance Groups (IGs).
- D Reboot all VMs during the weekly maintenance window and allow the StartUp Script to download the latest patches from the internet.
Community Discussion