terraform-aws-ecs-service
terraform-aws-ecs-service copied to clipboard
LB and ECS service generate conflicting security group and target groups
Issue by ddriddle
Tuesday May 08, 2018 at 15:35 GMT
Originally opened as https://github.com/cites-illinois/as-aws-modules/issues/27
They conflict because security groups and listener names MUST be unique. Should we use prefixes instead?
Yoon and I ran into this issue this morning because yoon named his LB "yoon", and his ecs-service "yoon". Each module wants to create a security group and target group named "yoon".