I have alteryx server installed in a EC2 machine and I am able to access gallery using the below URL:
http://localhost/gallery/#!
I have a load balancer pointing to the EC2 machine hosting alteryx and it passes the health check and says the instance is 'inservice'. However when I try to access the gallery through ELB URL i get 'HTTP Error 404. The requested resource is not found'. Any advice or direction is greatly appreciated
Here is my listener settings:
Load Balancer Protocol | Load Balancer Port | Instance Protocol | Instance Port | Cipher | SSL Certificate |
| SSL | 443 | TCP | 80 | Change | |
| TCP | 8080 | TCP | 8090 | N/A | N/A |
| TCP | 3389 | TCP | 3389 | N/A | N/A
|
And my health check configuration:
| Ping Target | TCP:80 |
| Timeout | 4 seconds |
| Interval | 5 seconds |
| Unhealthy threshold | 3 |
| Healthy threshold | 2 |