Skip to content

Instantly share code, notes, and snippets.

@juranki
Created October 11, 2013 22:17
Show Gist options
  • Save juranki/6942889 to your computer and use it in GitHub Desktop.
Save juranki/6942889 to your computer and use it in GitHub Desktop.
#!/bin/bash
aws ec2 run-instances \
--image-id ami-8e987ef9 \
--key-name kubuntu \
--security-groups ux \
--user-data "#include https://get.docker.io" \
--instance-type t1.micro \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment