AWS Certified Solutions Architect – Professional — Question 401

An internal security audit of AWS resources within a company found that a number of Amazon EC2 instances running Microsoft Windows workloads were missing several important operating system-level patches. A Solutions Architect has been asked to fix existing patch deficiencies, and to develop a workflow to ensure that future patching requirements are identified and taken care of quickly. The Solutions Architect has decided to use AWS Systems Manager. It is important that EC2 instance reboots do not occur at the same time on all Windows workloads to meet organizational uptime requirements.
Which workflow will meet these requirements in an automated manner?

Answer options

Correct answer: C

Explanation

To prevent all Windows instances from rebooting at the same time, they must be divided into separate patch groups scheduled during non-overlapping maintenance windows. Option C correctly splits the instances into two patch groups (Windows Servers1 and Windows Servers2) and targets them using Systems Manager maintenance windows and the AWS-RunPatchBaseline task. Option D is incorrect because AWS-WindowsPatchBaseline is not a valid baseline, and AWS Systems Manager State Manager is not needed for executing standard patch tasks.