Skip to content

Instantly share code, notes, and snippets.

@rolindroy
Created December 6, 2017 06:40
Show Gist options
  • Save rolindroy/fb03ebe654eac62ff34cc34ee3db90a4 to your computer and use it in GitHub Desktop.
Save rolindroy/fb03ebe654eac62ff34cc34ee3db90a4 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install -y aws-cli
cd /home/ec2-user/
aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . --region us-east-1
yum -y install codedeploy-agent.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment