Access to the ec2 is getting site can't be reached

0

Access to the ec2 is getting site can't be reached

I have installed the jenkins in ec2 linux. Jenkins is up and running . however when I trying to access the ec2 I am getting the site cant be reached. It is taking too long. I have set the inbound security rule as custom with port 8080![Enter image description hereEnter image description here

Enter image description here](/media/postImages/original/IM88AOTXNsQdSpURqOwnMqBA)

Enter image description here

asked a year ago856 views
2 Answers
2

You're accessing the site with /8080. You should access your Jenkins server using the public address and the port, which would be http://YOUR-SERVER-PUBLIC-IP:8080, with a colon and not a slash.

EC2 with Jenkins Site

profile picture
joahna
answered a year ago
0

Have you created the EC2 machine inside a public or private subnet inside the VPC?

If public, can you please check if there is a NACL rule at the subnet that blocks internet traffic.

Can you also enable the ping port on the security group and check if you can ping the EC2 machine from outside?

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions