I'm struggling to get my AWS ELB Application Load Balancer working.
I am trying to set up a 100/0 weighting to 2 different target groups, production, and failover. Only when production goes down, traffic must route to failover, in all other cases, all traffic must go to production.
I have it set up, but when production goes down, it doesn't switch over, it just gives a 502.
Is it possible to send traffic to Production 100% of the time, and only to failover when it goes down, and then back to production if it goes back up again? The listener is 100 to prod and 0 to failover, but it never switches to failover.
Or this isn't possible with ELB?