Why should ELB health checks be configured independently from Auto Scaling group health checks when both are used together?
ABecause Auto Scaling health checks only monitor network connectivity, not application health.
BBecause ELB health checks automatically disable Auto Scaling policies if instances fail.
CBecause ELB health checks determine traffic routing, while Auto Scaling health checks control instance lifecycle management.
DBecause ELB health checks are only used for Classic Load Balancers, not Application Load Balancers.