Skip to content

Instantly share code, notes, and snippets.

@lidorg-dev
Last active March 18, 2020 16:20
Show Gist options
  • Save lidorg-dev/e343df59aa3b406e4d5ab456df70c520 to your computer and use it in GitHub Desktop.
Save lidorg-dev/e343df59aa3b406e4d5ab456df70c520 to your computer and use it in GitHub Desktop.
codedeploy-gist
#!/bin/bash
sudo yum update -y
sudo yum install -y aws-cli ruby wget
cd /home/ec2-user/
aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . --region us-east-1
sudo 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