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. … You can use AWS CodeDeploy to automate software deployments, eliminating the need for error-prone manual operations.

Read more

This amazon web services AWS Code Pipeline Setup with AWS Code Deploy and AWS Code Build tutorial shows how to have an AWS EC2 instances host your App that is in your Github repository. # Learn AWS Code Pipeline Setup…

Read more

This tutorial will show you the simple way of using bitbucket pipeline and AWS Codedeploy to create a simple CI/CD process for an angular project. The outcome will be the code will automatically deploy to an Window server 2016 EC2…

Read more

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…

Read more

In this tutorial we will show you how to deploy AWS Codedeploy. Documentation: https://docs.aws.amazon.com/codedeploy/latest/userguide/register-on-premises-instance-iam-user-arn.html Install Code Deploy agent: https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install-linux.html sudo yum update -y sudo yum install -y ruby sudo yum install -y wget cd /home/ec2-user wget https://aws-codedeploy-us-east-1.s3.us-east-1.amazonaws.com/latest/install chmod +x ./install…

Read more

This video will show you how to setup Auto Deployment with AWS CodeCommit, CodeDeploy & CodePipeline. Following are the offerings of this video: [1:18] What Is AWS And DevOps? [10:52] What Is CI/CD? [14:32] What Is CodePipeline? [19:42] CodeBuild CodeDeploy…

Read more

This tutorial will show you how to install AWS Code Deploy agent on EC2 instances using User Data scripts. Following are the links that I used in the tutorial: https://docs.aws.amazon.com/codedeploy/latest/userguide/resource-kit.html#resource-kit-bucket-names https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install-linux.html #awscodedeploy #codedeploy