Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Network Bindings - not configured" although there are port mappings in the container. #1063

Closed
bs-thomas opened this issue Nov 9, 2017 · 2 comments
Labels
Milestone

Comments

@bs-thomas
Copy link

Summary

I have a task definition with 3 services:

  • src (not essential)
  • ssh-service (essential) port mapping from 2211 -> 22
  • web-service (essential) port mapping from 8011 -> 80

Description

When I look at the task via the web console, it has this screen showing web-service
"Network bindings - not configured".

image

In reality though, I SSH into the EC2 container, and did a "docker ps", and it is binded. I also verify that I can actually connect to the container via IPADDRESS:8011 using HTTP.

image

Expected Behavior

Show properly list out the port mappings for web-service.

Observed Behavior

Shows "Networking bindings - not configured"

Environment Details

Nothing special, simply create an ECS cluster, create a task with the 3 containers like I have above, and will notice that for one container, the "Network Bindings" info is missing.

Supporting Log Snippets

I got the logs, but please kindly email me at [email protected], I will send them to you for investigation.

@nmeyerhans
Copy link
Contributor

We've confirmed that this is a software bug and have prepared a fix in #1067. We will be including the fix in release 1.15.1, which we hope to publish on Monday, 11/13.

@nmeyerhans
Copy link
Contributor

nmeyerhans commented Nov 13, 2017

We've released agent version 1.15.1 including a fix for this issue. It's available on Docker Hub and in the 2017.09.b ECS Optmized AMI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants