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
Source code : [ Ссылка ]
AWS resource kit bucket and zone : [ Ссылка ]
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
wget [ Ссылка ]
chmod +x ./install
sudo ./install auto
#cicd #aws #pipeline #github #codedeploy #codepipeline
Ещё видео!