How to set up application load balancer (ALB) with AutoScalingGroup (ASG)
I have created a ECS cluster defining min capacity as 1 instance. It’s running fine.
I have a task definition with a simple js express app running fibonacci app (to simulate CPU usage for large fib numbers), as well as a container running nginx proxy.
AutoScalingGroup: Load balancer target group not appearing as available option
I have created an ECS cluster, and deployed a 2-container task using a Service (during Service create I associate the Application Load Balancer – using target group of type IP – to it), this works fine (I can access my DNS URL and it loads as expected).
AutoScalingGroup: Load balancer target group not appearing as available option
I have created an ECS cluster, and deployed a 2-container task using a Service (during Service create I associate the Application Load Balancer – using target group of type IP – to it), this works fine (I can access my DNS URL and it loads as expected).