Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Install Jenkins on AWS EC2 Instance

  • Data Science Garage
  • 2022-02-23
  • 6520
Install Jenkins on AWS EC2 Instance
jenkinsmlopscicd pipelinejenkins awsinstall jenkins awsjenkins ec2 instanceaws security groupconnect to ec2 instancelinux commandsinstall java linuxstart jenkinsbuild jenkins softwaredeploy jenkinsContinuous Integration
  • ok logo

Скачать Install Jenkins on AWS EC2 Instance бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Install Jenkins on AWS EC2 Instance или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Install Jenkins on AWS EC2 Instance бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Install Jenkins on AWS EC2 Instance

This video shows how you can quickly install #Jenkins on AWS EC2 instance. Jenkins is an open source automation server which enables developers to build, test, and deploy their software. This tools also allows to setup and execute #MLOps (Machine Learning Operation) and #DevOps (Development Operation) workflows.

I think, it is important to learn how to set-up Jenkins on the instance, for example, on AWS EC2 Instance (Linux 2AMI - HVM). All steps with Linux commands are demonstrated there.

In oder to connect to our instance from the web browser, we will add two rules to Security Group:
HTTP with port 80
Custom TCP rule with port 8080 (to access instance directly from the web browser).

Content of the video:
0:00 - Setup EC2 Instance
1:59 - Connect to EC2 Instance from web browser
2:35 - Install Jenkins with Linux commands
4:19 - Access Jenkins with Password
5:34 - Open Jenkins interface and create Jenkins user

Used Linux commands (7 commands in total) to install Jenkins and other stuff on the instance:
1. Update yum for packages updating:
sudo yum update -y
2. Add Jenkins repository to install Jenkins from:
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenk...
3. Import trust key from the Jenkins repository:
sudo rpm --import https://pkg.jenkins.io/redhat/jenkins...
4. Install Java 1.8.0
sudo yum install java-1.8.0 -y
5. Install Extra Packages for Enterprise Linux (EPEL):
sudo amazon-linux-extras install epel
6. Install Jenkins tool on the instance:
sudo yum install jenkins -y
7. Start Jenkins tool:
sudo service jenkins start

To get a password to access Jenkins, I used this command:
sudo cat /var/lib/jenkins/secrets/initialAdminPassword

Jenkins allows you to trigger actions based on automatically detected code commits in a given repository. So, it is a cool tool to perform Continuous Integration and Continuous Delivery (CI/CD) pipelines for your MLOps project. If you need more tutorial on this, let me know by dropping a comment below. Thank you!

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]