Trying to install cloudera distribution on AWS ubuntu instance. successfully installed cloudera manager using below commands:
$ wget https://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin
$ chmod u+x cloudera-manager-installer.bin
$ sudo ./cloudera-manager-installer.bin
Now trying to open port 7180 using aws public DNS on chrome browser using below url:
http://ec2-52-33-212-136.us-west-2.compute.amazonaws.com:7180
https://ec2-52-33-212-136.us-west-2.compute.amazonaws.com:7180
but it is not connecting to above urls.
I could able to perform "ssh ec2-52-33-212-136.us-west-2.compute.amazonaws.com" successfully but unable to connect the same using above urls with 7180 port on web browser.
Could anyone please suggest me to connect the same to 7180 port using aws public dns name.