Skip to content

Instantly share code, notes, and snippets.

View davyngugi's full-sized avatar

davyngugi

View GitHub Profile
@davyngugi
davyngugi / setup-awscli-codedeploy-agent.sh
Last active May 16, 2019 05:47 — forked from craigvantonder/setup-awscli-codedeploy-agent.sh
How to install AWS Code Deploy agent in Ubuntu 14.04 / 16.04 / 18.04
#!/bin/bash
# AWS CLI
#apt-get install zip -y;
#curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip";
#unzip awscli-bundle.zip;
#./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws;
#aws configure;
#AWS Access Key ID [None]: Obtained when creating user in AWS IAM