AWS CodeDeploy Pipeline Setup – Deploy application on EC2 using GitHub as source
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 service that automates code deployments to Amazon EC2 instances. This video will walk you through a sample CodeDeploy deployment using our console. Learn more: http://amzn.to/2jkLEMT
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 –
https://github.com/prabhakar2020/aws_codedeploy_using_github
GitHub link for Steps and dependencies list –
https://github.com/prabhakar2020/aws_code_deploy
AWS AWS CodeDeploy Tutorial – https://www.youtube.com/watch?v=K8J6ngMekx4&list=PLRFRM3JNuCksNxyB7zxw3SQgH38bbK71c
AWS EC2 Tutorial: https://www.youtube.com/watch?v=paphrUL5jbE&list=PLRFRM3JNuCkuLcrWG16Rq8F7on8oq1F3O
AWS Complete Course – https://www.youtube.com/watch?v=aYzPj-ucj-Q&list=PLRFRM3JNuCkuwvBOe9AJarB-TmzbpZRJ6
Written by admin