跳至內容

When using AWS Systems Manager for patching on-site Windows machines, what should Windows Update via Group Policy be set to?

0

We have recently switched from using Microsoft WSUS to using AWS Systems Manager and the SSM agent for patching our cloud and our on-site resources. We have been experiencing servers updating themselves and rebooting outside the defined maintenance periods. Documentation is vague or non-existent on how local Windows Update services and/or tasks should be configured using Group Policy. What is the definitive answer?

已提問 1 年前檢視次數 256 次

2 個答案
3

Please considering below:

  1. Disable Automatic Updates via Group Policy:
  • Open the Group Policy Management Console (GPMC).

  • Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.

  • Set the policy "Configure Automatic Updates" to Disabled. This prevents Windows Update from automatically downloading and installing updates, which could interfere with SSM's patching schedule.

  1. Ensure Windows Update Service is Running:
  • The Windows Update service must be enabled and running for SSM to apply patches. However, it should not be configured to automatically install updates outside of SSM's control.
  1. Disable Scheduled Tasks for Windows Update:
  • Check for any scheduled tasks related to Windows Update (e.g., in Task Scheduler under Microsoft > Windows > UpdateOrchestrator).

  • Disable tasks like "Reboot" or "Scheduled Start" to prevent unexpected reboots.

  1. Use SSM Maintenance Windows:
  • Define maintenance windows in AWS Systems Manager to control when patches are applied and reboots occur. This ensures updates happen only during the specified timeframes.
  1. Review Patch Baselines:

Ensure your SSM patch baselines are configured correctly to include only the updates you want to apply. This helps avoid unnecessary updates that could cause unexpected behavior.

專家

已回答 1 年前

專家

已審閱 1 年前

0

You should consider one more Group Policy setting in 1st section.

  1. Disable Automatic Updates via Group Policy:
  • Open the Group Policy Management Console (GPMC).
  • Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  • Set the policy "Configure Automatic Updates" to Disabled. This prevents Windows Update from automatically downloading and installing updates, which could interfere with SSM's patching schedule.
  • Use Computer Configuration\Administrative Templates\Windows Components\Windows update\Do not connect to any Windows Update Internet locations to enable this policy.
AWS
支援工程師

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。