Automatic Deployments: Install CodeDeploy Agent on EC2
We will be installing CodeDeploy agent on our EC2 instance in this lesson.
We'll cover the following...
Objective
- Automatically update our application when a change gets pushed to GitHub.
Steps
- Install the CodeDeploy agent on our EC2 instance.
The deployment pipeline
Now it’s time to create the deployment pipeline in CloudFormation. Let’s start by setting up a few environment variables in our ...
Ask