0
我使用下面的腳本安裝和拆卸從負載平衡器腳本附加和來自亞馬遜AWS負載平衡器脫離服務器
#!/bin/bash
aws elb register-instances-with-load-balancer --load-balancer-name Load-BalancerLoadBalancer --instances i-a3f1446e
aws elb deregister-instances-from-load-balancer --load-balancer-name Load-BalancerLoadBalancer --instances i-a3f1446e
服務器當我運行我得到了錯誤的腳本低於
Service elasticloadbalancing not available in region ap-southeast-1b
Service elasticloadbalancing not available in region ap-southeast-1b
是否有任何更改我想使腳本工作或是否有任何其他腳本來完成這項工作。
感謝這應該是答案 – Nasaralla