An organization has configured an automated remediation workflow to manage costs for underutilized resources. A CloudWatch alarm is set to trigger when the CPU utilization of an Amazon EC2 instance falls below for three consecutive monitoring periods. The alarm is integrated with an Amazon EventBridge rule that targets the `AWS-StopEC2Instance` Systems Manager (SSM) Automation runbook. During a testing phase, the alarm changes to the `ALARM` state, but the EC2 instance continues to run. The administrator checks the EventBridge metrics and notices that the `FailedInvocations` metric for the rule is incrementing, while the `TriggeredRules` metric is also active. No execution history is visible in the Systems Manager Automation console. Which of the following troubleshooting steps should the administrator perform to resolve this issue? (Select TWO.)
- Verify that the IAM role associated with the EventBridge rule target has a trust policy allowing the `events.amazonaws.com` service principal to assume the role.Cevap
- Verify that the IAM role associated with the EventBridge rule target has a policy that allows the `ssm:StartAutomationExecution` action on the target runbook.Cevap
- CAdd the `ssm:StartAutomationExecution` permission to the EC2 instance profile's IAM role.
- DEnsure that the trust policy of the IAM role used by the EventBridge rule allows the `ssm.amazonaws.com` service principal to assume the role.
- EChange the CloudWatch alarm action to target the Systems Manager Automation runbook directly, bypassing EventBridge.