Discover the Real AWS CodeDeploy | CICD Pipeline | Setup | Deploy application on EC2 using GitHub

preview_player
Показать описание
This video talks about the AWS CICD Pipeline auto deployment:-
As soon as the application source code is published to GitHub, I will show you how to use CodeDeploy to automate application deployment onto EC2. I'll discuss the following topics in this video. -
Setting up AWS CodeDeploy
How to install the CodeDeploy agent and configure EC2
How to deploy using GitHub and CodeDeploy together
How to use CodeDeploy to deploy an application in EC2

AWS Code Deploy:
Software deployments to a range of computing services, including Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers, are automated via the completely managed deployment solution AWS CodeDeploy.
You can deliver new features more quickly with the aid of CodeDeploy, which also handles the complexities of updating your apps while preventing downtime during application deployment.

GitHub Sample Source Code -
Рекомендации по теме
Комментарии
Автор

Holy Shit it worked! Best Tutorial for AWS CodePipeLine Yet. Thank You Sir! You may have saved my job just now. Subscribed!🔥

rishabhpundir
Автор

one of the best aws cicd pipeline codedeploy ... excellent vedio sir .. i truly mean it ..thnx

sidindian
Автор

00:02 Creating two roles in AWS IAM for CI/CD pipeline setup
02:29 Creating CodeDeploy in AWS with GitHub
04:43 Setting up CodeDeploy for EC2 instance deployment
06:54 Creating an application and deployment group in AWS CodeDeploy
09:05 Setting up a CICD pipeline for deploying applications on EC2 using GitHub.
11:13 Connecting and setting up GitHub for CI/CD deployment on AWS CodeDeploy.
13:09 Setting up application deployment using AWS CodeDeploy on EC2
15:22 Demonstration of deploying code and verifying changes in AWS CodeDeploy
17:48 Automated deployment reduces effort
19:46 Importance of the app dot yml file in AWS CodeDeploy setup

antonyclement
Автор

I am gonna use this channel for my reference ❤

sunildhakad
Автор

The best explained video i've you

mohammedkhair
Автор

Thank you so much. To deploy spring boot microservices what are the configuration need. can you help me

udayagiriveeru
Автор

very help full video thank you so much

subhashkumarsingh
Автор

Sir I follow all steps after that when i want to run the site URL it show "this site can't be reached" . I already enabled HTTP port at instance security group kindly help me to sort out this problem .

aqsashaikh
Автор

Really Good Content Bro Make more videos on AWS explanation is excellent I like it and Subscribed thank You

EUK
Автор

why can't I access my ec2 instance through public IP? I did everything exactly the same

ll
Автор

Everything is working fine but when in stopped EC2 instance and start it after sometime I’m not be albe to access the website though ip it shows:
Host not found
Dns error(the hostname of the page you are looking for does not exist) or server did not accept the connection
Please check the host name has been spelled correctly

.
.
Please help

azher__anjum
Автор

The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems. what's the solution for this

sanchithabinav
Автор

How we perform task like make migrations, migrate to postgres DB and run collectstatic

sachinworld_
Автор

I want to add build stage as well in my java backend project but I do not know what to fill in build command option. could you plz tell me.

HaseebRaza
Автор

hello. In this scenario, no need change EC2 to web server? like launch: 1. sudo dnf install -y httpd; 2. sudo systemctl enable httpd ?

juju_Freshman
Автор

Thank you for this video, I wanted to know what if I am using Ec2 as simply a container for JAR file and I want to use CodeDeploy to just place the JAR in a specific folder in EC2 without installing any other dependencies or performing any additional tasks, in that case how my folder structure and config files will look like?

asifzbaig
Автор

Why am I getting this error: The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.

roebenhood
Автор

The trigger configuration for the source action is not valid. Make sure to choose one trigger configuration----i am getting this error

sachinacharya
Автор

Thank you for the great video! Do you know how I would modify this configuration to use python flask instead?

vojtaripa
Автор

hi there! thank you for the video.
if i have saved my passwords in .env file will the ec2 know my passwords so it will connect to DB?

Trafficfromsky