Skip to content

Instantly share code, notes, and snippets.

View olulofe's full-sized avatar
:octocat:

Olu olulofe

:octocat:
  • Dubai, UAE
View GitHub Profile
@olulofe
olulofe / aws-cfn.sh
Last active October 21, 2017 15:11 — forked from cgswong/aws-cfn.sh
Setup CentOS server with AWS CFN bootstrap
#!/bin/bash
# Setup CentOS 7 host as AMI
# Update base OS update, and install EPEL repo and Python Pip
sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm
sudo yum -y update
sudo yum install -y python34u python34u-libs python34u-devel
sudo yum -y install python-pip
# Install Python add-ons: