Skip to content

Instantly share code, notes, and snippets.

View tpetchel's full-sized avatar

Thomas Petchel tpetchel

  • Microsoft
  • Mukilteo, WA
View GitHub Profile
require 'chef/provisioning'
#require 'chef/provisioning/aws_driver'
#vpc-3b678f5e
with_driver 'aws'
#with_driver 'fog:AWS:default:us-west-2'
with_machine_options :bootstrap_options => {
:key_name => 'tpetchel',
:security_group_ids => ['sg-75056b10']
}