CI CD pipeline with github AWS code pipeline code deploy load balancer auto scaling group

preview_player
Показать описание
In this video i will describe how to setup a CI-CD pipeline with github AWS code pipeline code deploy load balancer auto scaling group

User Data:
#!/bin/bash
sudo su
apt update
apt upgrade -y
apt install nginx -y
sudo apt update
sudo apt install ruby-full -y
sudo apt install wget
cd /home/ubuntu
chmod +x ./install
sudo ./install auto

#cicd #aws #pipeline #github #codedeploy #codepipeline
Рекомендации по теме
Комментарии
Автор

Thanks for the video. What would happen if I made changes into the GitHub repository? would the code automatically get deployed to all of the EC2 running? Thanks again.

hannoushy
visit shbcf.ru