Jenkins Installation on AWS EC2 Instance | Jenkins & AWS

preview_player
Показать описание
Hello everyone,

In this video, I have explained about the installation of Jenkins on AWS EC2-Instance.

Commands used in this video:
1. Create AWS EC2 instance and configure security group to open port 8080.

2. Check JAVA installation, if not install JAVA
sudo yum install java-1.8.0

3. Download latest Jenkins code packge using below link,

4. Import a key file from Jenkins CI to enable installation from the package. Execute the below command.

5. Install Jenkins
sudo yum install jenkins

6. Start Jenkins service,
sudo service jenkins start

7. Access Jenkins server on browser using public DNS on port 8080
https://{ec2-instance-public-dns}:8080/

8. Once the Jenkins is started, unlock Jenkins by providing the Admininstrator password
sudo su -
cd /var/lib/jenkins/secrets/
cat initialAdminPassword
455605da254c4dab94307549fe113034
Рекомендации по теме