AWS - Auto Scaling
Given this AWS Auto Scaling group configuration snippet:
What happens when one instance fails health checks in the ELB target group?
{
"AutoScalingGroupName": "web-asg",
"TargetGroupARNs": ["arn:aws:elasticloadbalancing:region:123456789012:targetgroup/web-tg/abc123"],
"MinSize": 2,
"MaxSize": 4,
"DesiredCapacity": 3
}What happens when one instance fails health checks in the ELB target group?
