If I know that clients connecting to my EC2 instances will always have the same static IPs, is it possible to configure the EC2 elastic load balancer to redirect specific clients (based on their IP) to specific instances?
So:
123.22.31.11 ----> always goes to instance A
123.22.31.12 ----> always goes to instance B
123.22.31.13 ----> always goes to instance C
