help me guys with

0

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

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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则