Skip to content

Instantly share code, notes, and snippets.

@kennonkwok
Created November 7, 2014 19:25
Show Gist options
  • Save kennonkwok/9ba1735ab970f055185f to your computer and use it in GitHub Desktop.
Save kennonkwok/9ba1735ab970f055185f to your computer and use it in GitHub Desktop.
kitchen ec2 example
---
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: xyz-training
platforms:
- name: centos
driver:
image_id: ami-ed100c84
username: chef
availability_zone: us-east-1d
flavor_id: m1.small
suites:
- name: kennon
- name: otherperson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment