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년 전247회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠