我在我的windows服务器的Amazon微实例上运行一个node.js服务器。我无法使用亚马逊实例的公网ip访问node.js服务器。我可以使用localhost:12345从实例访问node.js服务器,但不能使用实例的公网ip (54.200.211.174) 54.200.211.174:12345从其他pc访问node.js服务器console.log('Server running on port 12345.');
我
我在Azure中有一个与负载平衡器关联的公共Ip地址。我正在尝试使用Java客户端来解除LB与IP的关联。updatePublicFrontend(frontEnd.name()).withoutPublicIPAddress().parent().apply() 从这里我得到了错误: CloudException: Frontend IPConfiguration must reference either a Subnet, Public IP Address or Public IP Prefix