A company manages a fleet of Amazon EC2 instances running SUSE Linux Enterprise Server (SLES) split into Development and Production environments. A SysOps Administrator creates a custom patch baseline for SLES and registers a patch group named 'SLES-Dev' to this baseline. The administrator tags the Development EC2 instances with a tag key of 'Patch_Group' and a value of 'SLES-Dev'. A Systems Manager Maintenance Window is configured to run patch operations targeting these instances. During the next scheduled maintenance window, the administrator notices that the Development instances are patched using the default AWS-managed SLES patch baseline instead of the custom patch baseline. Which of the following explains why the Development instances were patched using the default baseline?
- The tag key on the EC2 instances must be defined as 'Patch Group' instead of 'Patch_Group'.Answer
- BThe IAM role associated with the Systems Manager Maintenance Window is missing the iam:PassRole permission to execute the patching task.
- CThe custom patch baseline has not been set as the default baseline for SLES in Systems Manager Patch Manager.
- DThe Development instances must be registered to the patch group using the Systems Manager API, as tags are only used for resource grouping.