A SysOps Administrator is setting up automated patching for a group of production Amazon EC2 instances running Red Hat Enterprise Linux (RHEL). The administrator designs a custom patch baseline that approves only security updates with a 'Critical' severity. The administrator tags the target EC2 instances with the key `Patch Group` and the value `RHEL-Production`. A maintenance window is configured to run the `AWS-RunPatchBaseline` document on these instances. During the next scheduled execution, the administrator notices that the instances are patched using the default AWS-provided RHEL patch baseline instead of the custom patch baseline.
Which action must the administrator take to ensure the custom patch baseline is applied to these instances?
- APass the custom patch baseline ARN as a parameter named `BaselineId` in the `AWS-RunPatchBaseline` task configuration.
- BModify the tag key on the EC2 instances to `patch_group` to match the snake-case format required by Systems Manager.
- Associate the custom patch baseline with the `RHEL-Production` patch group within Systems Manager Patch Manager.Cevap
- DAttach an IAM policy to the EC2 instances containing the `iam:PassRole` permission for the Systems Manager default service role.