Cannot create an ECS Fargate Internal Service
Open
ECS
Fargate
Proposed
- Dominant language
- Shell
- Stars
- 5.4k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
To create the association between fargate tasks and target group registrations, the target group must be created during service creation. But you can't create an INTERNAL service using an internal load balancer this way, because it defaults to INTERNET FACING. So the load balancer has to be created first, then I have to delete the listener and temp target group and choose the internal load balancer. But there is no option to choose a port when creating a target group, so non-standard ports don't work.
This is a terrible design.
Contributor guide
Assessment
This issue has not been assessed yet.