terraform-aws-ecs-service icon indicating copy to clipboard operation
terraform-aws-ecs-service copied to clipboard

Open cluster port when running in host mode

Open JonRoma opened this issue 6 years ago • 0 comments

Issue by ddriddle Friday Mar 23, 2018 at 16:23 GMT Originally opened as https://github.com/cites-illinois/as-aws-modules/issues/14


@JonRoma @argherna When an ecs service is created in host mode it is inaccessible without a load balancer. Ideally there would be an option to allow direct access to the the host instance similar to what is done for Fargate when assign_public_ip is true and ports is set.

The work around is to manually open the port on the ecs cluster's security group. Ideally the module would do this for us.

JonRoma avatar Oct 30 '18 02:10 JonRoma