<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hello,
<div><br /></div>
<div>I am working on the final deployment push. Since we are hosting some servers at AWS and some in another location, and we would like to cluster our nodes and use rpc’s, we added distribution over TLS. From my understanding, this changes the standard Erlang rpc’s to use use TLS connections rather than standard TCP.</div>
<div><br /></div>
<div>From this article on erlang-solutions.com: <a href="https://www.erlang-solutions.com/blog/erlang-distribution-over-tls.html">https://www.erlang-solutions.com/blog/erlang-distribution-over-tls.html</a> it is noted that a next concern is epmd, and how it is a security concern as it’s connection is over TCP. </div>
<div><br /></div>
<div>How should we address this? Is there a fix? And are there any other security concerns that need addressing before connecting nodes across multiple data centers?</div>
<div><br /></div>
<div>Thanks for your advice!</div>
</div>
</body>
</html>