AWS CodeDeploy Agent is the agent that runs deploy jobs on EC2 instances. Before a CodeDeploy job will run you'll need to make sure the agent is installed, running, and has the correct IAM permissions to execute. For more information on AWS CodeDeploy, please see: https://aws.amazon.com/rds/ Installation is straight forward on Linux and will have| JamesCoyle.net
Here is the script for installing the AWS CodeDeploy agent on Ubuntu. See the full description here. For more information on AWS CodeDeploy, please see: https://aws.amazon.com/codedeploy/ apt update apt -y install ruby cd /tmp wget https://aws-codedeploy-eu-central-1.s3.amazonaws.com/latest/install; chmod +x ./install ./install auto service codedeploy-agent start| JamesCoyle.net