Open
Description
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 ?