A SysOps administrator is managing an Amazon EC2 Auto Scaling group (ASG) configured to scale out based on CPU utilization using a dynamic scaling policy. The administrator observes that although the associated Amazon CloudWatch alarm has transitioned to the ALARM state, the ASG does not launch any new instances. The maximum capacity of the ASG is set to , the minimum is , and the current desired capacity is . Which two troubleshooting steps should the administrator perform to identify the root cause of this behavior? (Select TWO.)
- Check if the Launch process is suspended on the Auto Scaling group.Answer
- Check if the AlarmNotification process is suspended on the Auto Scaling group.Answer
- CEnable detailed monitoring on the launch template, as dynamic scaling policies require -minute metric intervals to trigger.
- DIncrease the default cooldown period to ensure that the CloudWatch alarm has enough time to pass the evaluation period.
- EVerify that the SysOps administrator's IAM user policy contains the iam:PassRole permission for the CloudWatch service.
Answer
The correct troubleshooting steps are to check if the Launch process is suspended on the Auto Scaling group and to check if the AlarmNotification process is suspended on the Auto Scaling group.
The correct steps are to check the suspended processes on the Auto Scaling group. If the Launch process is suspended, the Auto Scaling group will not launch new instances even if a scaling action is requested. If the AlarmNotification process is suspended, the Auto Scaling group will not receive the notification from the CloudWatch alarm, preventing the scaling policy from executing.
Step-by-Step Solution
Key Concept
Auto Scaling suspended processes prevent scaling activities from executing even when CloudWatch alarms trigger policies.