0 votes
in Amazon Elastic Compute Cloud EC2 by

Suppose, you hosted an application on AWS that lets the users render images and do some general computing. Which of the below listed services can you use to route the incoming user traffic?

1 Answer

0 votes
by

Classic Load Balancer

Application Load Balancer

Network Load balancer

Application Load Balancer: It supports path-based routing of the traffic and hence helps in enhancing the performance of the application structured as smaller services.

Application Load Balancer

Using application load balancer, the traffic can be routed based on the requests made. In this case scenario, the traffic where requests are made for rendering images can be directed to the servers only deployed for rendering images and the traffic where the requests are made for computing can be directed to the servers deployed only for general computing purposes.

Related questions

+1 vote
asked Aug 14, 2022 in NoSQL by AdilsonLima
0 votes
asked Jun 1, 2023 in Azure by sharadyadav1986
...