AWS CodeDeploy Pipeline Setup - Deploy application on EC2 using GitHub as source

preview_player
Показать описание
This tutorial demonstrate you how to automate application deployment into EC2 using CodeDeploy as soon as application source code is pushed on GitHub. In this video I am going to cover the following points -
1. How to setup AWS CodeDeploy
2. How to setup EC2 and install codeDeploy agent
3. How to integrate CodeDeploy with GitHub for the deployment
4. How to deploy application in EC2 using CodeDeploy

AWS Code Deploy:

AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.
CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications.

Centralized control - AWS CodeDeploy allows you to easily launch and track the status of your application deployments through AWS management console

Minimize downtime - AWS CodeDeploy helps maximize your application availability during the software deployment process.

GitHub Sample Application source code -

GitHub link for Steps and dependencies list -

Рекомендации по теме
Комментарии
Автор

Hi,

Currently i came across one project in that i want to deploy applications through jump server using AWS CodeDeploy so how can i achieve this?

Your valuable suggestions is very helpful for me.

_mr.engineer