Respuesta :

Weighted round robin routing is the type of Amazon Route 53 in the Amazon Web Services (AWS) that you will use for this purpose. To route only one percent of traffic to a development server, "weighted round robin routing" would be the most effective strategy to use.

Why Weighted Round Robin Routing??

Using "weighted round robin routing", you are able to define unique weights for each of your servers.

As a result, traffic is routed in accordance with the weights that you specify. In this scenario, the development server would have a weight of 1, while the other servers would each have a weight of 99. As a result, the development server would only receive 1% of the total traffic if this were done.

What is Weighted Round Robin Routing?

A weight is assigned to each server based on criteria chosen by the site administrator; the most commonly used criterion is the server’s traffic‑handling capacity. The higher the weight, the larger the proportion of client requests the server receives.

If, for example, When the load balancer assigns server A a weight of 3 and server B a weight of 1, it sends 3 requests to server A for every 1 it sends to server B.

To learn more about Amazon Web Services (AWS), visit: https://brainly.com/question/14014995

#SPJ4