amazon ec2 - How to use run deck service from local browser using up address? -
i have installed rundeck in docker using ec2 instance. when run image , start rundeck. it's fine.
lynx http:localhost:4440
us able show rundeck dashboard.
but, how can access rundeck windows browser?
i tried using address connection refused.
in order access outside setup, might have ensure following things:
ensure host server (ec2) forwarding ports
dockercontainer. should have used-por-portswhen launching container this. test: ec2 instance, should able access:http://localhost:4440ensure have public ip assigned ec2. should able see aws ec2 console: http://console.aws.amazon.com/ec2
ensure
security group(s)instance hasinboundconnections accept 4440 ip or rest of world.
after this, http://:4440 should work. hope got question correct.
let me know how goes,
thanks,
- anoop
Comments
Post a Comment