Jenkins not accessible on EC2 RHEL instance

Hello,

I have an instance EC2 installed with Jenkins but it’s not accessible. Could you please check the below settings on my machine and security group and let me know what’s wrong in here ?

[root@RHEL-VM ~]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1338/sshd: /usr/sbi
tcp6       0      0 :::80                   :::*                    LISTEN      741/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      1338/sshd: /usr/sbi
tcp6       0      0 :::8080                 :::*                    LISTEN      742/java
udp        0      0 127.0.0.1:323           0.0.0.0:*                           658/chronyd
udp6       0      0 ::1:323                 :::*                                658/chronyd

Below is the security group inbound rule,

Thanks.