Skip to content

Instantly share code, notes, and snippets.

@dimroc
Last active December 15, 2015 17:22
Show Gist options
  • Save dimroc/5295764 to your computer and use it in GitHub Desktop.
Save dimroc/5295764 to your computer and use it in GitHub Desktop.
chef knife command to create the sauce labs worker ec2 instance. chef bootstraps rvm, ruby, git, etc
knife ec2 server create -Z us-east-1a -S saucelabs --template-file bootstrap/ubuntu10.10-ruby193p125.erb -G sauce-labs -x ubuntu -I ami-1933fe70 -f m1.small -r "role[base],role[production],role[gotime]" -E production-legacy -T "Name=Sauce Labs Test Worker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment