help me guys with

0

i have 1 instances , so can i use application load balancer ?

已提問 2 年前檢視次數 194 次
1 個回答
2

Not very sure about your use case, type of application and how it is expected to response to failures but using an Elastic Load Balancer with one instance may be useful. It can protect your application which is running on that instance from any unwanted situations.

You use and test an auto-scaling group with minimum and maximum value as 1 instance with an Elastic Load Balancer, auto-scaling will launch a new replacement instance and make it appear behind the load balancer and user traffic will flow to the new instance. This will happen automatically. With one instance there be some degradation of service while the new is coming up.

Later, based on your requirement if you need to add more instances to load balance the traffic to your application, you can increase your min/max values in your autoscaling group without needing to change anything.

Hope this helps.

profile pictureAWS
專家
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南