I have a Docker container that has top public ports 2113 and 1113. When I created the container in AWS, I opened those ports.
I am running the container in a task inside of a cluster, but I am only able to access the first port 2113. I made sure that the ports were open in the security group, but am reading that it is impossible to have more than one port open in an ECS instance. Is there a way to do this? Can this container have multiple open ports?