1 Answer
- Newest
- Most votes
- Most comments
0
You can find an example of a management network here. For outgoing communication initiated from EC2 instance process, the choice of network adapter is made by the destination IP and routing and not by configuration of the application (eventhough there might be some applications that gives you this choice). For incoming communication (e.g. in case of a web server) initiated from outside, you need to bind an IP address and port/protocol in your web server that determines the port of entry and hence the route for responding.
Relevant content
- asked a year ago

Thanks for the answer.
If there is no others options, i will do that but routing is not so simple because administrators may have to use wget, apt uses http, or htpps and so on.
I feel that to use network namespace and to assign applications to this namespace would be safer.
Sincerly