AWS CodeDeploy + In Place / Blue Green Deployment + Jenkins



AWS CodeDeploy + In Place / Blue Green Deployment + Jenkins

AWS CodeDeploy + In Place / Blue Green Deployment + Jenkins

This tutorial will show you about the code deployment using aws code deploy service. This video will show how to automate code deployment process using code deploy with the help of jenkins.

This video will also show examples of both in-place deployment and blue-green deployment.

Github URL for appspec.yml: https://github.com/aims145/sample-site

Code Deploy Agent Installation Steps:
yum install ruby
yum install wget
cd /home/ec2-user
wget https://aws-codedeploy-us-east-1.s3.amazonaws.com/latest/install
chmod +x ./install
sudo ./install auto
service codedeploy-agent start

If you have any questions feel free to leave a comment!

#CodeDeploy #Jenkins #BlueGreenDeployment #InPlaceDeployment

Comments are closed.