Topic 1 Question 53
A customer deployed an application on Compute Engine that takes advantage of the elastic nature of cloud computing. How can you work with Infrastructure Operations Engineers to best ensure that Windows Compute Engine VMs are up to date with all the latest OS patches?
Build new base images when patches are available, and use a CI/CD pipeline to rebuild VMs, deploying incrementally.
Federate a Domain Controller into Compute Engine, and roll out weekly patches via Group Policy Object.
Use Deployment Manager to provision updated VMs into new serving Instance Groups (IGs).
Reboot all VMs during the weekly maintenance window and allow the StartUp Script to download the latest patches from the internet.
ユーザの投票
コメント(15)
Answer is A. Compute Engine doesn't automatically update the OS or the software on your deployed instances. You will need to patch or update your deployed Compute Engine instances when necessary. However, in the cloud it is not recommended that you patch or update individual running instances. Instead it is best to patch the image that was used to launch the instance and then replace each affected instance with a new copy.
👍 20genesis3k2020/10/29I think best ans is C
👍 4Wooky2020/09/26The answer is A, we are using this in practice as a solution from Google in one of the top 5 banks for managing windows image patching.
👍 4VenkatGCP12021/12/30
シャッフルモード