Setting up Hudson on ec2 and configuring with web gui

I would like to setup hudson on a ec2 micro linux instance. My question is exactly how to configure hudson after i install it remotely via ssh on the ec2 instance. I would like to configure using the hudson web gui. When I have done this locally, this was available at http://localhost:8080/hudson. what about through ec2? and what about security?

Answer

It will be available at the external IP address of the EC2 instance, which you can find for example in the AWS web interface. You might also have to configure a security group to allow access to port 8080 and add that instance to that security group.

Attribution
Source : Link , Question Author : b3bop , Answer Author : Lars Kotthoff

Leave a Comment