I have attached EC2 instance with application load balancer. My EC2 instance running react js app on PORT 80 where as the NODE JS APIs are running on PORT 3000. I want to run APIs with domain name instead of IP address
Below is my registered targets -
Update - Following are my application and instance details -
- EC2 - Ubuntu 18.04 + Apache web server
- Front end - working fine on port 80 (https://www dot mydomain dot com)
- API - written in NODE JS, running on PORT 3000 (so basically I am trying to run https://www dot mydomain dot com:3000)
API is running fine with IPv4 http://x.x.x.50:3000
Can anyone please help me to figure out this error? Thank you!