-
-
Save djaney/3384270d18e7238076126fcd47398e7d 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/bash | |
yum -y update | |
yum install -y ruby | |
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 | |
./install auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment