Skip to content

Instantly share code, notes, and snippets.

@allixsenos
Created June 23, 2017 20:23
Show Gist options
  • Save allixsenos/34db5ab01769c803feefb48d5ce1ca50 to your computer and use it in GitHub Desktop.
Save allixsenos/34db5ab01769c803feefb48d5ce1ca50 to your computer and use it in GitHub Desktop.
AWS EC2 user data to enable root SSH and to install python
#cloud-config
repo_update: true
repo_upgrade: all
disable_root: false
packages:
- python-minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment