How do I attach aws Application Load Balancer and Network Load balancer directly with auto-scaling group(ASG)? In AWS Console only available option is for Classic Load Balancer. What i want is whenever an instance is launched in autoscaling group it'll start reporting to Application/Network load balancer directly rather manually entering each instance in the target group.
Autoscaling group has the only direct option for the classic load balancer and target group. You can launch instances in the target group and select option for autoscaling group. Finally, attach your target group to ALB.