Skip to content

Instantly share code, notes, and snippets.

@gleeb
Created January 6, 2016 08:08
Show Gist options
  • Save gleeb/37a38edd9e945865cc16 to your computer and use it in GitHub Desktop.
Save gleeb/37a38edd9e945865cc16 to your computer and use it in GitHub Desktop.
aws ubuntu cfn tools
apt-get update
apt-get install -y python-setuptools
apt-get install -y python-pip
apt-get install -y python-dev
apt-get install -y libffi-dev
apt-get install -y libssl-dev
apt-get install -y build-essential
pip install requests[security]
mkdir aws-cfn-bootstrap-latest
curl https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz | tar xz -C aws-cfn-bootstrap-latest --strip-components 1
easy_install aws-cfn-bootstrap-latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment