terraform-aws-ecs-service
terraform-aws-ecs-service copied to clipboard
Need means of changing cluster security group
Issue by ddriddle
Wednesday Aug 01, 2018 at 21:05 GMT
Originally opened as https://github.com/cites-illinois/as-aws-modules/issues/66
Currently when using the ecs-service
module with a load balancer in bridge or host mode it is necessary to manually open ports on the ECS cluster's security groups. We need to either open all high ports on the ECS cluster be default, or we need a means to change the ECS cluster's security group from the ecs-service
module itself. We may need both options.
For the no-lb
test cases manually opening up ports was sufficient for testing since the use case is for services that do not need support for inbound traffic. But for the service discovery test cases manually opening ports is not tenable because they do require inbound traffic.