A SysOps Administrator is troubleshooting a CloudWatch alarm configured for a critical database client application running on Amazon EC2 instances. The application publishes a custom metric named `ConnectionFailures` under the namespace `DatabaseMonitor` with the dimension `DatabaseClusterId`. The alarm is configured to monitor `ConnectionFailures` over a -minute period, with a threshold of greater than , and is set to notify an Amazon SNS topic. During a recent database outage, users experienced dozens of connection failures, and the failures were visible as data points in the CloudWatch metric graph. However, the alarm remained in the `OK` state and did not trigger any notification. Which of the following configurations could explain why the alarm failed to transition to the `ALARM` state? (Select TWO.)
- The alarm is configured to use the `Average` statistic instead of the `Sum` statistic to evaluate the custom metric.Answer
- The alarm is configured with a dimension of `InstanceId` instead of `DatabaseClusterId`, and the alarm's `TreatMissingData` setting is set to `notBreaching`.Answer
- CThe custom metric is being published at -second intervals, but the EC2 instances running the application do not have detailed monitoring enabled.
- DThe SNS topic's access policy does not grant the Amazon EventBridge service principal (`events.amazonaws.com`) permission to publish messages.
- EThe Auto Scaling Group's cooldown period is set to seconds, which suspends all CloudWatch alarm evaluations during scaling activity.