Created
August 10, 2015 20:17
-
-
Save james-huston/3a5df06a59f8f0eb2aa6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/bash | |
sudo yum update -y | |
sudo yum install -y ruby | |
sudo yum install -y aws-cli | |
cd /home/ec2-user | |
aws s3 cp s3://aws-codedeploy-us-east-1/latest/install . --region us-east-1 | |
chmod +x ./install | |
sudo ./install auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment