Opening instance ports
Sometimes your docker image uses different ports. That you could connect to your special container ports you have to add them to instance role.
- select running instance : click Services -> EC2 -> "Running Instances".
- select instance and click on link at "Security groups"
- click tab "Inbound"
- "Edit" -> "Add rule" : Insert your special port for source , TCP and Save
You don't need to restart image.
Comments