i have 1 instances and i am using application load balancer

0

so should i need to use network load balancer or not , or its useless because i have only 1 instances right now

已提問 2 年前檢視次數 265 次
2 個答案
0

Hello,

If you are connecting to a single instance from clients it is a SPOF (Single Point of Failure) design, if you use a load balancer you can scale your Web/App fleet and achieve high availability.

As for which one to choose (ALB Vs NLB) see below link for the key differences between the two.

https://aws.amazon.com/elasticloadbalancing/features/

profile pictureAWS
專家
已回答 2 年前
0

Hello,

  1. is there any specific reason you are using application running on only one instance ?
  2. I would recommend you to have Load balancer (ALB or NLB) based on your use case and have two ec2 instance in different Availability zone.
  3. Also launch the instances using AWS Autoscaling (ASG) .
  4. In the Autoscaling, have the health check as Load balancer, so that when loadbalancer marks any instance as unhealthy, ASG terminates the instance and launch instance new instance , also it attach the new instance back to the load balancer .

Web Application Hosting in the AWS Cloud.

AWS Serverless Multi-Tier Architectures with Amazon API Gateway and AWS Lambda

AWS
已回答 1 年前

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

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

回答問題指南