ALB without SSL on Aws

,

I’m trying to install the AWX operator on Aws/EKS with the ALB.
What I’m encountering is a Bad Gateway whenever i go the the ALB Url.
Below is the ingress that I’m using.

Additionally, all pods and services appear to be running correctly.

I expected to see loadbalancer details in your spec.yml file, see the loadbalancer notes under https://github.com/ansible/awx-operator#network-and-tls-configuration

Does your full spec have the loadbalancer configuration set?

AWX Team

I managed to get it working by switching IP to instance. It took some tinkering but it finally worked.
Working now on setting things up with SSL.