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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠