You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgresml is successfully running inside EC2 docker. I created an ALB HTTPs: 443 with target group HTTPS:8000 for health check . I understand service is on TCP 8000.
Inside Ec2 , i added firewall-cmd command to redirect any request from 8000 to redirect to TCP/8000.
When i try to access the URL https://postgresml..net , i get access denied. I validated the connection details with AWS. ALB , SG details are with right permission. Any suggestions ?
The text was updated successfully, but these errors were encountered:
Team,
Postgresml is successfully running inside EC2 docker. I created an ALB HTTPs: 443 with target group HTTPS:8000 for health check . I understand service is on TCP 8000.
Inside Ec2 , i added firewall-cmd command to redirect any request from 8000 to redirect to TCP/8000.
When i try to access the URL https://postgresml..net , i get access denied. I validated the connection details with AWS. ALB , SG details are with right permission. Any suggestions ?
The text was updated successfully, but these errors were encountered: