I have a tomcat ec2 server behind AWS application load balancer with the example domain http://sourceplatform.xyz.com/
sourceplatform.xyz.com points to the hostname of the load balancer, which based on rules directs traffic to target group.
I want to deploy another web app with the suffix http://sourceplatform.xyz.com/visual. I could use path based rules in aws load balancer, but due to decisions beyond my control I need to deploy any new app to Azure.
Is there a way I can make AWS load balancer redirect path based traffic(for /visual/) to Azure load balancer? We have peering setup between AWS and Azure and all communication is on private network(There's no public network involved)