Skip to content

Instantly share code, notes, and snippets.

@jaircuevajunior
Created April 27, 2020 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaircuevajunior/6b66a356c43f82a67641bcf3e51752d3 to your computer and use it in GitHub Desktop.
Save jaircuevajunior/6b66a356c43f82a67641bcf3e51752d3 to your computer and use it in GitHub Desktop.
Install AWS Code Deploy on Ubuntu 18.04
apt-get install -y ruby &&\
wget https://aws-codedeploy-us-east-1.s3.us-east-1.amazonaws.com/latest/install &&\
chmod +x ./install &&\
./install auto &&\
service codedeploy-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment