I'm trying to use Perlbal to load balance a cluster of web servers
hosted on Amazon's EC2. EC2 does not provide access to IP Addreses,
only hostnames.<br><br>Is there a way to pool servers using hostnames instead of IP addresses?
<br><br>e.g.<br><br>This:<br><div style="margin-left: 40px;">POOL my_web ADD <a href="http://ec2-xx-xx-xx-xxx.z-1.compute-1.amazonaws.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ec2-xx-xx-xx-xxx.z-1.compute-1.amazonaws.com:80
</a><br></div>vs:<br><div style="margin-left: 40px;">
POOL my_web ADD <a href="http://10.1.1.111/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.1.1.111:80</a><br></div><br>Thanks,<br><span class="sg">David</span>