A SysOps Administrator is tasked with setting up automated remediation for a critical application running on a fleet of Amazon EC2 instances. The administrator configures an Amazon CloudWatch alarm on the `CPUUtilization` metric to trigger when the CPU usage exceeds for consecutive periods of minute. The remediation workflow must trigger an AWS Systems Manager (SSM) Automation runbook to collect application logs and reboot the instances. Currently, standard monitoring is enabled on the EC2 instances. During testing, the alarm remains in the `INSUFFICIENT_DATA` state even when CPU utilization is verified to be at for over minutes, and the remediation workflow fails to run.
Which combination of actions will resolve this issue and enable the automated remediation workflow to run successfully?
- AEnable detailed monitoring on the EC2 instances. Configure the CloudWatch alarm action to directly invoke the Systems Manager Automation runbook.
- Enable detailed monitoring on the EC2 instances. Configure an Amazon EventBridge rule that detects the CloudWatch alarm state change and targets the Systems Manager Automation runbook.Cevap
- CKeep standard monitoring enabled on the EC2 instances. Configure an Amazon EventBridge rule that detects the CloudWatch alarm state change and targets the Systems Manager Automation runbook.
- DEnable detailed monitoring on the EC2 instances. Configure the CloudWatch alarm to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic, and configure the SNS topic to directly target the Systems Manager Automation runbook.