Created
May 24, 2016 16:28
-
-
Save troyready/3687d560cce3ebc043105b7b2d531db8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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