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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ