forked from continuousphp/aws-codedeploy-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen-aws.yml
53 lines (50 loc) · 1.09 KB
/
.kitchen-aws.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
driver:
name: ec2
region: us-east-1
require_chef_omnibus: true
associate_public_ip: true
aws_ssh_key_id: key-pairs
security_group_ids: ["sg-000000"]
interface: dns
transport:
ssh_key: ~/.ssh/key-pairs.pem
connection_timeout: 10
connection_retries: 5
username: ubuntu
platforms:
- name: ubuntu-16.04-aws
driver:
image_id: ami-2ef48339
instance_type: t2.micro
- name: ubuntu-14.04-aws
driver:
image_id: ami-d05e75b8
instance_type: t2.micro
- name: ubuntu-12.04-aws
driver:
image_id: ami-81fb34ea
instance_type: t2.micro
- name: debian-8-aws
driver:
image_id: ami-8e9ca3e4
instance_type: t2.micro
transport:
username: admin
- name: centos-7-aws
driver:
image_id: ami-6d1c2007
instance_type: t2.micro
transport:
username: centos
- name: amazon-linux
driver:
image_id: ami-1ecae776
instance_type: t2.micro
transport:
username: ec2-user
suites:
- name: aws-codedeploy-agent
run_list:
- recipe[aws-codedeploy-agent]
attributes: