Created
October 21, 2017 22:03
-
-
Save mlabouardy/3d6b698f71069f1114e4aa564f7105c3 to your computer and use it in GitHub Desktop.
Install CodeDeploy agent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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