which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) -
sonarqube-6.7.6
what are you trying to achieve :
I am trying to integrate sonarqube with aws rds postgresql in an EC2 instance.
what have you tried so far to achieve this
I am successfully connecting to the postgresql instance from the ec2 instance. I have installed sonarqube-6.7.6 in that EC2 Instance and trying to open the sonarqube UI (http://10.245.2.17:5432/postgres). But its failing with " This site can’t be reached" message. Please help.
If SQ is started but you can’t access the UI with your browser, i would first check the Security Group of this EC2 instance and make sure that the inbound and outbound traffic are allowed from your IP.