Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Created October 29, 2019 05:19
Show Gist options
  • Save richardsonlima/6fbc905e2bba64b40b9a5266fce05fbc to your computer and use it in GitHub Desktop.
Save richardsonlima/6fbc905e2bba64b40b9a5266fce05fbc to your computer and use it in GitHub Desktop.
sudo yum update
sudo yum install ruby
sudo yum install wget
cd /home/ec2-user
wget https://aws-codedeploy-us-east-1.s3.us-east-1.amazonaws.com/latest/install
chmod +x ./install
sudo ./install auto
sudo service codedeploy-agent status
sudo service codedeploy-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment