1 Answer
- Newest
- Most votes
- Most comments
1
Hi, in the console when you are creating the ECS service you have an option to enable the load balancing, creating a new or using existing resources (load balancer and target group). The ECS will register you tasks in the target group automatically.
Relevant content
asked 3 years ago

Agree. You do not need a static IP address when using a ELB. You rely on ECS registering to a target group. You should evaluate if an ALB is more appropriate than an NLB
You can find the steps to configure the ECS Service with a loadbalancer integration on this documentation.