Skip to content

Instantly share code, notes, and snippets.

@troyready
Created May 24, 2016 16:28
Show Gist options
  • Save troyready/3687d560cce3ebc043105b7b2d531db8 to your computer and use it in GitHub Desktop.
Save troyready/3687d560cce3ebc043105b7b2d531db8 to your computer and use it in GitHub Desktop.
---
driver:
name: ec2
instance_type: m3.medium
spot_price: "0.05"
provisioner:
name: chef_zero
platforms:
- name: amazon
driver:
image_id: ami-61106604 # amzn-ami-minimal-hvm-2015.09.0.x86_64-ebs us-east
transport:
username: ec2-user
suites:
- name: default
run_list:
- recipe[foo::bar]
attributes:
dev_mode: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment