ALB Queries, Route53

0

A customer has a static IP pool assigned to their ELB. They have below queries. Wanted to understand if someone can help in addressing those, queries below

  • How can we see Traffic distribution across ALB IPs?

  • Does DNS lookup on Route53 level takes care of randomization/order change of IPs of ALB returned by Route53? If yes then can you shed some light on details like which algo it uses etc? To make it more clear, basic intent is to know that on every DNS lookup , IP addresses being used by ALB are being returned in same order, randomized order and if randomized order then by what means?

AWS
已提问 3 年前234 查看次数
1 回答
0
已接受的回答
  • How can we see Traffic distribution across ALB IPs?

If enabled, the ALB access log file will take on the following syntax and the ip-address string will be the address of the ALB which handled the request:

bucket[/prefix]/AWSLogs/aws-account-id/elasticloadbalancing/region/yyyy/mm/dd/aws-account-id_elasticloadbalancing_region_load-balancer-id_end-time_ip-address_random-string.log.gz

  • Does DNS lookup on Route53 level takes care of randomization/order change of IPs of ALB returned by Route53? If yes then can you shed some light on details like which algo it uses etc? To make it more clear, basic intent is to know that on every DNS lookup , IP addresses being used by ALB are being returned in same order, randomized order and if randomized order then by what means?

I assume you mean directing traffic via Route53 to the ALBs - you would typically choose a routing policy and route the traffic via alias to the ALB. The response of the DNS queries should then depend on the routing policy chosen.

AWS
已回答 3 年前

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

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

回答问题的准则