🔥 3-day streak
AWS Certified DevOps Engineer - Professional141 / 204
Question 141 of 204

A company runs a fleet of EC2-based web servers behind an Application Load Balancer. Operations wants automated remediation: whenever a specific CloudWatch alarm named 'HighUnhealthyHostCount' transitions to ALARM state, a Lambda function should immediately gather diagnostics (recent target group health, application logs) and post a summary to a Slack channel. The team wants the reaction to occur as soon as the alarm changes state, without polling, and they must be able to filter so that only transitions to the ALARM state (not OK or INSUFFICIENT_DATA) trigger the workflow. Which approach meets these requirements with the least custom code?

Reviewed for accuracy · Report an issueNext question