A SysOps Administrator is setting up AWS Systems Manager to automate configuration compliance and patch management across a fleet of Amazon EC2 instances. The SSM Agent is confirmed to be running on all instances, and the `AmazonSSMManagedInstanceCore` policy is attached to their IAM instance profiles.
The administrator faces two distinct issues:
1. When creating a State Manager association that uses a custom execution role to run an automation document, the creation fails with an error indicating that the administrator is not authorized to perform the operation.
2. An automated patching window executes successfully, but a subset of instances fails to receive the updates defined in a custom patch baseline. The administrator verifies that the patch baseline has been correctly associated with the patch group named 'Production-Servers' in Patch Manager.
Which combination of actions will resolve these issues? (Select TWO.)
- Add the `iam:PassRole` permission to the SysOps Administrator's IAM user policy, specifying the custom execution role's ARN in the Resource element.Answer
- Add a tag to the target EC2 instances with the key `Patch Group` and the value `Production-Servers`.Answer
- CAdd the `iam:PassRole` permission to the trust policy of the custom execution role, specifying `ssm.amazonaws.com` as the principal.
- DAttach an IAM policy containing `ssm:SendCommand` to the target EC2 instances' IAM instance profiles.
- EAssociate the patch group `Production-Servers` directly with the EC2 instance profile using the Systems Manager Quick Setup console.