Skip to content

Instantly share code, notes, and snippets.

@coderanger
Last active December 20, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coderanger/6148404 to your computer and use it in GitHub Desktop.
Save coderanger/6148404 to your computer and use it in GitHub Desktop.
EC2 platform configuration for test-kitchen
----
platforms:
- name: ubuntu-12.04
driver_config:
image_id: ami-d726abbe
username: ubuntu
- name: ubuntu-10.04
driver_config:
image_id: ami-1ab3ce73
username: ubuntu
- name: centos-6.3
driver_config:
image_id: ami-e76ac58e
username: ec2-user
- name: cento-6.4
driver_config:
image_id: ami-56009e3f
username: ec2-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment