This AMI provides a single node Jenkins server.
Overview
Setup wizard
Once you open the top page with your browser(http://{your-jenkins-address}:8080), you will see the Jenkins setup wizard as below.

Jenkins initial password
You can find Jenkins initial password from EC2 management console System Log.
- Go to Amazon EC2 console at https://console.aws.amazon.com/ec2/.
- Chose your Instance and Click Actions → Instance Settings → Get System log


You can also SSH into your instance and find the login credential using the following command.
$ cat /home/ubuntu/credentials
////////////////////credentials info////////////////////
--- Jenkins
----- User: admin
----- Password : oshei5ha9feelii8AeChaF2Yah3avai5
////////////////////////////////////////////////////////
Jenkins setup wizard
Input initial password, "oshei5ha9feelii8AeChaF2Yah3avai5"
in this case, and click “Continue”.
You will see plugin selection page as below.

For simplicity, click “Install suggested plugins”, and Jenkins will automatically install recommended plugins. This may take a few minutes.

Once plugin installation is done, setup wizard will ask you to create admin user. Specify your admin account detail, and click “Save and Continue”.

If you have setup specific domain and fixed IP address for Jenkins, you can setup Jenkins URL here. If not, you can proceed with default url.
NOTES: This default address is assigned by AWS automatically. AWS will release this public ip address when the instance is stopped or terminated.

Finally, Jenkins is ready, click “Start using Jenkins”.


If the page doesn’t automatically refresh after a minute, open http://{your-jenkins-address}:8080/restart
and click “Yes” to restart Jenkins. After Jenkins restart, you will see login page as below. Fill out admin account you have setup above and login.
For more details about Jenkins, please refer to Jenkins User Documentation
Jenkins setup wizard
Input initial password, "oshei5ha9feelii8AeChaF2Yah3avai5"
in this case, and click “Continue”.
You will see plugin selection page as below.

For simplicity, click “Install suggested plugins”, and Jenkins will automatically install recommended plugins. This may take a few minutes.

Once plugin installation is done, setup wizard will ask you to create admin user. Specify your admin account detail, and click “Save and Continue”.

If you have setup specific domain and fixed IP address for Jenkins, you can setup Jenkins URL here. If not, you can proceed with default url.
NOTES: This default address is assigned by AWS automatically. AWS will release this public ip address when the instance is stopped or terminated.

Finally, Jenkins is ready, click “Start using Jenkins”.


If the page doesn’t automatically refresh after a minute, open http://{your-jenkins-address}:8080/restart
and click “Yes” to restart Jenkins. After Jenkins restart, you will see login page as below. Fill out admin account you have setup above and login.
For more details about Jenkins, please refer to Jenkins User Documentation