You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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.
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.
The text was updated successfully, but these errors were encountered:
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.
Summary
I have a task definition with 3 services:
Description
When I look at the task via the web console, it has this screen showing web-service
"Network bindings - not configured".
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.
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.
The text was updated successfully, but these errors were encountered: