ExamProCo / aws-xd-ui-kit

This is a Adobe XD UI Kit for creating AWS architectural diagrams.
GNU General Public License v3.0
28 stars 1 forks source link

A/B Testing with ALB Request Routing Query String #11

Open omenking opened 5 years ago

omenking commented 5 years ago

Internet flows from the internet through Route53 which then points to an ALB. The ALB uses Request Routing with custom rules set on the query string

query string rule that is "?testing=a" with route traffic to a target group called Group A query string rule that is "?testing=b" with route traffic to a target group called Group B

In those target groups are EC2 instances within an ASG (Auto Scaling Group)

omenking commented 5 years ago
omenking commented 5 years ago

The step box represents listerers with rules for routing requests

Screen Shot 2019-06-20 at 3 33 36 PM
karanbalaji commented 5 years ago

Screen Shot 2019-06-21 at 2 50 48 PM