Skip to content

Instantly share code, notes, and snippets.

@springcoil
Created July 19, 2015 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springcoil/3abef78b7b067d9908be to your computer and use it in GitHub Desktop.
Save springcoil/3abef78b7b067d9908be to your computer and use it in GitHub Desktop.
Influenced by Trent Hauck
LC_ALL=C docker-machine create \
--driver amazonec2 \
--amazonec2-access-key $AWS_ACCESS_KEY_ID \
--amazonec2-secret-key $AWS_SECRET_ACCESS_KEY \
--amazonec2-region "eu-west-1" \
--amazonec2-vpc-id $VPC \
--amazonec2-instance-type "m4.2xlarge" \
--amazonec2-root-size 20 \
--amazonec2-request-spot-instance \
--amazonec2-spot-price 0.20 \
analysis5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment