Amazon Route 53 weighted routing "stickiness"

0

Customer want to start redirecting a small % of the traffic to AWS and the rest keep it on-prem, so they can learn and improve the platform. They will gradually increase the traffic until it reach 100%. How can they be assured using just Route 53 with weighted routing policy that the users that get directed to AWS always (while they are on the same IP) goes to the AWS platform and not to on-prem on the next DNS resolution?. They need to keep the sessions of the user on the first destination it was resolved. Does Route 53 weighted routing makes any sort of stickiness like other 3rd-party Load Balancers are able to do?.

profile pictureAWS
質問済み 3年前2003ビュー
1回答
0
承認された回答

Amazon Route 53 Weighted routing does not take the IP of the client into account. It's pretty much random. So, we don't have that ability directly. That said, you can potentially do what you want using Geolocation, Latency-Based Routing or Geoproximity (GeoProximity requires TrafficFlow right now).

So, instead of using weights, you can move one continent or country at a time. Because that is based on client/resolver source IP, it will stay consistent as long as your config is consistent.

AWS
エキスパート
gavinmc
回答済み 3年前
AWS
エキスパート
Hernito
レビュー済み 2年前

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

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

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

関連するコンテンツ