PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · ec2 · Q007 · medium

An Auto Scaling group launches instances registered with an Application Load Balancer target group. One instance passes its EC2 status checks (the underlying hardware, network, and OS are healthy), but its application process has crashed and no longer responds to any requests. The Auto Scaling group's health check type is left at its default value. What happens to this instance?

  1. The Auto Scaling group marks it unhealthy and replaces it, because it also evaluates target group health by default
  2. The Auto Scaling group leaves it running, because by default it only evaluates EC2 status checks
  3. The Application Load Balancer automatically restarts the crashed application process on the instance
  4. The Auto Scaling group launches an additional instance instead of taking any action on the unhealthy one