Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created October 21, 2017 22:03
Show Gist options
  • Save mlabouardy/3d6b698f71069f1114e4aa564f7105c3 to your computer and use it in GitHub Desktop.
Save mlabouardy/3d6b698f71069f1114e4aa564f7105c3 to your computer and use it in GitHub Desktop.
Install CodeDeploy agent
#!/bin/sh
yum update
yum install -y ruby
cd /home/ec2-user
aws s3 cp s3://aws-codedeploy-us-west-1/latest/install .
chmod +x ./install
./install auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment