-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraildash.yml
More file actions
70 lines (70 loc) · 1.61 KB
/
traildash.yml
File metadata and controls
70 lines (70 loc) · 1.61 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
traildash:
region: us-east-1
highlight-output: true
stacks:
network:
cf_template: templates/base-infrastructure-1l-2az.cform
depends:
params:
AZ1:
value: us-east-1b
AZ2:
value: us-east-1c
EnvironmentName:
value: Base
VpcCIDR:
value: 10.0.0.0/23
Subnet1CIDR:
value: 10.0.0.0/24
Subnet2CIDR:
value: 10.0.1.0/24
instance:
cf_template: templates/traildash-instance.cform
depends:
- network
- profile
params:
VpcId:
source: network
type: resource
variable: VPC
SubnetId:
source: network
type: resource
variable: Subnet1
Password:
value: TrailDash!
AssignEIP:
value: true
InstanceType:
value: t2.medium
SgCidr:
value: 0.0.0.0/0
IamInstanceProfile:
source: profile
type: resource
variable: TrailDashInstanceProfile
QueueURL:
source: queue
type: output
variable: QueueURL
S3Bucket:
source: profile
type: output
variable: S3Bucket
profile:
cf_template: templates/instance-profile-traildash.cform
depends:
params:
S3Bucket:
value: bmoritz-secure
queue:
cf_template: templates/sqs-with-alarm.cform
depends:
params:
AlarmEmail:
value: billmoritz@gmail.com
QueueName:
value: TrailDash
QueueDepth:
value: 100