Was following discussions in this article. We want to bring up our Dockerized application in ECS and currently the application run as a standalone docker container using the command
docker run --net=host -d -p PORT:PORT My-APP
The question is - if we migrate to ECS - does this --net-host
setting Map to the Host
Networking Mode in ECS?