Skip to content

Instantly share code, notes, and snippets.

@iennae
Last active August 29, 2015 14:11
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 iennae/737667f7eef2f9b65e4e to your computer and use it in GitHub Desktop.
Save iennae/737667f7eef2f9b65e4e to your computer and use it in GitHub Desktop.
---
driver:
name: ec2
aws_access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
aws_secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
aws_ssh_key_id: <%= ENV['KITCHEN_SSH_KEY'] %>
availability_zone: <%= ENV['AWS_AVAILABILITY_ZONE'] %>
region: <%= ENV['AWS_REGION'] %>
provisioner:
name: chef_zero
platforms:
- name: centos
driver:
image_id: <%= ENV['AMI'] %>
username: root
flavor_id: t1.micro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment