Hi Guys, I am new to this channel. I have a couple of questions regarding Jenkin . . .

Sainath Reddy:
Hi Guys, I am new to this channel. I have a couple of questions regarding Jenkins access from external IPs. Here is what I did so far

  1. Have launched an AWS Linux instance
  2. Installed docker in the Linux instance(ip: 172.x.x.x)
  3. Installed Jenkins using docker
  4. Did port mapping using Jenkins run -p 8080:8080 -p 5000:5000 Jenkins/Jenkins
  5. After port mapping I am trying to use ip: http://172.x.x.x:8080 (but Jenkins is not opening) from my local machine browser.

I am I missing anything here? Please suggest.

hassan akhtar:
enable port 8080 from aws security group

Sainath Reddy:
Thanks @hassan akhtar. It worked